OutboundConnectionSettings |
OutboundConnectionSettings.toEndpoint(InetAddressAndPort endpoint) |
|
OutboundConnectionSettings |
OutboundConnectionSettings.withAcceptVersions(org.apache.cassandra.net.AcceptVersions acceptVersions) |
|
OutboundConnectionSettings |
OutboundConnectionSettings.withApplicationReserveSendQueueCapacityInBytes(java.lang.Integer applicationReserveSendQueueEndpointCapacityInBytes,
ResourceLimits.Limit applicationReserveSendQueueGlobalCapacityInBytes) |
|
OutboundConnectionSettings |
OutboundConnectionSettings.withApplicationSendQueueCapacityInBytes(int applicationSendQueueCapacityInBytes) |
|
OutboundConnectionSettings |
OutboundConnectionSettings.withAuthenticator(IInternodeAuthenticator authenticator) |
|
OutboundConnectionSettings |
OutboundConnectionSettings.withCallbacks(org.apache.cassandra.net.OutboundMessageCallbacks callbacks) |
|
OutboundConnectionSettings |
OutboundConnectionSettings.withConnectTo(InetAddressAndPort connectTo) |
|
OutboundConnectionSettings |
OutboundConnectionSettings.withDebugCallbacks(org.apache.cassandra.net.OutboundDebugCallbacks debug) |
|
OutboundConnectionSettings |
OutboundConnectionSettings.withDefaultReserveLimits() |
|
OutboundConnectionSettings |
OutboundConnectionSettings.withDefaults(ConnectionCategory category) |
|
OutboundConnectionSettings |
OutboundConnectionSettings.withEncryption(EncryptionOptions.ServerEncryptionOptions encryption) |
|
OutboundConnectionSettings |
OutboundConnectionSettings.withFraming(OutboundConnectionSettings.Framing framing) |
|
OutboundConnectionSettings |
OutboundConnectionSettings.withFrom(InetAddressAndPort from) |
|
OutboundConnectionSettings |
OutboundConnectionSettings.withLegacyPortIfNecessary(int messagingVersion) |
|
OutboundConnectionSettings |
OutboundConnectionSettings.withNettyBufferBounds(io.netty.channel.WriteBufferWaterMark nettyBufferBounds) |
|
OutboundConnectionSettings |
OutboundConnectionSettings.withSocketFactory(SocketFactory socketFactory) |
|
OutboundConnectionSettings |
OutboundConnectionSettings.withSocketSendBufferSizeInBytes(int socketSendBufferSizeInBytes) |
|
OutboundConnectionSettings |
OutboundConnectionSettings.withTcpConnectTimeoutInMS(int tcpConnectTimeoutInMS) |
|
OutboundConnectionSettings |
OutboundConnectionSettings.withTcpNoDelay(boolean tcpNoDelay) |
|
OutboundConnectionSettings |
OutboundConnectionSettings.withTcpUserTimeoutInMS(int tcpUserTimeoutInMS) |
|