Uses of Class
org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator.ExecutionMode
-
Packages that use SamplerAggregator.ExecutionMode Package Description org.elasticsearch.search.aggregations.bucket.sampler -
-
Uses of SamplerAggregator.ExecutionMode in org.elasticsearch.search.aggregations.bucket.sampler
Methods in org.elasticsearch.search.aggregations.bucket.sampler that return SamplerAggregator.ExecutionMode Modifier and Type Method Description static SamplerAggregator.ExecutionModeSamplerAggregator.ExecutionMode. fromString(String value)static SamplerAggregator.ExecutionModeSamplerAggregator.ExecutionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SamplerAggregator.ExecutionMode[]SamplerAggregator.ExecutionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-