Package | Description |
---|---|
com.aerospike.client | |
com.aerospike.client.async | |
com.aerospike.client.cluster |
Modifier and Type | Method and Description |
---|---|
static Host[] |
Host.parseHosts(String str,
int defaultPort)
Parse command-line hosts from string format: hostname1[:tlsname1][:port1],...
|
Modifier and Type | Method and Description |
---|---|
static List<Host> |
Host.parseServiceHosts(String str)
Parse server service hosts from string format: hostname1:port1,...
|
Constructor and Description |
---|
AerospikeClient(ClientPolicy policy,
Host... hosts)
Initialize Aerospike client with suitable hosts to seed the cluster map.
|
Constructor and Description |
---|
AsyncClient(AsyncClientPolicy policy,
Host... hosts)
Initialize asynchronous client with suitable hosts to seed the cluster map.
|
Modifier and Type | Method and Description |
---|---|
Host |
Node.getHost()
Return server node IP address and port.
|
Copyright ? 2012–2018 Aerospike, Inc. All rights reserved.