Package | Description |
---|---|
org.zeromq | |
org.zeromq.api | |
org.zeromq.jzmq.bstar | |
org.zeromq.jzmq.clone |
Modifier and Type | Method and Description |
---|---|
static CloneServer |
Patterns.newCloneServer(BinaryStarReactor.Mode mode,
String primaryAddress,
String backupAddress)
Create a new CloneServer, which will create one half of an HA-pair
for distributing key/value data to clients.
|
Modifier and Type | Method and Description |
---|---|
static BinaryStarReactor.Mode |
BinaryStarReactor.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryStarReactor.Mode[] |
BinaryStarReactor.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
BinaryStarReactor.Mode |
BinaryStarReactorBuilder.Spec.mode |
Modifier and Type | Method and Description |
---|---|
BinaryStarReactorBuilder |
BinaryStarReactorBuilder.withMode(BinaryStarReactor.Mode mode) |
Constructor and Description |
---|
BinaryStarReactorImpl(ManagedContext context,
BinaryStarReactor.Mode mode,
String local,
String remote)
This is the constructor for our
BinaryStarReactorImpl class. |
Modifier and Type | Field and Description |
---|---|
BinaryStarReactor.Mode |
CloneServerBuilder.Spec.mode |
Modifier and Type | Method and Description |
---|---|
CloneServerBuilder |
CloneServerBuilder.withMode(BinaryStarReactor.Mode mode) |
Constructor and Description |
---|
CloneServerImpl(ManagedContext context,
BinaryStarReactor.Mode mode,
String peerAddress,
int localPort,
int peerPort,
int localBstarPort,
int peerBstarPort) |
Copyright © 2019. All rights reserved.