public static interface CoordinatorService.Iface
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxTransactionId()
Get the max transaction id of one master.
|
long |
sendNewTransactions(long leftTransactionId,
long rightTransactionId,
List<ByteBuffer> transactions)
Send transactions.
|
long getMaxTransactionId()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionlong sendNewTransactions(long leftTransactionId,
long rightTransactionId,
List<ByteBuffer> transactions)
throws org.apache.thrift.TException
leftTransactionId - rightTransactionId - transactions - org.apache.thrift.TExceptionCopyright © 2013. All rights reserved.