Class StrongCounterKey
java.lang.Object
org.infinispan.counter.impl.strong.StrongCounterKey
- All Implemented Interfaces:
CounterKey
The key to store in the
Cache used by StrongCounter.- Since:
- 9.0
- Author:
- Pedro Ruivo
- See Also:
-
Method Summary
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
getCounterName
@ProtoField(1) public org.infinispan.util.ByteString getCounterName()- Specified by:
getCounterNamein interfaceCounterKey- Returns:
- The counter name.
-