A B D E G H I P R S 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) - 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
 

E

equalsByContent(HazelcastEntryProcessor) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastEntryProcessor
 
equalsByContent(SimpleBackupProcessor) - Method in class io.github.bucket4j.grid.hazelcast.SimpleBackupProcessor
 
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
 
getState() - Method in class io.github.bucket4j.grid.hazelcast.SimpleBackupProcessor
 
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
 

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(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(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

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
 

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
 

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, 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
 
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

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(int) - Constructor for class io.github.bucket4j.grid.hazelcast.serialization.SimpleBackupProcessorSerializer
 

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
 
A B D E G H I P R S W 
All Classes All Packages