Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
DeferredValue<V> |
DeferredValue.shallowCopy() |
static <V> DeferredValue<V> |
DeferredValue.withNullValue() |
static <V> DeferredValue<V> |
DeferredValue.withSerializedValue(Data serializedValue) |
static <V> DeferredValue<V> |
DeferredValue.withValue(V value) |
Modifier and Type | Method and Description |
---|---|
static <V> Set<DeferredValue<V>> |
DeferredValue.concurrentSetOfValues(Set<V> values) |
Modifier and Type | Method and Description |
---|---|
static <V> Set<V> |
DeferredValue.asPassThroughSet(Set<DeferredValue<V>> deferredValues,
SerializationService serializationService)
Adapts a
Set<DeferredValue<V>> as a Set<V> . |
Modifier and Type | Field and Description |
---|---|
protected DeferredValue<javax.cache.configuration.Factory<javax.cache.integration.CacheLoader<K,V>>> |
AbstractCacheConfig.cacheLoaderFactory
The
Factory for the CacheLoader . |
protected DeferredValue<javax.cache.configuration.Factory<javax.cache.integration.CacheWriter<? super K,? super V>>> |
AbstractCacheConfig.cacheWriterFactory
The
Factory for the CacheWriter . |
protected DeferredValue<javax.cache.configuration.Factory<javax.cache.expiry.ExpiryPolicy>> |
AbstractCacheConfig.expiryPolicyFactory
The
Factory for the ExpiryPolicy . |
Modifier and Type | Field and Description |
---|---|
protected Set<DeferredValue<javax.cache.configuration.CacheEntryListenerConfiguration<K,V>>> |
AbstractCacheConfig.listenerConfigurations
The
CacheEntryListenerConfiguration s for the Configuration . |
Modifier and Type | Method and Description |
---|---|
protected Set<DeferredValue<javax.cache.configuration.CacheEntryListenerConfiguration<K,V>>> |
AbstractCacheConfig.createConcurrentSet() |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.