Uses of Class
org.apache.cassandra.transport.Server.Builder
-
Packages that use Server.Builder Package Description org.apache.cassandra.transport -
-
Uses of Server.Builder in org.apache.cassandra.transport
Methods in org.apache.cassandra.transport that return Server.Builder Modifier and Type Method Description Server.Builder
Server.Builder. withEventLoopGroup(io.netty.channel.EventLoopGroup eventLoopGroup)
Server.Builder
Server.Builder. withEventNotifier(Server.EventNotifier eventNotifier)
Server.Builder
Server.Builder. withHost(java.net.InetAddress host)
Server.Builder
Server.Builder. withPipelineConfigurator(PipelineConfigurator configurator)
Server.Builder
Server.Builder. withPort(int port)
Server.Builder
Server.Builder. withTlsEncryptionPolicy(EncryptionOptions.TlsEncryptionPolicy tlsEncryptionPolicy)
-