Class ClientIgniteSetKeysRequest
- java.lang.Object
-
- org.apache.ignite.internal.processors.platform.client.ClientRequest
-
- org.apache.ignite.internal.processors.platform.client.datastructures.ClientIgniteSetRequest
-
- org.apache.ignite.internal.processors.platform.client.datastructures.ClientIgniteSetKeysRequest
-
- All Implemented Interfaces:
ClientListenerRequest
- Direct Known Subclasses:
ClientIgniteSetValueAddAllRequest,ClientIgniteSetValueContainsAllRequest,ClientIgniteSetValueRemoveAllRequest,ClientIgniteSetValueRetainAllRequest
public abstract class ClientIgniteSetKeysRequest extends ClientIgniteSetRequest
Base class for all IgniteSet single-key requests.
-
-
Field Summary
-
Fields inherited from interface org.apache.ignite.internal.processors.odbc.ClientListenerRequest
HANDSHAKE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientResponseprocess(ClientConnectionContext ctx)Processes the request.-
Methods inherited from class org.apache.ignite.internal.processors.platform.client.datastructures.ClientIgniteSetRequest
igniteSet, name, notFoundResponse, process
-
Methods inherited from class org.apache.ignite.internal.processors.platform.client.ClientRequest
isAsync, processAsync, requestId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.ignite.internal.processors.odbc.ClientListenerRequest
beforeStartupRequest
-
-
-
-
Method Detail
-
process
public ClientResponse process(ClientConnectionContext ctx)
Processes the request.- Overrides:
processin classClientIgniteSetRequest- Returns:
- Response.
-
-