Uses of Enum
org.infinispan.extendedstats.topK.StreamSummaryContainer.Stat
-
Uses of StreamSummaryContainer.Stat in org.infinispan.extendedstats.topK
Modifier and TypeMethodDescriptionstatic StreamSummaryContainer.Stat
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.Modifier and TypeMethodDescriptionStreamSummaryContainer.getTopKFrom
(StreamSummaryContainer.Stat stat) StreamSummaryContainer.getTopKFrom
(StreamSummaryContainer.Stat stat, int topK) StreamSummaryContainer.getTopKFromAsKeyString
(StreamSummaryContainer.Stat stat) Same asStreamSummaryContainer.getTopKFrom(StreamSummaryContainer.Stat)
but the keys are returned in their String format.StreamSummaryContainer.getTopKFromAsKeyString
(StreamSummaryContainer.Stat stat, int topK) Same asStreamSummaryContainer.getTopKFrom(StreamSummaryContainer.Stat, int)
but the keys are returned in their String format.