public class ClientCacheKeyValueRequest extends ClientCacheKeyRequest
HANDSHAKE| Modifier and Type | Method and Description |
|---|---|
protected IgniteCache |
cache(ClientConnectionContext ctx)
Gets the cache for current cache id, with binary mode enabled.
|
protected DynamicCacheDescriptor |
cacheDescriptor(ClientConnectionContext ctx)
Gets the cache descriptor.
|
static DynamicCacheDescriptor |
cacheDescriptor(ClientConnectionContext ctx,
int cacheId)
Gets the cache descriptor.
|
protected int |
cacheId()
Gets the cache id.
|
protected boolean |
isKeepBinary()
Gets a value indicating whether keepBinary flag is set in this request.
|
boolean |
isTransactional()
Gets a value indicating whether request was made under transaction.
|
protected IgniteCache |
rawCache(ClientConnectionContext ctx)
Gets the cache for current cache id, ignoring any flags.
|
int |
txId()
Gets transaction ID.
|
Object |
val()
Gets the value.
|
keyprocess, requestIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisTransactional, txIdpublic Object val()
public int txId()
public boolean isTransactional()
protected IgniteCache cache(ClientConnectionContext ctx)
ctx - Kernal context.protected boolean isKeepBinary()
protected IgniteCache rawCache(ClientConnectionContext ctx)
ctx - Kernal context.protected DynamicCacheDescriptor cacheDescriptor(ClientConnectionContext ctx)
ctx - Context.public static DynamicCacheDescriptor cacheDescriptor(ClientConnectionContext ctx, int cacheId)
ctx - Context.cacheId - Cache id.protected int cacheId()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020