org.elasticsearch.transport.netty
Class NettyTransportManagement

java.lang.Object
  extended by org.elasticsearch.transport.netty.NettyTransportManagement

public class NettyTransportManagement
extends Object


Constructor Summary
NettyTransportManagement(Transport transport)
           
 
Method Summary
 String getBindHost()
           
 String getConnectTimeout()
           
 long getNumberOfOutboundConnections()
           
 String getPort()
           
 String getPublishHost()
           
 Boolean getReuseAddress()
           
 Boolean getTcpKeepAlive()
           
 Boolean getTcpNoDelay()
           
 String getTcpReceiveBufferSize()
           
 String getTcpSendBufferSize()
           
 int getWorkerCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyTransportManagement

@Inject
public NettyTransportManagement(Transport transport)
Method Detail

getNumberOfOutboundConnections

public long getNumberOfOutboundConnections()

getWorkerCount

public int getWorkerCount()

getPort

public String getPort()

getBindHost

public String getBindHost()

getPublishHost

public String getPublishHost()

getConnectTimeout

public String getConnectTimeout()

getTcpNoDelay

public Boolean getTcpNoDelay()

getTcpKeepAlive

public Boolean getTcpKeepAlive()

getReuseAddress

public Boolean getReuseAddress()

getTcpSendBufferSize

public String getTcpSendBufferSize()

getTcpReceiveBufferSize

public String getTcpReceiveBufferSize()


Copyright © 2009-2012. All Rights Reserved.