Class StrongCounterKey

  • All Implemented Interfaces:
    CounterKey

    @ProtoTypeId(126)
    public class StrongCounterKey
    extends Object
    implements CounterKey
    The key to store in the Cache used by StrongCounter.
    Since:
    9.0
    Author:
    Pedro Ruivo
    See Also:
    StrongCounter
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getCounterName

        @ProtoField(1)
        public org.infinispan.util.ByteString getCounterName()
        Specified by:
        getCounterName in interface CounterKey
        Returns:
        The counter name.