Package | Description |
---|---|
com.kabira.platform.highavailability |
High Availability
|
Modifier and Type | Method and Description |
---|---|
ReplicaNode |
Partition.getReplicaNode(int idx)
Get the ReplicaNode instance for the given replica node index.
|
ReplicaNode |
Partition.getReplicaNode(java.lang.String nodeName)
Get the ReplicaNode instance for the given replica node name.
|
Modifier and Type | Method and Description |
---|---|
static void |
PartitionManager.definePartition(java.lang.String partitionName,
Partition.Properties partitionProperties,
java.lang.String activeNode,
ReplicaNode[] replicas)
Define a partition.
|
void |
Partition.migrate(Partition.Properties partitionProperties,
java.lang.String activeNode,
ReplicaNode[] replicas)
Migrate the partition.
|