Package org.elasticsearch.transport
Class TcpTransport.ProfileSettings
java.lang.Object
org.elasticsearch.transport.TcpTransport.ProfileSettings
- Enclosing class:
- TcpTransport
Representation of a transport profile settings for a
transport.profiles.$profilename.*
-
Field Summary
Modifier and TypeFieldDescriptionboolean
int
boolean
boolean
int
int
int
boolean
-
Constructor Summary
-
Method Summary
-
Field Details
-
profileName
-
tcpNoDelay
public final boolean tcpNoDelay -
tcpKeepAlive
public final boolean tcpKeepAlive -
tcpKeepIdle
public final int tcpKeepIdle -
tcpKeepInterval
public final int tcpKeepInterval -
tcpKeepCount
public final int tcpKeepCount -
reuseAddress
public final boolean reuseAddress -
sendBufferSize
-
receiveBufferSize
-
bindHosts
-
publishHosts
-
portOrRange
-
publishPort
public final int publishPort -
isDefaultProfile
public final boolean isDefaultProfile
-
-
Constructor Details
-
ProfileSettings
-