Uses of Class
org.apache.druid.java.util.emitter.core.BatchingStrategy
-
Packages that use BatchingStrategy Package Description org.apache.druid.java.util.emitter.core -
-
Uses of BatchingStrategy in org.apache.druid.java.util.emitter.core
Fields in org.apache.druid.java.util.emitter.core declared as BatchingStrategy Modifier and Type Field Description static BatchingStrategyBaseHttpEmittingConfig. DEFAULT_BATCHING_STRATEGYMethods in org.apache.druid.java.util.emitter.core that return BatchingStrategy Modifier and Type Method Description BatchingStrategyBaseHttpEmittingConfig. getBatchingStrategy()static BatchingStrategyBatchingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchingStrategy[]BatchingStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.druid.java.util.emitter.core with parameters of type BatchingStrategy Modifier and Type Method Description HttpEmitterConfig.BuilderHttpEmitterConfig.Builder. setBatchingStrategy(BatchingStrategy batchingStrategy)
-