Package | Description |
---|---|
com.kabira.platform.highavailability |
High Availability
|
Modifier and Type | Method and Description |
---|---|
ReplicaNode.ReplicationType |
ReplicaNode.getReplicationType()
Get the ReplicationType value for the replica.
|
static ReplicaNode.ReplicationType |
ReplicaNode.ReplicationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReplicaNode.ReplicationType[] |
ReplicaNode.ReplicationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ReplicaNode(java.lang.String nodeName,
ReplicaNode.ReplicationType replicationType)
Construct a ReplicaNode entry
|