Uses of Class
org.infinispan.counter.api.CounterConfiguration
Packages that use CounterConfiguration
Package
Description
Clustered Counters API.
-
Uses of CounterConfiguration in org.infinispan.client.hotrod.counter.impl
Fields in org.infinispan.client.hotrod.counter.impl declared as CounterConfigurationMethods in org.infinispan.client.hotrod.counter.impl that return CounterConfigurationModifier and TypeMethodDescriptionBaseCounter.getConfiguration()
RemoteCounterManager.getConfiguration
(String counterName) Methods in org.infinispan.client.hotrod.counter.impl with parameters of type CounterConfigurationModifier and TypeMethodDescriptionboolean
RemoteCounterManager.defineCounter
(String name, CounterConfiguration configuration) -
Uses of CounterConfiguration in org.infinispan.client.hotrod.counter.operation
Constructors in org.infinispan.client.hotrod.counter.operation with parameters of type CounterConfigurationModifierConstructorDescriptionCompareAndSwapOperation
(org.infinispan.client.hotrod.impl.transport.netty.ChannelFactory channelFactory, AtomicReference<ClientTopology> topologyId, Configuration cfg, String counterName, long expect, long update, CounterConfiguration counterConfiguration) DefineCounterOperation
(org.infinispan.client.hotrod.impl.transport.netty.ChannelFactory channelFactory, AtomicReference<ClientTopology> topologyId, Configuration cfg, String counterName, CounterConfiguration configuration) -
Uses of CounterConfiguration in org.infinispan.counter.api
Methods in org.infinispan.counter.api that return CounterConfigurationModifier and TypeMethodDescriptionCounterConfiguration.Builder.build()
CounterManager.getConfiguration
(String counterName) StrongCounter.getConfiguration()
SyncStrongCounter.getConfiguration()
SyncWeakCounter.getConfiguration()
WeakCounter.getConfiguration()
CounterConfiguration$___Marshaller_200ccbe7f9bd55cd3d0f90bae5ea29adc0a29590c936038020329c50ede7e29f.read
(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.counter.api that return types with arguments of type CounterConfigurationModifier and TypeMethodDescriptionCounterConfiguration$___Marshaller_200ccbe7f9bd55cd3d0f90bae5ea29adc0a29590c936038020329c50ede7e29f.getJavaClass()
Methods in org.infinispan.counter.api with parameters of type CounterConfigurationModifier and TypeMethodDescriptionboolean
CounterManager.defineCounter
(String name, CounterConfiguration configuration) Defines a counter with the specificname
andCounterConfiguration
.PropertyFormatter.format
(CounterConfiguration configuration) void
CounterConfiguration$___Marshaller_200ccbe7f9bd55cd3d0f90bae5ea29adc0a29590c936038020329c50ede7e29f.write
(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, CounterConfiguration $2) -
Uses of CounterConfiguration in org.infinispan.counter.configuration
Methods in org.infinispan.counter.configuration that return CounterConfigurationModifier and TypeMethodDescriptionstatic CounterConfiguration
ConvertUtil.parsedConfigToConfig
(AbstractCounterConfiguration configuration) Methods in org.infinispan.counter.configuration with parameters of type CounterConfigurationModifier and TypeMethodDescriptionstatic AbstractCounterConfiguration
ConvertUtil.configToParsedConfig
(String name, CounterConfiguration configuration) -
Uses of CounterConfiguration in org.infinispan.counter.impl
Methods in org.infinispan.counter.impl that return CounterConfigurationModifier and TypeMethodDescriptionSyncStrongCounterAdapter.getConfiguration()
SyncWeakCounterAdapter.getConfiguration()
-
Uses of CounterConfiguration in org.infinispan.counter.util
Methods in org.infinispan.counter.util that return CounterConfigurationModifier and TypeMethodDescriptionstatic CounterConfiguration
EncodeUtil.decodeConfiguration
(Supplier<Byte> byteSupplier, LongSupplier longSupplier, IntSupplier intSupplier) Methods in org.infinispan.counter.util with parameters of type CounterConfigurationModifier and TypeMethodDescriptionstatic void
EncodeUtil.encodeConfiguration
(CounterConfiguration configuration, Consumer<Byte> byteConsumer, LongConsumer longConsumer, IntConsumer intConsumer) Encodes the configuration.static byte
EncodeUtil.encodeTypeAndStorage
(CounterConfiguration configuration) Encodes theStorage
and theCounterType
. -
Uses of CounterConfiguration in org.infinispan.functional.impl
Methods in org.infinispan.functional.impl that return CounterConfigurationModifier and TypeMethodDescriptionMetaParamsInternalMetadata.counterConfiguration()
CounterConfigurationMetaParam.get()
Constructors in org.infinispan.functional.impl with parameters of type CounterConfiguration -
Uses of CounterConfiguration in org.infinispan.server.hotrod
Methods in org.infinispan.server.hotrod with parameters of type CounterConfigurationModifier and TypeMethodDescriptionio.netty.buffer.ByteBuf
VersionedEncoder.counterConfigurationResponse
(HotRodHeader header, HotRodServer server, io.netty.channel.Channel channel, CounterConfiguration configuration)