org.elasticsearch.common.network
Class NetworkService.TcpSettings

java.lang.Object
  extended by org.elasticsearch.common.network.NetworkService.TcpSettings
Enclosing class:
NetworkService

public static final class NetworkService.TcpSettings
extends Object


Field Summary
static String TCP_BLOCKING
           
static String TCP_BLOCKING_CLIENT
           
static String TCP_BLOCKING_SERVER
           
static String TCP_CONNECT_TIMEOUT
           
static TimeValue TCP_DEFAULT_CONNECT_TIMEOUT
           
static ByteSizeValue TCP_DEFAULT_RECEIVE_BUFFER_SIZE
           
static ByteSizeValue TCP_DEFAULT_SEND_BUFFER_SIZE
           
static String TCP_KEEP_ALIVE
           
static String TCP_NO_DELAY
           
static String TCP_RECEIVE_BUFFER_SIZE
           
static String TCP_REUSE_ADDRESS
           
static String TCP_SEND_BUFFER_SIZE
           
 
Constructor Summary
NetworkService.TcpSettings()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TCP_NO_DELAY

public static final String TCP_NO_DELAY
See Also:
Constant Field Values

TCP_KEEP_ALIVE

public static final String TCP_KEEP_ALIVE
See Also:
Constant Field Values

TCP_REUSE_ADDRESS

public static final String TCP_REUSE_ADDRESS
See Also:
Constant Field Values

TCP_SEND_BUFFER_SIZE

public static final String TCP_SEND_BUFFER_SIZE
See Also:
Constant Field Values

TCP_RECEIVE_BUFFER_SIZE

public static final String TCP_RECEIVE_BUFFER_SIZE
See Also:
Constant Field Values

TCP_BLOCKING

public static final String TCP_BLOCKING
See Also:
Constant Field Values

TCP_BLOCKING_SERVER

public static final String TCP_BLOCKING_SERVER
See Also:
Constant Field Values

TCP_BLOCKING_CLIENT

public static final String TCP_BLOCKING_CLIENT
See Also:
Constant Field Values

TCP_CONNECT_TIMEOUT

public static final String TCP_CONNECT_TIMEOUT
See Also:
Constant Field Values

TCP_DEFAULT_SEND_BUFFER_SIZE

public static final ByteSizeValue TCP_DEFAULT_SEND_BUFFER_SIZE

TCP_DEFAULT_RECEIVE_BUFFER_SIZE

public static final ByteSizeValue TCP_DEFAULT_RECEIVE_BUFFER_SIZE

TCP_DEFAULT_CONNECT_TIMEOUT

public static final TimeValue TCP_DEFAULT_CONNECT_TIMEOUT
Constructor Detail

NetworkService.TcpSettings

public NetworkService.TcpSettings()


Copyright © 2009-2012. All Rights Reserved.