public interface NettyConfigure
| 限定符和类型 | 方法和说明 |
|---|---|
void |
initWriteBufferWaterMark(int low,
int high)
Initialize netty write buffer water mark for remoting instance.
|
int |
netty_buffer_high_watermark()
get the high water mark for netty write buffer
|
int |
netty_buffer_low_watermark()
get the low water mark for netty write buffer
|
void initWriteBufferWaterMark(int low,
int high)
Notice: This api should be called before init remoting instance.
low - [0, high]high - [high, Integer.MAX_VALUE)int netty_buffer_low_watermark()
int netty_buffer_high_watermark()
Copyright © 2021. All rights reserved.