Package | Description |
---|---|
com.hazelcast.internal.nearcache |
Near Cache support.
|
com.hazelcast.internal.nearcache.impl.invalidation |
Invalidations for Near Cache.
|
com.hazelcast.internal.nearcache.impl.store |
Near Cache store implementations.
|
Modifier and Type | Method and Description |
---|---|
StaleReadDetector |
NearCacheRecordStore.getStaleReadDetector() |
Modifier and Type | Method and Description |
---|---|
void |
NearCacheRecordStore.setStaleReadDetector(StaleReadDetector detector) |
Modifier and Type | Class and Description |
---|---|
class |
StaleReadDetectorImpl
Default implementation of
StaleReadDetector . |
Modifier and Type | Field and Description |
---|---|
static StaleReadDetector |
StaleReadDetector.ALWAYS_FRESH
This instance will be used when Near Cache invalidations are disabled.
|
Modifier and Type | Field and Description |
---|---|
protected StaleReadDetector |
AbstractNearCacheRecordStore.staleReadDetector |
Modifier and Type | Method and Description |
---|---|
StaleReadDetector |
AbstractNearCacheRecordStore.getStaleReadDetector() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractNearCacheRecordStore.setStaleReadDetector(StaleReadDetector staleReadDetector) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.