| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| Modifier and Type | Method and Description |
|---|---|
GatewayProtectedCacheProxy<K,V> |
GatewayProtectedCacheProxy.cacheNoGate()
Gets cache proxy which does not acquire read lock on gateway enter, should be used only if grid read lock is
externally acquired.
|
<K1,V1> GatewayProtectedCacheProxy<K1,V1> |
GatewayProtectedCacheProxy.keepBinary()
Creates projection that will operate with binary objects.
|
GatewayProtectedCacheProxy<K,V> |
GatewayProtectedCacheProxy.skipStore() |
GatewayProtectedCacheProxy<K,V> |
GatewayProtectedCacheProxy.withDataCenterId(byte dataCenterId) |
GatewayProtectedCacheProxy<K,V> |
GatewayProtectedCacheProxy.withExpiryPolicy(javax.cache.expiry.ExpiryPolicy plc)
Returns cache with the specified expired policy set.
|
<K1,V1> GatewayProtectedCacheProxy<K1,V1> |
GatewayProtectedCacheProxy.withKeepBinary()
Returns cache that will operate with binary objects.
|
GatewayProtectedCacheProxy<K,V> |
GatewayProtectedCacheProxy.withNoRetries() |
GatewayProtectedCacheProxy<K,V> |
GatewayProtectedCacheProxy.withPartitionRecover()
Gets an instance of
IgniteCache that will be allowed to execute cache operations (read, write)
regardless of partition loss policy. |
GatewayProtectedCacheProxy<K,V> |
GatewayProtectedCacheProxy.withSkipStore() |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020