Class ClientIgniteSetValueContainsAllRequest
- 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
-
- org.apache.ignite.internal.processors.platform.client.datastructures.ClientIgniteSetValueContainsAllRequest
-
- All Implemented Interfaces:
ClientListenerRequest
public class ClientIgniteSetValueContainsAllRequest extends ClientIgniteSetKeysRequest
Set contains all request.
-
-
Field Summary
-
Fields inherited from interface org.apache.ignite.internal.processors.odbc.ClientListenerRequest
HANDSHAKE
-
-
Constructor Summary
Constructors Constructor Description ClientIgniteSetValueContainsAllRequest(BinaryRawReaderEx reader)Constructor.
-
Method Summary
-
Methods inherited from class org.apache.ignite.internal.processors.platform.client.datastructures.ClientIgniteSetKeysRequest
process
-
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
-
-
-
-
Constructor Detail
-
ClientIgniteSetValueContainsAllRequest
public ClientIgniteSetValueContainsAllRequest(BinaryRawReaderEx reader)
Constructor.- Parameters:
reader- Reader.
-
-