Uses of Class
org.infinispan.stats.topK.StreamSummaryContainer.Stat
-
Packages that use StreamSummaryContainer.Stat Package Description org.infinispan.stats.topK -
-
Uses of StreamSummaryContainer.Stat in org.infinispan.stats.topK
Methods in org.infinispan.stats.topK that return StreamSummaryContainer.Stat Modifier and Type Method Description static StreamSummaryContainer.Stat
StreamSummaryContainer.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.stats.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(org.infinispan.stats.topK.StreamSummaryContainer.Stat)
but the keys are returned in their String format.Map<String,Long>
StreamSummaryContainer. getTopKFromAsKeyString(StreamSummaryContainer.Stat stat, int topK)
Same asStreamSummaryContainer.getTopKFrom(org.infinispan.stats.topK.StreamSummaryContainer.Stat, int)
but the keys are returned in their String format.
-