Uses of Class
org.elasticsearch.client.ml.datafeed.ChunkingConfig
-
Packages that use ChunkingConfig Package Description org.elasticsearch.client.ml.datafeed -
-
Uses of ChunkingConfig in org.elasticsearch.client.ml.datafeed
Fields in org.elasticsearch.client.ml.datafeed with type parameters of type ChunkingConfig Modifier and Type Field Description static ConstructingObjectParser<ChunkingConfig,Void>ChunkingConfig. PARSERMethods in org.elasticsearch.client.ml.datafeed that return ChunkingConfig Modifier and Type Method Description ChunkingConfigDatafeedConfig. getChunkingConfig()ChunkingConfigDatafeedUpdate. getChunkingConfig()static ChunkingConfigChunkingConfig. newAuto()static ChunkingConfigChunkingConfig. newManual(TimeValue timeSpan)static ChunkingConfigChunkingConfig. newOff()Methods in org.elasticsearch.client.ml.datafeed with parameters of type ChunkingConfig Modifier and Type Method Description DatafeedConfig.BuilderDatafeedConfig.Builder. setChunkingConfig(ChunkingConfig chunkingConfig)DatafeedUpdate.BuilderDatafeedUpdate.Builder. setChunkingConfig(ChunkingConfig chunkingConfig)
-