Uses of Class
org.elasticsearch.client.transform.transforms.TransformConfig
-
Packages that use TransformConfig Package Description org.elasticsearch.client.transform org.elasticsearch.client.transform.transforms -
-
Uses of TransformConfig in org.elasticsearch.client.transform
Methods in org.elasticsearch.client.transform that return TransformConfig Modifier and Type Method Description TransformConfigPreviewTransformRequest. getConfig()TransformConfigPutTransformRequest. getConfig()TransformConfigUpdateTransformResponse. getTransformConfiguration()Methods in org.elasticsearch.client.transform that return types with arguments of type TransformConfig Modifier and Type Method Description List<TransformConfig>GetTransformResponse. getTransformConfigurations()Constructors in org.elasticsearch.client.transform with parameters of type TransformConfig Constructor Description PreviewTransformRequest(TransformConfig config)PutTransformRequest(TransformConfig config)UpdateTransformResponse(TransformConfig transformConfiguration)Constructor parameters in org.elasticsearch.client.transform with type arguments of type TransformConfig Constructor Description GetTransformResponse(List<TransformConfig> transformConfigurations, int count, org.elasticsearch.client.transform.GetTransformResponse.InvalidTransforms invalidTransforms) -
Uses of TransformConfig in org.elasticsearch.client.transform.transforms
Fields in org.elasticsearch.client.transform.transforms with type parameters of type TransformConfig Modifier and Type Field Description static ConstructingObjectParser<TransformConfig,Void>TransformConfig. PARSERMethods in org.elasticsearch.client.transform.transforms that return TransformConfig Modifier and Type Method Description TransformConfigTransformConfig.Builder. build()static TransformConfigTransformConfig. forPreview(SourceConfig source, PivotConfig pivotConfig)Helper method for previewing a transform configuration The TransformConfig returned from this method should only be used for previewing the resulting data.static TransformConfigTransformConfig. fromXContent(XContentParser parser)
-