Class ClientDataStreamerAddDataRequest
- java.lang.Object
-
- org.apache.ignite.internal.processors.platform.client.ClientRequest
-
- org.apache.ignite.internal.processors.platform.client.streamer.ClientDataStreamerAddDataRequest
-
- All Implemented Interfaces:
ClientListenerRequest
public class ClientDataStreamerAddDataRequest extends ClientRequest
Adds data to the existing streamer.
-
-
Field Summary
-
Fields inherited from interface org.apache.ignite.internal.processors.odbc.ClientListenerRequest
HANDSHAKE
-
-
Constructor Summary
Constructors Constructor Description ClientDataStreamerAddDataRequest(BinaryReaderExImpl reader)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ClientResponsegetInvalidNodeStateResponse()Returns invalid node state response.ClientResponseprocess(ClientConnectionContext ctx)Processes the request.-
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
-
ClientDataStreamerAddDataRequest
public ClientDataStreamerAddDataRequest(BinaryReaderExImpl reader)
Constructor.- Parameters:
reader- Data reader.
-
-
Method Detail
-
process
public ClientResponse process(ClientConnectionContext ctx)
Processes the request.- Overrides:
processin classClientRequest- Returns:
- Response.
-
getInvalidNodeStateResponse
protected ClientResponse getInvalidNodeStateResponse()
Returns invalid node state response.- Returns:
- Invalid node state response.
-
-