public class ServerConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_GZIP_INFLATE_BUFFER_SIZE |
| Constructor and Description |
|---|
ServerConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getCompressionLevel() |
long |
getDefaultQueryTimeout() |
org.joda.time.Period |
getGracefulShutdownTimeout() |
int |
getInflateBufferSize() |
org.joda.time.Period |
getMaxIdleTime() |
long |
getMaxQueryTimeout() |
int |
getMaxRequestHeaderSize() |
long |
getMaxScatterGatherBytes() |
int |
getNumThreads() |
int |
getQueueSize() |
org.joda.time.Period |
getUnannouncePropagationDelay() |
int |
hashCode() |
boolean |
isEnableRequestLimit() |
String |
toString() |
public static final int DEFAULT_GZIP_INFLATE_BUFFER_SIZE
public int getNumThreads()
public int getQueueSize()
public boolean isEnableRequestLimit()
public org.joda.time.Period getMaxIdleTime()
public long getDefaultQueryTimeout()
public long getMaxScatterGatherBytes()
public long getMaxQueryTimeout()
public int getMaxRequestHeaderSize()
public org.joda.time.Period getGracefulShutdownTimeout()
public org.joda.time.Period getUnannouncePropagationDelay()
public int getInflateBufferSize()
public int getCompressionLevel()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.