Package org.infinispan.hotrod
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 Summary
Constructors Constructor Description HotRodSyncStrongCounters(HotRod hotrod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HotRodSyncStrongCountercreate(String name, org.infinispan.api.configuration.CounterConfiguration counterConfiguration)HotRodSyncStrongCounterget(String name)Iterable<String>names()voidremove(String name)
-
-
-
Constructor Detail
-
HotRodSyncStrongCounters
public HotRodSyncStrongCounters(HotRod hotrod)
-
-
Method Detail
-
get
public HotRodSyncStrongCounter get(String name)
- Specified by:
getin interfaceorg.infinispan.api.sync.SyncStrongCounters
-
create
public HotRodSyncStrongCounter create(String name, org.infinispan.api.configuration.CounterConfiguration counterConfiguration)
- Specified by:
createin interfaceorg.infinispan.api.sync.SyncStrongCounters
-
remove
public void remove(String name)
- Specified by:
removein interfaceorg.infinispan.api.sync.SyncStrongCounters
-
-