Package | Description |
---|---|
org.zeromq | |
org.zeromq.api | |
org.zeromq.jzmq | |
org.zeromq.jzmq.clone |
Modifier and Type | Method and Description |
---|---|
static CloneClientBuilder |
Patterns.buildCloneClient()
Create a new CloneClient, connected to an HA-pair, for publishing key/value data
to anonymous peers.
|
Modifier and Type | Method and Description |
---|---|
CloneClientBuilder |
Context.buildCloneClient()
Create a new CloneClient, connected to an HA-pair, for publishing key/value data
to anonymous peers.
|
Modifier and Type | Method and Description |
---|---|
CloneClientBuilder |
ManagedContext.buildCloneClient() |
Modifier and Type | Method and Description |
---|---|
CloneClientBuilder |
CloneClientBuilder.withBackupAddress(String backupAddress) |
CloneClientBuilder |
CloneClientBuilder.withBackupPort(int backupPort) |
CloneClientBuilder |
CloneClientBuilder.withHeartbeatInterval(long heartbeatInterval) |
CloneClientBuilder |
CloneClientBuilder.withPrimaryAddress(String primaryAddress) |
CloneClientBuilder |
CloneClientBuilder.withPrimaryPort(int primaryPort) |
CloneClientBuilder |
CloneClientBuilder.withSubtree(String subtree) |
Copyright © 2019. All rights reserved.