Class HotRodSyncStrongCounters

java.lang.Object
org.infinispan.hotrod.HotRodSyncStrongCounters
All Implemented Interfaces:
org.infinispan.api.sync.SyncStrongCounters

public class HotRodSyncStrongCounters extends Object implements org.infinispan.api.sync.SyncStrongCounters
Since:
14.0
  • Constructor Details

    • HotRodSyncStrongCounters

      public HotRodSyncStrongCounters(HotRod hotrod)
  • Method Details

    • get

      public HotRodSyncStrongCounter get(String name)
      Specified by:
      get in interface org.infinispan.api.sync.SyncStrongCounters
    • create

      public HotRodSyncStrongCounter create(String name, org.infinispan.api.configuration.CounterConfiguration counterConfiguration)
      Specified by:
      create in interface org.infinispan.api.sync.SyncStrongCounters
    • remove

      public void remove(String name)
      Specified by:
      remove in interface org.infinispan.api.sync.SyncStrongCounters
    • names

      public Iterable<String> names()
      Specified by:
      names in interface org.infinispan.api.sync.SyncStrongCounters