Package | Description |
---|---|
com.hazelcast.cache.impl.nearcache |
Near cache support.
|
com.hazelcast.cache.impl.nearcache.impl |
Near cache implementations.
|
Modifier and Type | Method and Description |
---|---|
NearCacheExecutor |
NearCacheContext.getNearCacheExecutor() |
Modifier and Type | Method and Description |
---|---|
void |
NearCacheContext.setNearCacheExecutor(NearCacheExecutor nearCacheExecutor) |
Constructor and Description |
---|
NearCacheContext(NearCacheManager nearCacheManager,
SerializationService serializationService,
NearCacheExecutor nearCacheExecutor) |
NearCacheContext(SerializationService serializationService,
NearCacheExecutor nearCacheExecutor) |
Modifier and Type | Method and Description |
---|---|
protected ScheduledFuture |
DefaultNearCache.scheduleExpirationTask(NearCacheExecutor nearCacheExecutor,
DefaultNearCache.ExpirationTask expirationTask) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.