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 read operations
regardless of partition loss policy.
|
GatewayProtectedCacheProxy<K,V> |
GatewayProtectedCacheProxy.withSkipStore() |