Class AsyncThriftClientFactory<K,​V>

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.commons.pool2.KeyedPooledObjectFactory

        destroyObject, destroyObject, makeObject, validateObject
    • Field Detail

      • tManagers

        protected final org.apache.thrift.async.TAsyncClientManager[] tManagers
      • clientCnt

        protected final java.util.concurrent.atomic.AtomicInteger clientCnt
    • Constructor Detail

      • AsyncThriftClientFactory

        protected AsyncThriftClientFactory​(ClientManager<K,​V> clientManager,
                                           ThriftClientProperty thriftClientProperty,
                                           java.lang.String threadName)