public final class ReplicaState
extends java.lang.Enum
Title: Dataspace Framework
Description: Replication Target State
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static ReplicaState |
ACTIVE |
static ReplicaState |
DROPPED |
static ReplicaState |
EVICTED |
static ReplicaState |
FAILURE |
static ReplicaState |
INACTIVE |
static ReplicaState |
OUTSYNC |
static ReplicaState |
STOPPED |
static ReplicaState |
SYNCING |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStateWithSourceDisabled(boolean sourceEnabled) |
static ReplicaState |
valueOf(java.lang.String name) |
static ReplicaState[] |
values() |
public static final ReplicaState STOPPED
public static final ReplicaState ACTIVE
public static final ReplicaState INACTIVE
public static final ReplicaState OUTSYNC
public static final ReplicaState SYNCING
public static final ReplicaState FAILURE
public static final ReplicaState EVICTED
public static final ReplicaState DROPPED
public static ReplicaState[] values()
public static ReplicaState valueOf(java.lang.String name)
public java.lang.String getStateWithSourceDisabled(boolean sourceEnabled)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.