public static class CoordinatorService.AsyncClient extends org.apache.thrift.async.TAsyncClient implements CoordinatorService.AsyncIface
Modifier and Type | Class and Description |
---|---|
static class |
CoordinatorService.AsyncClient.Factory |
static class |
CoordinatorService.AsyncClient.getMaxTransactionId_call |
static class |
CoordinatorService.AsyncClient.sendNewTransactions_call |
Constructor and Description |
---|
CoordinatorService.AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.async.TAsyncClientManager clientManager,
org.apache.thrift.transport.TNonblockingTransport transport) |
Modifier and Type | Method and Description |
---|---|
void |
getMaxTransactionId(org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
sendNewTransactions(long leftTransactionId,
long rightTransactionId,
List<ByteBuffer> transactions,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
public CoordinatorService.AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport)
public void getMaxTransactionId(org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
getMaxTransactionId
in interface CoordinatorService.AsyncIface
org.apache.thrift.TException
public void sendNewTransactions(long leftTransactionId, long rightTransactionId, List<ByteBuffer> transactions, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
sendNewTransactions
in interface CoordinatorService.AsyncIface
org.apache.thrift.TException
Copyright © 2013. All rights reserved.