Class TimeoutChangeableTSnappyFramedTransport.Factory

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int thriftMaxFrameSize  
    • Constructor Summary

      Constructors 
      Constructor Description
      Factory​(int thriftDefaultBufferSize, int thriftMaxFrameSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.thrift.transport.TTransport getTransport​(org.apache.thrift.transport.TTransport trans)  
      • Methods inherited from class java.lang.Object

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

      • thriftMaxFrameSize

        protected final int thriftMaxFrameSize
    • Constructor Detail

      • Factory

        public Factory​(int thriftDefaultBufferSize,
                       int thriftMaxFrameSize)
    • Method Detail

      • getTransport

        public org.apache.thrift.transport.TTransport getTransport​(org.apache.thrift.transport.TTransport trans)
        Overrides:
        getTransport in class org.apache.thrift.transport.TTransportFactory