public class HazelcastBucketBuilder extends AbstractBucketBuilder<HazelcastBucketBuilder>
JCacheBucketBuilder| Constructor and Description |
|---|
HazelcastBucketBuilder()
Creates the new instance of
HazelcastBucketBuilder |
| Modifier and Type | Method and Description |
|---|---|
<K extends Serializable> |
build(com.hazelcast.map.IMap<K,GridBucketState> map,
K key,
RecoveryStrategy recoveryStrategy)
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) |
addLimit, buildConfigurationpublic HazelcastBucketBuilder()
HazelcastBucketBuilderpublic <K extends Serializable> Bucket build(com.hazelcast.map.IMap<K,GridBucketState> map, K key, RecoveryStrategy recoveryStrategy)
GridBucket which state actually stored inside in-memory data-grid,
semantic of this method is fully equals to JCacheBucketBuilder.build(Cache, Serializable, RecoveryStrategy)Copyright © 2021. All rights reserved.