public class StateValues extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
STATE_CREATED
Cluster created: 2
|
static int |
STATE_DESTROYED
destroyed
|
static int |
STATE_INCOMPLETE
Specification is incomplete & cannot
be used: 0
|
static int |
STATE_LIVE
Live: 3
|
static int |
STATE_STOPPED
Stopped
|
static int |
STATE_SUBMITTED
Spec has been submitted: 1
|
| Constructor and Description |
|---|
StateValues() |
public static final int STATE_INCOMPLETE
public static final int STATE_SUBMITTED
public static final int STATE_CREATED
public static final int STATE_LIVE
public static final int STATE_STOPPED
public static final int STATE_DESTROYED
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.