| Package | Description |
|---|---|
| com.hazelcast.cache.impl.nearcache.impl.store |
Near cache store implementations.
|
| Modifier and Type | Method and Description |
|---|---|
protected NearCacheDataRecord |
NearCacheDataRecordStore.valueToRecord(V value) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
NearCacheDataRecordStore.getRecordStorageMemoryCost(NearCacheDataRecord record) |
protected void |
NearCacheDataRecordStore.putToRecord(NearCacheDataRecord record,
V value) |
protected V |
NearCacheDataRecordStore.recordToValue(NearCacheDataRecord record) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.