public interface ICacheRecordStore
ICache
Modifier and Type | Method and Description |
---|---|
void |
clear(Set<Data> keys,
boolean isRemoveAll) |
boolean |
contains(Data key) |
void |
destroy() |
Object |
get(Data key,
javax.cache.expiry.ExpiryPolicy expiryPolicy) |
MapEntrySet |
getAll(Set<Data> keySet,
javax.cache.expiry.ExpiryPolicy expiryPolicy) |
Object |
getAndPut(Data key,
Object value,
javax.cache.expiry.ExpiryPolicy expiryPolicy,
String caller) |
Object |
getAndRemove(Data key,
String caller) |
Object |
getAndReplace(Data key,
Object value,
javax.cache.expiry.ExpiryPolicy expiryPolicy,
String caller) |
CacheStatisticsImpl |
getCacheStats() |
CacheConfig |
getConfig() |
String |
getName() |
Map<Data,CacheRecord> |
getReadOnlyRecords() |
CacheRecord |
getRecord(Data key) |
Object |
invoke(Data key,
javax.cache.processor.EntryProcessor entryProcessor,
Object[] arguments) |
CacheKeyIteratorResult |
iterator(int tableIndex,
int size) |
Set<Data> |
loadAll(Set<Data> keys,
boolean replaceExistingValues) |
void |
publishCompletedEvent(String cacheName,
int completionId,
Data dataKey,
int orderKey) |
void |
put(Data key,
Object value,
javax.cache.expiry.ExpiryPolicy expiryPolicy,
String caller) |
boolean |
putIfAbsent(Data key,
Object value,
javax.cache.expiry.ExpiryPolicy expiryPolicy,
String caller) |
boolean |
remove(Data key,
Object value,
String caller) |
boolean |
remove(Data key,
String caller) |
CacheRecord |
removeRecord(Data key) |
boolean |
replace(Data key,
Object value,
javax.cache.expiry.ExpiryPolicy expiryPolicy,
String caller) |
boolean |
replace(Data key,
Object oldValue,
Object newValue,
javax.cache.expiry.ExpiryPolicy expiryPolicy,
String caller) |
void |
setRecord(Data key,
CacheRecord record) |
int |
size() |
Object getAndPut(Data key, Object value, javax.cache.expiry.ExpiryPolicy expiryPolicy, String caller)
boolean putIfAbsent(Data key, Object value, javax.cache.expiry.ExpiryPolicy expiryPolicy, String caller)
boolean replace(Data key, Object value, javax.cache.expiry.ExpiryPolicy expiryPolicy, String caller)
boolean replace(Data key, Object oldValue, Object newValue, javax.cache.expiry.ExpiryPolicy expiryPolicy, String caller)
Object getAndReplace(Data key, Object value, javax.cache.expiry.ExpiryPolicy expiryPolicy, String caller)
boolean contains(Data key)
MapEntrySet getAll(Set<Data> keySet, javax.cache.expiry.ExpiryPolicy expiryPolicy)
int size()
void destroy()
CacheConfig getConfig()
String getName()
Map<Data,CacheRecord> getReadOnlyRecords()
CacheRecord getRecord(Data key)
void setRecord(Data key, CacheRecord record)
CacheRecord removeRecord(Data key)
CacheKeyIteratorResult iterator(int tableIndex, int size)
Object invoke(Data key, javax.cache.processor.EntryProcessor entryProcessor, Object[] arguments)
CacheStatisticsImpl getCacheStats()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.