Class RepositoryClientSrv.AsyncClient

java.lang.Object
org.apache.thrift.async.TAsyncClient
dev.vality.damsel.domain_config.RepositoryClientSrv.AsyncClient
All Implemented Interfaces:
RepositoryClientSrv.AsyncIface
Enclosing class:
RepositoryClientSrv

public static class RepositoryClientSrv.AsyncClient extends org.apache.thrift.async.TAsyncClient implements RepositoryClientSrv.AsyncIface
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
    static class 
     
  • Field Summary

    Fields inherited from class org.apache.thrift.async.TAsyncClient

    ___currentMethod, ___manager, ___protocolFactory, ___transport
  • Constructor Summary

    Constructors
    Constructor
    Description
    AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    checkoutObject(Reference version_ref, Reference object_ref, org.apache.thrift.async.AsyncMethodCallback<VersionedObject> resultHandler)
     

    Methods inherited from class org.apache.thrift.async.TAsyncClient

    checkReady, getError, getProtocolFactory, getTimeout, hasError, hasTimeout, onComplete, onError, setTimeout

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AsyncClient

      public AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport)
  • Method Details