A B D E G H I M P R S T V W 
All Classes All Packages

A

addCustomSerializers(SerializationConfig, int) - Static method in class io.github.bucket4j.grid.hazelcast.HazelcastProxyManager
Registers custom Hazelcast serializers for all classes from Bucket4j library which can be transferred over network.
allocateTransaction(K, Optional<Long>) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastLockBasedProxyManager
 

B

beginAsyncCompareAndSwapOperation(K) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastCompareAndSwapBasedProxyManager
 
beginCompareAndSwapOperation(K) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastCompareAndSwapBasedProxyManager
 

D

destroy() - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastEntryProcessorSerializer
 
destroy() - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastOffloadableEntryProcessorSerializer
 
destroy() - Method in class io.github.bucket4j.grid.hazelcast.serialization.SimpleBackupProcessorSerializer
 
destroy() - Method in class io.github.bucket4j.grid.hazelcast.serialization.VersionedBackupProcessorSerializer
 

E

equalsByContent(HazelcastEntryProcessor) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastEntryProcessor
 
equalsByContent(SimpleBackupProcessor) - Method in class io.github.bucket4j.grid.hazelcast.SimpleBackupProcessor
 
equalsByContent(VersionedBackupProcessor) - Method in class io.github.bucket4j.grid.hazelcast.VersionedBackupProcessor
 
execute(K, Request<T>) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastProxyManager
 
executeAsync(K, Request<T>) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastProxyManager
 

G

getBackupProcessor() - Method in class io.github.bucket4j.grid.hazelcast.HazelcastEntryProcessor
 
getExecutorName() - Method in class io.github.bucket4j.grid.hazelcast.HazelcastOffloadableEntryProcessor
 
getRequestBytes() - Method in class io.github.bucket4j.grid.hazelcast.HazelcastEntryProcessor
 
getSerializableType() - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastEntryProcessorSerializer
 
getSerializableType() - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastOffloadableEntryProcessorSerializer
 
getSerializableType() - Method in class io.github.bucket4j.grid.hazelcast.serialization.SimpleBackupProcessorSerializer
 
getSerializableType() - Method in class io.github.bucket4j.grid.hazelcast.serialization.VersionedBackupProcessorSerializer
 
getSerializerTypeId(Class<? extends Serializer>) - Static method in class io.github.bucket4j.grid.hazelcast.serialization.SerializationUtilities
 
getSerializerTypeId(Class<? extends Serializer>, int) - Static method in class io.github.bucket4j.grid.hazelcast.serialization.SerializationUtilities
 
getState() - Method in class io.github.bucket4j.grid.hazelcast.SimpleBackupProcessor
 
getState() - Method in class io.github.bucket4j.grid.hazelcast.VersionedBackupProcessor
 
getTtlMillis() - Method in class io.github.bucket4j.grid.hazelcast.VersionedBackupProcessor
 
getTypeId() - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastEntryProcessorSerializer
 
getTypeId() - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastOffloadableEntryProcessorSerializer
 
getTypeId() - Method in class io.github.bucket4j.grid.hazelcast.serialization.SimpleBackupProcessorSerializer
 
getTypeId() - Method in class io.github.bucket4j.grid.hazelcast.serialization.VersionedBackupProcessorSerializer
 

H

HazelcastCompareAndSwapBasedProxyManager<K> - Class in io.github.bucket4j.grid.hazelcast
 
HazelcastCompareAndSwapBasedProxyManager(IMap<K, byte[]>) - Constructor for class io.github.bucket4j.grid.hazelcast.HazelcastCompareAndSwapBasedProxyManager
 
HazelcastCompareAndSwapBasedProxyManager(IMap<K, byte[]>, ClientSideConfig) - Constructor for class io.github.bucket4j.grid.hazelcast.HazelcastCompareAndSwapBasedProxyManager
 
HazelcastEntryProcessor<K,​T> - Class in io.github.bucket4j.grid.hazelcast
 
HazelcastEntryProcessor(byte[]) - Constructor for class io.github.bucket4j.grid.hazelcast.HazelcastEntryProcessor
 
HazelcastEntryProcessor(Request<T>) - Constructor for class io.github.bucket4j.grid.hazelcast.HazelcastEntryProcessor
 
HazelcastEntryProcessorSerializer - Class in io.github.bucket4j.grid.hazelcast.serialization
 
HazelcastEntryProcessorSerializer() - Constructor for class io.github.bucket4j.grid.hazelcast.serialization.HazelcastEntryProcessorSerializer
 
HazelcastEntryProcessorSerializer(int) - Constructor for class io.github.bucket4j.grid.hazelcast.serialization.HazelcastEntryProcessorSerializer
 
HazelcastLockBasedProxyManager<K> - Class in io.github.bucket4j.grid.hazelcast
 
HazelcastLockBasedProxyManager(IMap<K, byte[]>) - Constructor for class io.github.bucket4j.grid.hazelcast.HazelcastLockBasedProxyManager
 
HazelcastLockBasedProxyManager(IMap<K, byte[]>, ClientSideConfig) - Constructor for class io.github.bucket4j.grid.hazelcast.HazelcastLockBasedProxyManager
 
HazelcastOffloadableEntryProcessor<K,​T> - Class in io.github.bucket4j.grid.hazelcast
 
HazelcastOffloadableEntryProcessor(byte[], String) - Constructor for class io.github.bucket4j.grid.hazelcast.HazelcastOffloadableEntryProcessor
 
HazelcastOffloadableEntryProcessor(Request<T>, String) - Constructor for class io.github.bucket4j.grid.hazelcast.HazelcastOffloadableEntryProcessor
 
HazelcastOffloadableEntryProcessorSerializer - Class in io.github.bucket4j.grid.hazelcast.serialization
 
HazelcastOffloadableEntryProcessorSerializer() - Constructor for class io.github.bucket4j.grid.hazelcast.serialization.HazelcastOffloadableEntryProcessorSerializer
 
HazelcastOffloadableEntryProcessorSerializer(int) - Constructor for class io.github.bucket4j.grid.hazelcast.serialization.HazelcastOffloadableEntryProcessorSerializer
 
HazelcastProxyManager<K> - Class in io.github.bucket4j.grid.hazelcast
The extension of Bucket4j library addressed to support Hazelcast in-memory data grid.
HazelcastProxyManager(IMap<K, byte[]>) - Constructor for class io.github.bucket4j.grid.hazelcast.HazelcastProxyManager
 
HazelcastProxyManager(IMap<K, byte[]>, ClientSideConfig) - Constructor for class io.github.bucket4j.grid.hazelcast.HazelcastProxyManager
 
HazelcastProxyManager(IMap<K, byte[]>, ClientSideConfig, String) - Constructor for class io.github.bucket4j.grid.hazelcast.HazelcastProxyManager
 

I

InvalidConfigurationParameterException - Exception in io.github.bucket4j.grid.hazelcast.serialization
Thrown to indicate that an expected Parameter (both from System Parameters or Environment Variables) is invalid.
InvalidConfigurationParameterException() - Constructor for exception io.github.bucket4j.grid.hazelcast.serialization.InvalidConfigurationParameterException
Constructs an IllegalArgumentException with no detail message.
InvalidConfigurationParameterException(String) - Constructor for exception io.github.bucket4j.grid.hazelcast.serialization.InvalidConfigurationParameterException
Constructs an IllegalArgumentException with the specified detail message.
InvalidConfigurationParameterException(String, Throwable) - Constructor for exception io.github.bucket4j.grid.hazelcast.serialization.InvalidConfigurationParameterException
Constructs a new exception with the specified detail message and cause.
InvalidConfigurationParameterException(Throwable) - Constructor for exception io.github.bucket4j.grid.hazelcast.serialization.InvalidConfigurationParameterException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
io.github.bucket4j.grid.hazelcast - package io.github.bucket4j.grid.hazelcast
 
io.github.bucket4j.grid.hazelcast.serialization - package io.github.bucket4j.grid.hazelcast.serialization
 
io.github.bucket4j.hazelcast - module io.github.bucket4j.hazelcast
 
isAsyncModeSupported() - Method in class io.github.bucket4j.grid.hazelcast.HazelcastCompareAndSwapBasedProxyManager
 
isAsyncModeSupported() - Method in class io.github.bucket4j.grid.hazelcast.HazelcastLockBasedProxyManager
 
isAsyncModeSupported() - Method in class io.github.bucket4j.grid.hazelcast.HazelcastProxyManager
 
isExpireAfterWriteSupported() - Method in class io.github.bucket4j.grid.hazelcast.HazelcastLockBasedProxyManager
 
isExpireAfterWriteSupported() - Method in class io.github.bucket4j.grid.hazelcast.HazelcastProxyManager
 

M

MissingConfigurationParameterException - Exception in io.github.bucket4j.grid.hazelcast.serialization
Thrown to indicate that an expected Parameter (both from System Parameters or Environment Variables) is missing.
MissingConfigurationParameterException() - Constructor for exception io.github.bucket4j.grid.hazelcast.serialization.MissingConfigurationParameterException
Constructs an IllegalArgumentException with no detail message.
MissingConfigurationParameterException(String) - Constructor for exception io.github.bucket4j.grid.hazelcast.serialization.MissingConfigurationParameterException
Constructs an IllegalArgumentException with the specified detail message.
MissingConfigurationParameterException(String, Throwable) - Constructor for exception io.github.bucket4j.grid.hazelcast.serialization.MissingConfigurationParameterException
Constructs a new exception with the specified detail message and cause.
MissingConfigurationParameterException(Throwable) - Constructor for exception io.github.bucket4j.grid.hazelcast.serialization.MissingConfigurationParameterException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).

P

process(Map.Entry<K, byte[]>) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastEntryProcessor
 
process(Map.Entry<K, byte[]>) - Method in class io.github.bucket4j.grid.hazelcast.SimpleBackupProcessor
 
process(Map.Entry<K, byte[]>) - Method in class io.github.bucket4j.grid.hazelcast.VersionedBackupProcessor
 

R

read(ObjectDataInput) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastEntryProcessorSerializer
 
read(ObjectDataInput) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastOffloadableEntryProcessorSerializer
 
read(ObjectDataInput) - Method in class io.github.bucket4j.grid.hazelcast.serialization.SimpleBackupProcessorSerializer
 
read(ObjectDataInput) - Method in class io.github.bucket4j.grid.hazelcast.serialization.VersionedBackupProcessorSerializer
 
read(ObjectDataInput, Class) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastEntryProcessorSerializer
 
read(ObjectDataInput, Class) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastOffloadableEntryProcessorSerializer
 
read(ObjectDataInput, Class) - Method in class io.github.bucket4j.grid.hazelcast.serialization.SimpleBackupProcessorSerializer
 
read(ObjectDataInput, Class) - Method in class io.github.bucket4j.grid.hazelcast.serialization.VersionedBackupProcessorSerializer
 
removeAsync(K) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastCompareAndSwapBasedProxyManager
 
removeAsync(K) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastProxyManager
 
removeProxy(K) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastCompareAndSwapBasedProxyManager
 
removeProxy(K) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastLockBasedProxyManager
 
removeProxy(K) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastProxyManager
 

S

SerializationUtilities - Class in io.github.bucket4j.grid.hazelcast.serialization
 
SerializationUtilities() - Constructor for class io.github.bucket4j.grid.hazelcast.serialization.SerializationUtilities
 
SimpleBackupProcessor<K> - Class in io.github.bucket4j.grid.hazelcast
 
SimpleBackupProcessor(byte[]) - Constructor for class io.github.bucket4j.grid.hazelcast.SimpleBackupProcessor
 
SimpleBackupProcessorSerializer - Class in io.github.bucket4j.grid.hazelcast.serialization
 
SimpleBackupProcessorSerializer() - Constructor for class io.github.bucket4j.grid.hazelcast.serialization.SimpleBackupProcessorSerializer
 
SimpleBackupProcessorSerializer(int) - Constructor for class io.github.bucket4j.grid.hazelcast.serialization.SimpleBackupProcessorSerializer
 

T

TYPE_ID_BASE_PROP_NAME - Static variable in class io.github.bucket4j.grid.hazelcast.serialization.SerializationUtilities
 

V

VersionedBackupProcessor<K> - Class in io.github.bucket4j.grid.hazelcast
 
VersionedBackupProcessor(byte[], Long) - Constructor for class io.github.bucket4j.grid.hazelcast.VersionedBackupProcessor
 
VersionedBackupProcessorSerializer - Class in io.github.bucket4j.grid.hazelcast.serialization
 
VersionedBackupProcessorSerializer() - Constructor for class io.github.bucket4j.grid.hazelcast.serialization.VersionedBackupProcessorSerializer
 
VersionedBackupProcessorSerializer(int) - Constructor for class io.github.bucket4j.grid.hazelcast.serialization.VersionedBackupProcessorSerializer
 

W

write(ObjectDataOutput, HazelcastEntryProcessor) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastEntryProcessorSerializer
 
write(ObjectDataOutput, HazelcastOffloadableEntryProcessor) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastOffloadableEntryProcessorSerializer
 
write(ObjectDataOutput, SimpleBackupProcessor) - Method in class io.github.bucket4j.grid.hazelcast.serialization.SimpleBackupProcessorSerializer
 
write(ObjectDataOutput, VersionedBackupProcessor) - Method in class io.github.bucket4j.grid.hazelcast.serialization.VersionedBackupProcessorSerializer
 
A B D E G H I M P R S T V W 
All Classes All Packages