org.apache.accumulo.core.client.impl.thrift
Interface ThriftTest.AsyncIface

All Known Implementing Classes:
ThriftTest.AsyncClient
Enclosing class:
ThriftTest

public static interface ThriftTest.AsyncIface


Method Summary
 void fails(org.apache.thrift.async.AsyncMethodCallback resultHandler)
           
 void success(org.apache.thrift.async.AsyncMethodCallback resultHandler)
           
 void throwsError(org.apache.thrift.async.AsyncMethodCallback resultHandler)
           
 

Method Detail

success

void success(org.apache.thrift.async.AsyncMethodCallback resultHandler)
             throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

fails

void fails(org.apache.thrift.async.AsyncMethodCallback resultHandler)
           throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

throwsError

void throwsError(org.apache.thrift.async.AsyncMethodCallback resultHandler)
                 throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException


Copyright © 2015 Apache Accumulo Project. All rights reserved.