Package | Description |
---|---|
com.streamscape.ds.replication | |
com.streamscape.sdo.advisory | |
com.streamscape.sef.moderator |
Modifier and Type | Field and Description |
---|---|
static ReplicaState |
ReplicaState.ACTIVE |
static ReplicaState |
ReplicaState.DROPPED |
static ReplicaState |
ReplicaState.EVICTED |
static ReplicaState |
ReplicaState.FAILURE |
static ReplicaState |
ReplicaState.INACTIVE |
static ReplicaState |
ReplicaState.OUTSYNC |
ReplicaState |
ReplicationQueueFileBased.ReplicationProcessor.replicaState |
static ReplicaState |
ReplicaState.STOPPED |
static ReplicaState |
ReplicaState.SYNCING |
Modifier and Type | Method and Description |
---|---|
ReplicaState |
ReplicationRequest.getReplicaState() |
ReplicaState |
ReplicationFlow.Replica.getReplicaState() |
ReplicaState |
ReplicationQueueFileBased.ReplicationProcessor.getReplicaState() |
ReplicaState |
ReplicationTarget.getState() |
ReplicaState |
ReplicaInfo.getState() |
static ReplicaState |
ReplicaState.valueOf(java.lang.String name) |
static ReplicaState[] |
ReplicaState.values() |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationSource.raiseReplicaStateChangeAdvisory(ReplicationEntityName replicaEntityName,
ReplicaState replicaState,
boolean isSuspended,
long replicationId) |
void |
ReplicationRequest.setReplicaState(ReplicaState replicaState) |
void |
ReplicationFlow.Replica.setReplicaState(ReplicaState replicaState) |
void |
ReplicationQueueFileBased.ReplicationProcessor.setReplicaState(ReplicaState replicaState) |
void |
ReplicationQueueFileBased.ReplicationProcessor.setReplicaStateAndSuspended(ReplicaState replicaState,
boolean isSuspended) |
void |
ReplicaInfo.setState(ReplicaState state) |
Constructor and Description |
---|
ReplicaInfo(ReplicationEntityName replicaEntityName,
ReplicaState state,
boolean isSuspended,
java.lang.Long replicationId) |
Modifier and Type | Method and Description |
---|---|
ReplicaState |
ReplicaStateChangeAdvisory.getReplicaState() |
Modifier and Type | Method and Description |
---|---|
void |
ReplicaStateChangeAdvisory.setReplicaState(ReplicaState replicaState) |
Modifier and Type | Method and Description |
---|---|
ReplicaState |
ReplicationTargetReference.getState() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.