| Package | Description |
|---|---|
| io.dropwizard.jetty | |
| io.dropwizard.logging | |
| io.dropwizard.util | |
| io.dropwizard.validation |
| Modifier and Type | Method and Description |
|---|---|
DataSize |
HttpConnectorFactory.getBufferPoolIncrement() |
DataSize |
GzipHandlerFactory.getBufferSize() |
DataSize |
HttpConnectorFactory.getHeaderCacheSize() |
DataSize |
HttpConnectorFactory.getInputBufferSize() |
DataSize |
HttpConnectorFactory.getMaxBufferPoolSize() |
DataSize |
HttpConnectorFactory.getMaxRequestHeaderSize() |
DataSize |
HttpConnectorFactory.getMaxResponseHeaderSize() |
DataSize |
HttpConnectorFactory.getMinBufferPoolSize() |
DataSize |
GzipHandlerFactory.getMinimumEntitySize() |
DataSize |
HttpConnectorFactory.getMinRequestDataPerSecond() |
DataSize |
HttpConnectorFactory.getMinResponseDataPerSecond() |
DataSize |
HttpConnectorFactory.getOutputBufferSize() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpConnectorFactory.setBufferPoolIncrement(DataSize bufferPoolIncrement) |
void |
GzipHandlerFactory.setBufferSize(DataSize size) |
void |
HttpConnectorFactory.setHeaderCacheSize(DataSize headerCacheSize) |
void |
HttpConnectorFactory.setInputBufferSize(DataSize inputBufferSize) |
void |
HttpConnectorFactory.setMaxBufferPoolSize(DataSize maxBufferPoolSize) |
void |
HttpConnectorFactory.setMaxRequestHeaderSize(DataSize maxRequestHeaderSize) |
void |
HttpConnectorFactory.setMaxResponseHeaderSize(DataSize maxResponseHeaderSize) |
void |
HttpConnectorFactory.setMinBufferPoolSize(DataSize minBufferPoolSize) |
void |
GzipHandlerFactory.setMinimumEntitySize(DataSize size) |
void |
HttpConnectorFactory.setMinRequestDataPerSecond(DataSize minRequestDataPerSecond) |
void |
HttpConnectorFactory.setMinResponseDataPerSecond(DataSize minResponseDataPerSecond) |
void |
HttpConnectorFactory.setOutputBufferSize(DataSize outputBufferSize) |
| Modifier and Type | Method and Description |
|---|---|
DataSize |
FileAppenderFactory.getBufferSize() |
DataSize |
FileAppenderFactory.getMaxFileSize() |
DataSize |
TcpSocketAppenderFactory.getSendBufferSize() |
DataSize |
FileAppenderFactory.getTotalSizeCap()
Returns the total size threshold at which archived log files will be
removed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileAppenderFactory.setBufferSize(DataSize bufferSize) |
void |
FileAppenderFactory.setMaxFileSize(DataSize maxFileSize) |
void |
TcpSocketAppenderFactory.setSendBufferSize(DataSize sendBufferSize) |
void |
FileAppenderFactory.setTotalSizeCap(DataSize totalSizeCap)
Sets the total size threshold at which archived log files will be
removed.
|
| Modifier and Type | Method and Description |
|---|---|
static DataSize |
DataSize.bytes(long count)
Constructs a new
DataSize object representing the specified amount of bytes. |
static DataSize |
DataSize.fromSize(Size size)
|
static DataSize |
DataSize.gibibytes(long count)
Constructs a new
DataSize object representing the specified amount of gibibytes. |
static DataSize |
DataSize.gigabytes(long count)
Constructs a new
DataSize object representing the specified amount of gigabytes. |
static DataSize |
DataSize.kibibytes(long count)
Constructs a new
DataSize object representing the specified amount of kibibytes. |
static DataSize |
DataSize.kilobytes(long count)
Constructs a new
DataSize object representing the specified amount of kilobytes. |
static DataSize |
DataSize.mebibytes(long count)
Constructs a new
DataSize object representing the specified amount of mebibytes. |
static DataSize |
DataSize.megabytes(long count)
Constructs a new
DataSize object representing the specified amount of megabytes. |
static DataSize |
DataSize.parse(CharSequence size)
Parses a given
CharSequence to a DataSize object. |
static DataSize |
DataSize.parse(CharSequence size,
DataSizeUnit defaultUnit)
Parses a given
CharSequence to a DataSize object. |
static DataSize |
DataSize.pebibytes(long count)
Constructs a new
DataSize object representing the specified amount of pebibytes. |
static DataSize |
DataSize.petabytes(long count)
Constructs a new
DataSize object representing the specified amount of petabytes. |
static DataSize |
DataSize.tebibytes(long count)
Constructs a new
DataSize object representing the specified amount of tebibytes. |
static DataSize |
DataSize.terabytes(long count)
Constructs a new
DataSize object representing the specified amount of terabytes. |
DataSize |
Size.toDataSize()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DataSize.compareTo(DataSize other) |
static Size |
Size.fromDataSize(DataSize dataSize)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MinDataSizeValidator.isValid(DataSize value,
javax.validation.ConstraintValidatorContext context) |
boolean |
MaxDataSizeValidator.isValid(DataSize value,
javax.validation.ConstraintValidatorContext context) |
Copyright © 2011. All rights reserved.