Class BaseCounter
java.lang.Object
org.infinispan.client.hotrod.counter.impl.BaseCounter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.infinispan.counter.api.CounterConfiguration
protected final org.infinispan.client.hotrod.impl.transport.netty.OperationDispatcher
protected final CounterOperationFactory
protected final String
-
Method Summary
Modifier and TypeMethodDescription<T extends org.infinispan.counter.api.CounterListener>
org.infinispan.counter.api.Handle<T> addListener
(T listener) org.infinispan.counter.api.CounterConfiguration
getName()
remove()
reset()
-
Field Details
-
name
-
configuration
protected final org.infinispan.counter.api.CounterConfiguration configuration -
factory
-
dispatcher
protected final org.infinispan.client.hotrod.impl.transport.netty.OperationDispatcher dispatcher
-
-
Method Details
-
getName
-
reset
-
remove
-
getConfiguration
public org.infinispan.counter.api.CounterConfiguration getConfiguration() -
addListener
public <T extends org.infinispan.counter.api.CounterListener> org.infinispan.counter.api.Handle<T> addListener(T listener)
-