|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Host | |
---|---|
com.aerospike.client | |
com.aerospike.client.async | |
com.aerospike.client.cluster |
Uses of Host in com.aerospike.client |
---|
Constructors in com.aerospike.client with parameters of type Host | |
---|---|
AerospikeClient(ClientPolicy policy,
Host... hosts)
Initialize Aerospike client with suitable hosts to seed the cluster map. |
Uses of Host in com.aerospike.client.async |
---|
Constructors in com.aerospike.client.async with parameters of type Host | |
---|---|
AsyncClient(AsyncClientPolicy policy,
Host... hosts)
Initialize asynchronous 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 | |
---|---|
Host[] |
Node.getAliases()
Return server node IP address aliases. |
Host |
Node.getHost()
Return server node IP address and port. |
Methods in com.aerospike.client.cluster with parameters of type Host | |
---|---|
void |
Node.addAlias(Host aliasToAdd)
Add node alias to list. |
Method parameters in com.aerospike.client.cluster with type arguments of type Host | |
---|---|
void |
Node.refresh(java.util.List<Host> friends)
Request current status from server node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |