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.TException
long sendNewTransactions(long leftTransactionId, long rightTransactionId, List<ByteBuffer> transactions) throws org.apache.thrift.TException
leftTransactionId
- rightTransactionId
- transactions
- org.apache.thrift.TException
Copyright © 2013. All rights reserved.