| Package | Description |
|---|---|
| org.infinispan.client.hotrod.counter.impl | |
| org.infinispan.client.hotrod.counter.operation | |
| org.infinispan.counter.api |
Clustered Counters API.
|
| org.infinispan.counter.util | |
| org.infinispan.functional.impl |
| Modifier and Type | Field and Description |
|---|---|
protected CounterConfiguration |
BaseCounter.configuration |
| Modifier and Type | Method and Description |
|---|---|
CounterConfiguration |
BaseCounter.getConfiguration() |
CounterConfiguration |
RemoteCounterManager.getConfiguration(String counterName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RemoteCounterManager.defineCounter(String name,
CounterConfiguration configuration) |
| Constructor and Description |
|---|
CompareAndSwapOperation(Codec codec,
ChannelFactory channelFactory,
AtomicInteger topologyId,
Configuration cfg,
String counterName,
long expect,
long update,
CounterConfiguration counterConfiguration) |
DefineCounterOperation(Codec codec,
ChannelFactory channelFactory,
AtomicInteger topologyId,
Configuration cfg,
String counterName,
CounterConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
CounterConfiguration |
CounterConfiguration.Builder.build() |
CounterConfiguration |
StrongCounter.getConfiguration() |
CounterConfiguration |
SyncStrongCounter.getConfiguration() |
CounterConfiguration |
SyncWeakCounter.getConfiguration() |
CounterConfiguration |
WeakCounter.getConfiguration() |
CounterConfiguration |
CounterManager.getConfiguration(String counterName) |
CounterConfiguration |
CounterConfiguration$___Marshaller_200ccbe7f9bd55cd3d0f90bae5ea29adc0a29590c936038020329c50ede7e29f.readFrom(org.infinispan.protostream.ImmutableSerializationContext $1,
org.infinispan.protostream.RawProtoStreamReader $2) |
| Modifier and Type | Method and Description |
|---|---|
Class<CounterConfiguration> |
CounterConfiguration$___Marshaller_200ccbe7f9bd55cd3d0f90bae5ea29adc0a29590c936038020329c50ede7e29f.getJavaClass() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CounterManager.defineCounter(String name,
CounterConfiguration configuration)
Defines a counter with the specific
name and CounterConfiguration. |
Properties |
PropertyFormatter.format(CounterConfiguration configuration) |
void |
CounterConfiguration$___Marshaller_200ccbe7f9bd55cd3d0f90bae5ea29adc0a29590c936038020329c50ede7e29f.writeTo(org.infinispan.protostream.ImmutableSerializationContext $1,
org.infinispan.protostream.RawProtoStreamWriter $2,
CounterConfiguration $3) |
| Modifier and Type | Method and Description |
|---|---|
static CounterConfiguration |
EncodeUtil.decodeConfiguration(Supplier<Byte> byteSupplier,
LongSupplier longSupplier,
IntSupplier intSupplier)
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EncodeUtil.encodeConfiguration(CounterConfiguration configuration,
Consumer<Byte> byteConsumer,
LongConsumer longConsumer,
IntConsumer intConsumer)
Encodes the configuration.
|
static byte |
EncodeUtil.encodeTypeAndStorage(CounterConfiguration configuration)
Encodes the
Storage and the CounterType. |
| Modifier and Type | Method and Description |
|---|---|
CounterConfiguration |
MetaParamsInternalMetadata.counterConfiguration() |
CounterConfiguration |
CounterConfigurationMetaParam.get() |
| Constructor and Description |
|---|
CounterConfigurationMetaParam(CounterConfiguration configuration) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.