Class ClientDestroyMapRequest
java.lang.Object
org.apache.ignite.client.handler.requests.structure.ClientDestroyMapRequest
Client destroy distributed map request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<ResponseWriter>process(org.apache.ignite.internal.client.proto.ClientMessageUnpacker in, org.gridgain.structure.IgniteStructures structures) Process the request.
-
Constructor Details
-
ClientDestroyMapRequest
public ClientDestroyMapRequest()
-
-
Method Details
-
process
public static CompletableFuture<ResponseWriter> process(org.apache.ignite.internal.client.proto.ClientMessageUnpacker in, org.gridgain.structure.IgniteStructures structures) Process the request.- Parameters:
in- Unpacker.structures- Ignite structures.- Returns:
- Future representing result of operation.
-