@InterfaceAudience.Private class SendBufSizePredictor extends Object
| Modifier and Type | Field and Description | 
|---|---|
| private int | capacity | 
| private static int | LIMIT | 
| Constructor and Description | 
|---|
| SendBufSizePredictor() | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) int | guess(int bytesWritten) | 
| (package private) int | initialSize() | 
private static final int LIMIT
private int capacity
SendBufSizePredictor()
int initialSize()
int guess(int bytesWritten)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.