Uses of Class
com.aerospike.client.Host
Packages that use Host
-
Uses of Host in com.aerospike.client
Methods in com.aerospike.client that return HostModifier and TypeMethodDescriptionstatic Host[]Host.parseHosts(String str, int defaultPort) Parse command-line hosts from string format: hostname1[:tlsname1][:port1],...Methods in com.aerospike.client that return types with arguments of type HostModifier and TypeMethodDescriptionHost.parseServiceHosts(String str) Parse server service hosts from string format: hostname1:port1,...Constructors in com.aerospike.client with parameters of type HostModifierConstructorDescriptionAerospikeClient(ClientPolicy policy, Host... hosts) Initialize Aerospike client with suitable hosts to seed the cluster map. -
Uses of Host in com.aerospike.client.cluster
Methods in com.aerospike.client.cluster that return Host