public class NodeConfig
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
NodeConfig.NodeBuilder |
Modifier and Type | Method | Description |
---|---|---|
static NodeConfig.NodeBuilder |
builder(ModCluster modCluster) |
|
java.lang.String |
getBalancer() |
Getter for balancer
|
int |
getCacheConnections() |
Get the amount of connections which should be kept alive in the connection pool.
|
java.net.URI |
getConnectionURI() |
Get the connection URI.
|
java.lang.String |
getDomain() |
Getter for domain
|
int |
getFlushwait() |
Getter for flushwait
|
java.lang.String |
getJvmRoute() |
|
int |
getMaxConnections() |
Get the maximum connection limit for a nodes thread-pool.
|
int |
getPing() |
Getter for ping
|
int |
getRequestQueueSize() |
Get the max queue size for requests.
|
int |
getSmax() |
Getter for smax
|
int |
getTimeout() |
Getter for timeout
|
long |
getTtl() |
Getter for ttl
|
boolean |
isFlushPackets() |
|
boolean |
isQueueNewRequests() |
Flag indicating whether requests without a session can be queued.
|
void |
setFlushPackets(boolean flushPackets) |
public java.net.URI getConnectionURI()
public java.lang.String getDomain()
public int getFlushwait()
public int getPing()
public int getSmax()
public long getTtl()
public int getTimeout()
public java.lang.String getBalancer()
public boolean isFlushPackets()
public void setFlushPackets(boolean flushPackets)
public java.lang.String getJvmRoute()
public int getMaxConnections()
public int getCacheConnections()
public int getRequestQueueSize()
public boolean isQueueNewRequests()
public static NodeConfig.NodeBuilder builder(ModCluster modCluster)
Copyright © 2018. All rights reserved.