public final class FailoverState extends Object
Modifier and Type | Field and Description |
---|---|
static FailoverState |
FAILED
Failover has been attempted and failed.
|
static FailoverState |
IN_PROGRESS
Failover has been requested on this connection but has not completed.
|
static FailoverState |
NOT_STARTED
Failover has not yet been attempted on this connection.
|
public static final FailoverState NOT_STARTED
public static final FailoverState IN_PROGRESS
public static final FailoverState FAILED
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.