Class Scribe.AsyncClient.Factory

  • All Implemented Interfaces:
    org.apache.thrift.async.TAsyncClientFactory<Scribe.AsyncClient>
    Enclosing class:
    Scribe.AsyncClient

    public static class Scribe.AsyncClient.Factory
    extends java.lang.Object
    implements org.apache.thrift.async.TAsyncClientFactory<Scribe.AsyncClient>
    • Constructor Summary

      Constructors 
      Constructor Description
      Factory​(org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.protocol.TProtocolFactory protocolFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Scribe.AsyncClient getAsyncClient​(org.apache.thrift.transport.TNonblockingTransport transport)  
      • Methods inherited from class java.lang.Object

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

      • Factory

        public Factory​(org.apache.thrift.async.TAsyncClientManager clientManager,
                       org.apache.thrift.protocol.TProtocolFactory protocolFactory)
    • Method Detail

      • getAsyncClient

        public Scribe.AsyncClient getAsyncClient​(org.apache.thrift.transport.TNonblockingTransport transport)
        Specified by:
        getAsyncClient in interface org.apache.thrift.async.TAsyncClientFactory<Scribe.AsyncClient>