Enum AutoscalingEvent.AutoscalingEventType (0.9.0)

public enum AutoscalingEvent.AutoscalingEventType extends Enum<AutoscalingEvent.AutoscalingEventType> implements ProtocolMessageEnum

Indicates the type of autoscaling event.

Protobuf enum google.dataflow.v1beta3.AutoscalingEvent.AutoscalingEventType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTUATION_FAILURE

The ACTUATION_FAILURE type should be used when we want to report an error to the user indicating why the current number of workers in the pool could not be changed. Displayed in the current status and history widgets.

ACTUATION_FAILURE = 3;

ACTUATION_FAILURE_VALUE

The ACTUATION_FAILURE type should be used when we want to report an error to the user indicating why the current number of workers in the pool could not be changed. Displayed in the current status and history widgets.

ACTUATION_FAILURE = 3;

CURRENT_NUM_WORKERS_CHANGED

The CURRENT_NUM_WORKERS_CHANGED type should be used when actual worker pool size has been changed, but the target_num_workers has not changed.

CURRENT_NUM_WORKERS_CHANGED = 2;

CURRENT_NUM_WORKERS_CHANGED_VALUE

The CURRENT_NUM_WORKERS_CHANGED type should be used when actual worker pool size has been changed, but the target_num_workers has not changed.

CURRENT_NUM_WORKERS_CHANGED = 2;

NO_CHANGE

Used when we want to report to the user a reason why we are not currently adjusting the number of workers. Should specify both target_num_workers, current_num_workers and a decision_message.

NO_CHANGE = 4;

NO_CHANGE_VALUE

Used when we want to report to the user a reason why we are not currently adjusting the number of workers. Should specify both target_num_workers, current_num_workers and a decision_message.

NO_CHANGE = 4;

TARGET_NUM_WORKERS_CHANGED

The TARGET_NUM_WORKERS_CHANGED type should be used when the target worker pool size has changed at the start of an actuation. An event should always be specified as TARGET_NUM_WORKERS_CHANGED if it reflects a change in the target_num_workers.

TARGET_NUM_WORKERS_CHANGED = 1;

TARGET_NUM_WORKERS_CHANGED_VALUE

The TARGET_NUM_WORKERS_CHANGED type should be used when the target worker pool size has changed at the start of an actuation. An event should always be specified as TARGET_NUM_WORKERS_CHANGED if it reflects a change in the target_num_workers.

TARGET_NUM_WORKERS_CHANGED = 1;

TYPE_UNKNOWN

Default type for the enum. Value should never be returned.

TYPE_UNKNOWN = 0;

TYPE_UNKNOWN_VALUE

Default type for the enum. Value should never be returned.

TYPE_UNKNOWN = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()