Interface KeepFeatureParamsProvider

    • Method Detail

      • getType

        @NotNull
        String getType()
        Unique entity type identifier that allows to distinct it from another.
      • getOwnParams

        @NotNull
        Map<String,​String> getOwnParams()
        Provides own entity parameters to store.
      • getParamsWithType

        @NotNull
        default Map<String,​String> getParamsWithType()
        Provides entity parameters to store. Expected to be used with rule and its parts (keep data, filters, partitions, limits).