Class StrongCounterKey
- java.lang.Object
-
- org.infinispan.counter.impl.strong.StrongCounterKey
-
- All Implemented Interfaces:
CounterKey
@ProtoTypeId(126) public class StrongCounterKey extends Object implements CounterKey
The key to store in theCacheused byStrongCounter.- Since:
- 9.0
- Author:
- Pedro Ruivo
- See Also:
StrongCounter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)org.infinispan.util.ByteStringgetCounterName()inthashCode()StringtoString()
-
-
-
Method Detail
-
getCounterName
@ProtoField(1) public org.infinispan.util.ByteString getCounterName()
- Specified by:
getCounterNamein interfaceCounterKey- Returns:
- The counter name.
-
-