Interface CounterKey

All Known Implementing Classes:
StrongCounterKey, WeakCounterKey

public interface CounterKey
Interface that represents the key stored in the cache.
Since:
9.0
Author:
Pedro Ruivo
  • Method Summary

    Modifier and Type
    Method
    Description
    org.infinispan.util.ByteString
     
  • Method Details

    • getCounterName

      org.infinispan.util.ByteString getCounterName()
      Returns:
      The counter name.