public interface ConfigurableInstance
| 限定符和类型 | 方法和说明 |
|---|---|
ConfigContainer |
conf()
已过时。
|
void |
initWriteBufferWaterMark(int low,
int high)
已过时。
|
int |
netty_buffer_high_watermark()
已过时。
|
int |
netty_buffer_low_watermark()
已过时。
|
GlobalSwitch |
switches()
已过时。
|
@Deprecated ConfigContainer conf()
@Deprecated GlobalSwitch switches()
@Deprecated void initWriteBufferWaterMark(int low, int high)
Notice: This api should be called before init remoting instance. deprecated, use option() instead: instance#option(BoltOption.NETTY_BUFFER_LOW_WATER_MARK, low); instance#option(BoltOption.NETTY_BUFFER_HIGH_WATER_MARK, high);
low - [0, high]high - [high, Integer.MAX_VALUE)@Deprecated int netty_buffer_low_watermark()
@Deprecated int netty_buffer_high_watermark()
Copyright © 2021. All rights reserved.