Uses of Class
org.infinispan.extendedstats.topK.StreamSummaryContainer.Stat
-
Packages that use StreamSummaryContainer.Stat Package Description org.infinispan.extendedstats.topK -
-
Uses of StreamSummaryContainer.Stat in org.infinispan.extendedstats.topK
Methods in org.infinispan.extendedstats.topK that return StreamSummaryContainer.Stat Modifier and Type Method Description static StreamSummaryContainer.StatStreamSummaryContainer.Stat. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamSummaryContainer.Stat[]StreamSummaryContainer.Stat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.extendedstats.topK with parameters of type StreamSummaryContainer.Stat Modifier and Type Method Description Map<Object,Long>StreamSummaryContainer. getTopKFrom(StreamSummaryContainer.Stat stat)Map<Object,Long>StreamSummaryContainer. getTopKFrom(StreamSummaryContainer.Stat stat, int topK)Map<String,Long>StreamSummaryContainer. getTopKFromAsKeyString(StreamSummaryContainer.Stat stat)Same asStreamSummaryContainer.getTopKFrom(StreamSummaryContainer.Stat)but the keys are returned in their String format.Map<String,Long>StreamSummaryContainer. getTopKFromAsKeyString(StreamSummaryContainer.Stat stat, int topK)Same asStreamSummaryContainer.getTopKFrom(StreamSummaryContainer.Stat, int)but the keys are returned in their String format.
-