Enum ClusterStatus.State (2.3.1)

public enum ClusterStatus.State extends Enum<ClusterStatus.State> implements ProtocolMessageEnum

The cluster state.

Protobuf enum google.cloud.dataproc.v1.ClusterStatus.State

Implements

ProtocolMessageEnum

Fields

NameDescription
CREATING

The cluster is being created and set up. It is not ready for use.

CREATING = 1;

CREATING_VALUE

The cluster is being created and set up. It is not ready for use.

CREATING = 1;

DELETING

The cluster is being deleted. It cannot be used.

DELETING = 4;

DELETING_VALUE

The cluster is being deleted. It cannot be used.

DELETING = 4;

ERROR

The cluster encountered an error. It is not ready for use.

ERROR = 3;

ERROR_DUE_TO_UPDATE

The cluster has encountered an error while being updated. Jobs can be submitted to the cluster, but the cluster cannot be updated.

ERROR_DUE_TO_UPDATE = 9;

ERROR_DUE_TO_UPDATE_VALUE

The cluster has encountered an error while being updated. Jobs can be submitted to the cluster, but the cluster cannot be updated.

ERROR_DUE_TO_UPDATE = 9;

ERROR_VALUE

The cluster encountered an error. It is not ready for use.

ERROR = 3;

RUNNING

The cluster is currently running and healthy. It is ready for use.

RUNNING = 2;

RUNNING_VALUE

The cluster is currently running and healthy. It is ready for use.

RUNNING = 2;

STARTING

The cluster is being started. It is not ready for use.

STARTING = 8;

STARTING_VALUE

The cluster is being started. It is not ready for use.

STARTING = 8;

STOPPED

The cluster is currently stopped. It is not ready for use.

STOPPED = 7;

STOPPED_VALUE

The cluster is currently stopped. It is not ready for use.

STOPPED = 7;

STOPPING

The cluster is being stopped. It cannot be used.

STOPPING = 6;

STOPPING_VALUE

The cluster is being stopped. It cannot be used.

STOPPING = 6;

UNKNOWN

The cluster state is unknown.

UNKNOWN = 0;

UNKNOWN_VALUE

The cluster state is unknown.

UNKNOWN = 0;

UNRECOGNIZED
UPDATING

The cluster is being updated. It continues to accept and process jobs.

UPDATING = 5;

UPDATING_VALUE

The cluster is being updated. It continues to accept and process jobs.

UPDATING = 5;

Methods

NameDescription
forNumber(int value)
getDescriptor()
getDescriptorForType()
getNumber()
getValueDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()