Uses of Class
org.apache.cassandra.metrics.Sampler.SamplerType
-
Packages that use Sampler.SamplerType Package Description org.apache.cassandra.metrics -
-
Uses of Sampler.SamplerType in org.apache.cassandra.metrics
Fields in org.apache.cassandra.metrics with type parameters of type Sampler.SamplerType Modifier and Type Field Description java.util.EnumMap<Sampler.SamplerType,Sampler<?>>TableMetrics. samplersMethods in org.apache.cassandra.metrics that return Sampler.SamplerType Modifier and Type Method Description static Sampler.SamplerTypeSampler.SamplerType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Sampler.SamplerType[]Sampler.SamplerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-