Class ClientTxStartRequest
- java.lang.Object
-
- org.apache.ignite.internal.processors.platform.client.ClientRequest
-
- org.apache.ignite.internal.processors.platform.client.tx.ClientTxStartRequest
-
- All Implemented Interfaces:
ClientListenerRequest,ClientTxSupport
public class ClientTxStartRequest extends ClientRequest implements ClientTxSupport
Start transaction request.
-
-
Field Summary
-
Fields inherited from interface org.apache.ignite.internal.processors.odbc.ClientListenerRequest
HANDSHAKE
-
-
Constructor Summary
Constructors Constructor Description ClientTxStartRequest(BinaryRawReader reader)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientResponseprocess(ClientConnectionContext ctx)Processes the request.RuntimeExceptionstartTxException(Exception e)-
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
-
Methods inherited from interface org.apache.ignite.internal.processors.odbc.ClientTxSupport
endTxAsync, endTxException, startClientTransaction, transactionNotFoundException
-
-
-
-
Constructor Detail
-
ClientTxStartRequest
public ClientTxStartRequest(BinaryRawReader reader)
Constructor.- Parameters:
reader- Reader.
-
-
Method Detail
-
process
public ClientResponse process(ClientConnectionContext ctx)
Processes the request.- Overrides:
processin classClientRequest- Returns:
- Response.
-
startTxException
public RuntimeException startTxException(Exception e)
- Specified by:
startTxExceptionin interfaceClientTxSupport- Parameters:
e- Exception cause.- Returns:
- Protocol specific start transaction exception.
-
-