public class HibernateCacheProxy extends Object implements IgniteInternalCache<Object,Object>
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic HibernateKeyTransformer keyTransformer()
public String name()
name in interface IgniteInternalCache<Object,Object>public boolean skipStore()
skipStore in interface IgniteInternalCache<Object,Object>public IgniteInternalCache setSkipStore(boolean skipStore)
setSkipStore in interface IgniteInternalCache<Object,Object>public boolean isEmpty()
isEmpty in interface IgniteInternalCache<Object,Object>public boolean containsKey(Object key)
containsKey in interface IgniteInternalCache<Object,Object>public IgniteInternalFuture<Boolean> containsKeyAsync(Object key)
containsKeyAsync in interface IgniteInternalCache<Object,Object>public boolean containsKeys(Collection keys)
containsKeys in interface IgniteInternalCache<Object,Object>public IgniteInternalFuture<Boolean> containsKeysAsync(Collection keys)
containsKeysAsync in interface IgniteInternalCache<Object,Object>@Nullable public Object localPeek(Object key, CachePeekMode[] peekModes, @Nullable IgniteCacheExpiryPolicy plc) throws IgniteCheckedException
localPeek in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic Iterable<javax.cache.Cache.Entry<Object,Object>> localEntries(CachePeekMode[] peekModes) throws IgniteCheckedException
localEntries in interface IgniteInternalCache<Object,Object>IgniteCheckedException@Nullable public Object get(Object key) throws IgniteCheckedException
get in interface IgniteInternalCache<Object,Object>IgniteCheckedException@Nullable public CacheEntry getEntry(Object key) throws IgniteCheckedException
getEntry in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture getAsync(Object key)
getAsync in interface IgniteInternalCache<Object,Object>public IgniteInternalFuture<CacheEntry<Object,Object>> getEntryAsync(Object key)
getEntryAsync in interface IgniteInternalCache<Object,Object>public Map getAll(@Nullable Collection keys) throws IgniteCheckedException
getAll in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic Collection<CacheEntry<Object,Object>> getEntries(@Nullable Collection keys) throws IgniteCheckedException
getEntries in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture<Map<Object,Object>> getAllAsync(@Nullable Collection keys)
getAllAsync in interface IgniteInternalCache<Object,Object>public IgniteInternalFuture<Collection<CacheEntry<Object,Object>>> getEntriesAsync(@Nullable Collection keys)
getEntriesAsync in interface IgniteInternalCache<Object,Object>@Nullable public Object getAndPut(Object key, Object val) throws IgniteCheckedException
getAndPut in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture getAndPutAsync(Object key, Object val)
getAndPutAsync in interface IgniteInternalCache<Object,Object>public boolean put(Object key, Object val) throws IgniteCheckedException
put in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture<Boolean> putAsync(Object key, Object val)
putAsync in interface IgniteInternalCache<Object,Object>@Nullable public Object getAndPutIfAbsent(Object key, Object val) throws IgniteCheckedException
getAndPutIfAbsent in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture getAndPutIfAbsentAsync(Object key, Object val)
getAndPutIfAbsentAsync in interface IgniteInternalCache<Object,Object>public boolean putIfAbsent(Object key, Object val) throws IgniteCheckedException
putIfAbsent in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture<Boolean> putIfAbsentAsync(Object key, Object val)
putIfAbsentAsync in interface IgniteInternalCache<Object,Object>@Nullable public Object getAndReplace(Object key, Object val) throws IgniteCheckedException
getAndReplace in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture getAndReplaceAsync(Object key, Object val)
getAndReplaceAsync in interface IgniteInternalCache<Object,Object>public boolean replace(Object key, Object val) throws IgniteCheckedException
replace in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture<Boolean> replaceAsync(Object key, Object val)
replaceAsync in interface IgniteInternalCache<Object,Object>public boolean replace(Object key, Object oldVal, Object newVal) throws IgniteCheckedException
replace in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture<Boolean> replaceAsync(Object key, Object oldVal, Object newVal)
replaceAsync in interface IgniteInternalCache<Object,Object>public void putAll(@Nullable
Map m)
throws IgniteCheckedException
putAll in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture<?> putAllAsync(@Nullable Map m)
putAllAsync in interface IgniteInternalCache<Object,Object>public Set keySet()
keySet in interface IgniteInternalCache<Object,Object>public Set<javax.cache.Cache.Entry<Object,Object>> entrySet()
entrySet in interface IgniteInternalCache<Object,Object>public Transaction txStart(TransactionConcurrency concurrency, TransactionIsolation isolation)
txStart in interface IgniteInternalCache<Object,Object>public GridNearTxLocal txStartEx(TransactionConcurrency concurrency, TransactionIsolation isolation)
txStartEx in interface IgniteInternalCache<Object,Object>public Transaction txStart(TransactionConcurrency concurrency, TransactionIsolation isolation, long timeout, int txSize)
txStart in interface IgniteInternalCache<Object,Object>@Nullable public GridNearTxLocal tx()
tx in interface IgniteInternalCache<Object,Object>public boolean evict(Object key)
evict in interface IgniteInternalCache<Object,Object>public void evictAll(@Nullable
Collection keys)
evictAll in interface IgniteInternalCache<Object,Object>public void clearLocally(boolean srv,
boolean near,
boolean readers)
clearLocally in interface IgniteInternalCache<Object,Object>public boolean clearLocally(Object key)
clearLocally in interface IgniteInternalCache<Object,Object>public void clearLocallyAll(Set keys, boolean srv, boolean near, boolean readers)
clearLocallyAll in interface IgniteInternalCache<Object,Object>public void clear(Object key) throws IgniteCheckedException
clear in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic void clearAll(Set keys) throws IgniteCheckedException
clearAll in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic void clear()
throws IgniteCheckedException
clear in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture<?> clearAsync()
clearAsync in interface IgniteInternalCache<Object,Object>public IgniteInternalFuture<?> clearAsync(Object key)
clearAsync in interface IgniteInternalCache<Object,Object>public IgniteInternalFuture<?> clearAllAsync(Set keys)
clearAllAsync in interface IgniteInternalCache<Object,Object>@Nullable public Object getAndRemove(Object key) throws IgniteCheckedException
getAndRemove in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture getAndRemoveAsync(Object key)
getAndRemoveAsync in interface IgniteInternalCache<Object,Object>public boolean remove(Object key) throws IgniteCheckedException
remove in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture<Boolean> removeAsync(Object key)
removeAsync in interface IgniteInternalCache<Object,Object>public boolean remove(Object key, Object val) throws IgniteCheckedException
remove in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture<Boolean> removeAsync(Object key, Object val)
removeAsync in interface IgniteInternalCache<Object,Object>public void removeAll(@Nullable
Collection keys)
throws IgniteCheckedException
removeAll in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture<?> removeAllAsync(@Nullable Collection keys)
removeAllAsync in interface IgniteInternalCache<Object,Object>public void removeAll()
throws IgniteCheckedException
removeAll in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture<?> removeAllAsync()
removeAllAsync in interface IgniteInternalCache<Object,Object>public boolean lock(Object key, long timeout) throws IgniteCheckedException
lock in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture<Boolean> lockAsync(Object key, long timeout)
lockAsync in interface IgniteInternalCache<Object,Object>public boolean lockAll(@Nullable
Collection keys,
long timeout)
throws IgniteCheckedException
lockAll in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture<Boolean> lockAllAsync(@Nullable Collection keys, long timeout)
lockAllAsync in interface IgniteInternalCache<Object,Object>public void unlock(Object key) throws IgniteCheckedException
unlock in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic void unlockAll(@Nullable
Collection keys)
throws IgniteCheckedException
unlockAll in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic boolean isLocked(Object key)
isLocked in interface IgniteInternalCache<Object,Object>public boolean isLockedByThread(Object key)
isLockedByThread in interface IgniteInternalCache<Object,Object>public int size()
size in interface IgniteInternalCache<Object,Object>public long sizeLong()
sizeLong in interface IgniteInternalCache<Object,Object>public int localSize(CachePeekMode[] peekModes) throws IgniteCheckedException
localSize in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic long localSizeLong(CachePeekMode[] peekModes) throws IgniteCheckedException
localSizeLong in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic long localSizeLong(int partition,
CachePeekMode[] peekModes)
throws IgniteCheckedException
localSizeLong in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic int size(CachePeekMode[] peekModes) throws IgniteCheckedException
size in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic long sizeLong(CachePeekMode[] peekModes) throws IgniteCheckedException
sizeLong in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic long sizeLong(int partition,
CachePeekMode[] peekModes)
throws IgniteCheckedException
sizeLong in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture<Integer> sizeAsync(CachePeekMode[] peekModes)
sizeAsync in interface IgniteInternalCache<Object,Object>public IgniteInternalFuture<Long> sizeLongAsync(CachePeekMode[] peekModes)
sizeLongAsync in interface IgniteInternalCache<Object,Object>public IgniteInternalFuture<Long> sizeLongAsync(int partition, CachePeekMode[] peekModes)
sizeLongAsync in interface IgniteInternalCache<Object,Object>public int nearSize()
nearSize in interface IgniteInternalCache<Object,Object>public int primarySize()
primarySize in interface IgniteInternalCache<Object,Object>public long primarySizeLong()
primarySizeLong in interface IgniteInternalCache<Object,Object>public CacheConfiguration configuration()
configuration in interface IgniteInternalCache<Object,Object>public Affinity affinity()
affinity in interface IgniteInternalCache<Object,Object>public CacheMetrics clusterMetrics()
clusterMetrics in interface IgniteInternalCache<Object,Object>public CacheMetrics clusterMetrics(ClusterGroup grp)
clusterMetrics in interface IgniteInternalCache<Object,Object>public CacheMetrics localMetrics()
localMetrics in interface IgniteInternalCache<Object,Object>public CacheMetricsMXBean clusterMxBean()
clusterMxBean in interface IgniteInternalCache<Object,Object>public CacheMetricsMXBean localMxBean()
localMxBean in interface IgniteInternalCache<Object,Object>public long offHeapEntriesCount()
offHeapEntriesCount in interface IgniteInternalCache<Object,Object>public long offHeapAllocatedSize()
offHeapAllocatedSize in interface IgniteInternalCache<Object,Object>public IgniteInternalFuture<?> rebalance()
rebalance in interface IgniteInternalCache<Object,Object>public IgniteInternalCache forSubjectId(UUID subjId)
forSubjectId in interface IgniteInternalCache<Object,Object>@Nullable public Object getForcePrimary(Object key) throws IgniteCheckedException
getForcePrimary in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture getForcePrimaryAsync(Object key)
getForcePrimaryAsync in interface IgniteInternalCache<Object,Object>public Map getAllOutTx(Set keys) throws IgniteCheckedException
getAllOutTx in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture<Map<Object,Object>> getAllOutTxAsync(Set keys)
getAllOutTxAsync in interface IgniteInternalCache<Object,Object>public boolean isIgfsDataCache()
isIgfsDataCache in interface IgniteInternalCache<Object,Object>public long igfsDataSpaceUsed()
igfsDataSpaceUsed in interface IgniteInternalCache<Object,Object>public boolean isMongoDataCache()
isMongoDataCache in interface IgniteInternalCache<Object,Object>public boolean isMongoMetaCache()
isMongoMetaCache in interface IgniteInternalCache<Object,Object>@Nullable public javax.cache.expiry.ExpiryPolicy expiry()
expiry in interface IgniteInternalCache<Object,Object>public IgniteInternalCache withExpiryPolicy(javax.cache.expiry.ExpiryPolicy plc)
withExpiryPolicy in interface IgniteInternalCache<Object,Object>public IgniteInternalCache withNoRetries()
withNoRetries in interface IgniteInternalCache<Object,Object>public GridCacheContext context()
context in interface IgniteInternalCache<Object,Object>public void localLoadCache(@Nullable
IgniteBiPredicate p,
@Nullable
Object... args)
throws IgniteCheckedException
localLoadCache in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture<?> localLoadCacheAsync(@Nullable IgniteBiPredicate p, @Nullable Object... args)
localLoadCacheAsync in interface IgniteInternalCache<Object,Object>public Collection<Integer> lostPartitions()
lostPartitions in interface IgniteInternalCache<Object,Object>@Nullable
public javax.cache.processor.EntryProcessorResult invoke(@Nullable
AffinityTopologyVersion topVer,
Object key,
javax.cache.processor.EntryProcessor entryProcessor,
Object... args)
throws IgniteCheckedException
invoke in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture<Map> invokeAllAsync(Map map, Object... args)
invokeAllAsync in interface IgniteInternalCache<Object,Object>public Map invokeAll(Map map, Object... args) throws IgniteCheckedException
invokeAll in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture<Map> invokeAllAsync(Set keys, javax.cache.processor.EntryProcessor entryProcessor, Object... args)
invokeAllAsync in interface IgniteInternalCache<Object,Object>public Map invokeAll(Set keys, javax.cache.processor.EntryProcessor entryProcessor, Object... args) throws IgniteCheckedException
invokeAll in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture<javax.cache.processor.EntryProcessorResult> invokeAsync(Object key, javax.cache.processor.EntryProcessor entryProcessor, Object... args)
invokeAsync in interface IgniteInternalCache<Object,Object>@Nullable public javax.cache.processor.EntryProcessorResult invoke(Object key, javax.cache.processor.EntryProcessor entryProcessor, Object... args) throws IgniteCheckedException
invoke in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic Iterator<javax.cache.Cache.Entry<Object,Object>> scanIterator(boolean keepBinary, @Nullable IgniteBiPredicate p) throws IgniteCheckedException
scanIterator in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture<?> removeAllConflictAsync(Map drMap) throws IgniteCheckedException
removeAllConflictAsync in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic void removeAllConflict(Map drMap) throws IgniteCheckedException
removeAllConflict in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalFuture<?> putAllConflictAsync(Map drMap) throws IgniteCheckedException
putAllConflictAsync in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic void putAllConflict(Map drMap) throws IgniteCheckedException
putAllConflict in interface IgniteInternalCache<Object,Object>IgniteCheckedExceptionpublic IgniteInternalCache keepBinary()
keepBinary in interface IgniteInternalCache<Object,Object>public IgniteInternalCache cache()
cache in interface IgniteInternalCache<Object,Object>
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018