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.BuilderServer.Builder. withEventLoopGroup(io.netty.channel.EventLoopGroup eventLoopGroup)Server.BuilderServer.Builder. withEventNotifier(Server.EventNotifier eventNotifier)Server.BuilderServer.Builder. withHost(java.net.InetAddress host)Server.BuilderServer.Builder. withPipelineConfigurator(PipelineConfigurator configurator)Server.BuilderServer.Builder. withPort(int port)Server.BuilderServer.Builder. withTlsEncryptionPolicy(EncryptionOptions.TlsEncryptionPolicy tlsEncryptionPolicy)
-