Package org.infinispan.counter.impl.weak
Class WeakCounterKey
java.lang.Object
org.infinispan.counter.impl.weak.WeakCounterKey
- All Implemented Interfaces:
CounterKey
The key to store in the
Cache used by WeakCounter.
The weak consistent counters splits the counter's value in multiple keys. This class contains the index.
- Since:
- 9.0
- Author:
- Pedro Ruivo
-
Method Summary
-
Method Details
-
getCounterName
@ProtoField(1) public org.infinispan.util.ByteString getCounterName()- Specified by:
getCounterNamein interfaceCounterKey- Returns:
- The counter name.
-
equals
-
hashCode
public int hashCode() -
toString
-