Skip navigation links
A B C D E G H I P R S W 

A

addCustomSerializers(SerializationConfig, int) - Static method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializer
Registers custom Hazelcast serializers for all classes from Bucket4j library which can be transferred over network.

B

build(IMap<K, GridBucketState>, K, RecoveryStrategy) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastBucketBuilder
Constructs an instance of GridBucket which state actually stored inside in-memory data-grid, semantic of this method is fully equals to JCacheBucketBuilder.build(Cache, Serializable, RecoveryStrategy)
builder() - Method in class io.github.bucket4j.grid.hazelcast.Hazelcast

C

createInitialState(K, BucketConfiguration) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastProxy
 
createInitialStateAndExecute(K, BucketConfiguration, GridCommand<T>) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastProxy
 
createInitialStateAndExecuteAsync(K, BucketConfiguration, GridCommand<T>) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastProxy
 

D

destroy() - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializer
 

E

execute(K, GridCommand<T>) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastProxy
 
executeAsync(K, GridCommand<T>) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastProxy
 

G

getAllSerializers(int) - Static method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializer
Returns the list custom Hazelcast serializers for all classes from Bucket4j library which can be transferred over network.
getConfiguration(K) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastProxy
 
getProxy(K, Supplier<BucketConfiguration>) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastProxyManager
 
getProxy(K) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastProxyManager
 
getProxyConfiguration(K) - Method in class io.github.bucket4j.grid.hazelcast.HazelcastProxyManager
 
getSerializableType() - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializer
 
getSerializers() - Method in class io.github.bucket4j.grid.hazelcast.Hazelcast
 
getTypeId() - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializer
 

H

Hazelcast - Class in io.github.bucket4j.grid.hazelcast
The extension of Bucket4j library addressed to support Hazelcast in-memory data grid.
Hazelcast() - Constructor for class io.github.bucket4j.grid.hazelcast.Hazelcast
 
HazelcastBucketBuilder - Class in io.github.bucket4j.grid.hazelcast
This builder creates the buckets backed by Hazelcast in-memory computing platform.
HazelcastBucketBuilder() - Constructor for class io.github.bucket4j.grid.hazelcast.HazelcastBucketBuilder
Creates the new instance of HazelcastBucketBuilder
HazelcastProxy<K extends Serializable> - Class in io.github.bucket4j.grid.hazelcast
 
HazelcastProxy(IMap<K, GridBucketState>) - Constructor for class io.github.bucket4j.grid.hazelcast.HazelcastProxy
 
HazelcastProxyManager<K extends Serializable> - Class in io.github.bucket4j.grid.hazelcast
Hazelcast specific implementation of ProxyManager
HazelcastSerializationAdapter - Class in io.github.bucket4j.grid.hazelcast.serialization
 
HazelcastSerializationAdapter() - Constructor for class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializationAdapter
 
HazelcastSerializer<T> - Class in io.github.bucket4j.grid.hazelcast.serialization
 
HazelcastSerializer(int, SerializationHandle<T>) - Constructor for class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializer
 
HazelcastSerializer(SerializationHandle<T>) - Constructor for class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializer
 

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
 
isAsyncModeSupported() - Method in class io.github.bucket4j.grid.hazelcast.HazelcastProxy
 

P

process(Map.Entry<K, GridBucketState>) - Method in class io.github.bucket4j.grid.hazelcast.SimpleBackupProcessor
 
proxyManagerForMap(IMap<T, GridBucketState>) - Method in class io.github.bucket4j.grid.hazelcast.Hazelcast
Creates HazelcastProxyManager for specified map.

R

read(ObjectDataInput) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializer
 
read(ObjectDataInput, Class) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializer
 
readBoolean(ObjectDataInput) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializationAdapter
 
readByte(ObjectDataInput) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializationAdapter
 
readInt(ObjectDataInput) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializationAdapter
 
readLong(ObjectDataInput) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializationAdapter
 
readLongArray(ObjectDataInput) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializationAdapter
 
readObject(ObjectDataInput, Class<T>) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializationAdapter
 
readObject(ObjectDataInput) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializationAdapter
 
readString(ObjectDataInput) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializationAdapter
 

S

SERIALIZATION_HANDLE - Static variable in class io.github.bucket4j.grid.hazelcast.SimpleBackupProcessor
 
SimpleBackupProcessor<K extends Serializable> - Class in io.github.bucket4j.grid.hazelcast
 
SimpleBackupProcessor(GridBucketState) - Constructor for class io.github.bucket4j.grid.hazelcast.SimpleBackupProcessor
 

W

withBaseTypeId(int) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializer
 
write(ObjectDataOutput, T) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializer
 
writeBoolean(ObjectDataOutput, boolean) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializationAdapter
 
writeByte(ObjectDataOutput, byte) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializationAdapter
 
writeInt(ObjectDataOutput, int) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializationAdapter
 
writeLong(ObjectDataOutput, long) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializationAdapter
 
writeLongArray(ObjectDataOutput, long[]) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializationAdapter
 
writeObject(ObjectDataOutput, Object) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializationAdapter
 
writeString(ObjectDataOutput, String) - Method in class io.github.bucket4j.grid.hazelcast.serialization.HazelcastSerializationAdapter
 
A B C D E G H I P R S W 
Skip navigation links

Copyright © 2021. All rights reserved.