Class HotRodSyncStrongCounters

  • All Implemented Interfaces:
    org.infinispan.api.sync.SyncStrongCounters

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

      • HotRodSyncStrongCounters

        public HotRodSyncStrongCounters​(HotRod hotrod)
    • Method Detail

      • 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