public static class TElasticFramedTransport.Factory
extends org.apache.thrift.transport.TTransportFactory
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
thriftDefaultBufferSize
The capacity of the underlying buffer is allowed to exceed thriftDefaultBufferSize, but if
adjacent requests all have sizes smaller than thriftDefaultBufferSize, the underlying buffer
will be shrunk beneath thriftDefaultBufferSize.
|
protected int |
thriftMaxFrameSize
It is used to prevent the size of the parsing package from being too large and allocating the
buffer will cause oom.
|
protected final int thriftMaxFrameSize
protected final int thriftDefaultBufferSize
Copyright © 2022 The Apache Software Foundation. All rights reserved.