Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.cache.impl.operation |
Hazelcast JSR-107 aka JCache implementation
Cache Operations
|
com.hazelcast.cache.impl.record |
Hazelcast JSR-107 aka JCache implementation
Internal record store
|
Modifier and Type | Method and Description |
---|---|
CacheRecord |
ICacheRecordStore.getRecord(Data key) |
CacheRecord |
CacheRecordStore.getRecord(Data key) |
CacheRecord |
ICacheRecordStore.removeRecord(Data key) |
CacheRecord |
CacheRecordStore.removeRecord(Data key) |
Modifier and Type | Method and Description |
---|---|
Map<Data,CacheRecord> |
ICacheRecordStore.getReadOnlyRecords() |
Map<Data,CacheRecord> |
CacheRecordStore.getReadOnlyRecords() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
CacheRecordStore.processExpiredEntry(Data key,
CacheRecord record,
long now) |
protected boolean |
CacheRecordStore.processExpiredEntry(Data key,
CacheRecord record,
long expiryTime,
long now) |
void |
ICacheRecordStore.setRecord(Data key,
CacheRecord record) |
void |
CacheRecordStore.setRecord(Data key,
CacheRecord record) |
Constructor and Description |
---|
CacheEntryProcessorEntry(Data keyData,
CacheRecord record,
CacheRecordStore cacheRecordStore,
long now) |
Constructor and Description |
---|
CachePutBackupOperation(String name,
Data key,
CacheRecord cacheRecord) |
Constructor and Description |
---|
CachePutAllBackupOperation(String name,
Map<Data,CacheRecord> cacheRecords) |
Modifier and Type | Class and Description |
---|---|
class |
CacheObjectRecord
Object format is
CacheRecord |
Modifier and Type | Method and Description |
---|---|
CacheRecord |
CacheRecordFactory.newRecord(Data key,
Object value) |
CacheRecord |
CacheRecordFactory.newRecordWithExpiry(Data key,
Object value,
long expiryTime) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.