Enum Class TaskQueueKind
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<TaskQueueKind>,Constable
@Generated(value="protoc",
comments="annotations:TaskQueueKind.java.pb.meta")
public enum TaskQueueKind
extends Enum<TaskQueueKind>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
temporal.api.enums.v1.TaskQueueKind-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionTasks from a normal workflow task queue always include complete workflow history The task queue specified by the user is always a normal task queue.A sticky queue only includes new history since the last workflow task, and they are per-worker.Tasks from any non workflow task may be unspecified.A worker-commands task queue is used for server-to-worker communication (e.g. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intTasks from a normal workflow task queue always include complete workflow history The task queue specified by the user is always a normal task queue.static final intA sticky queue only includes new history since the last workflow task, and they are per-worker.static final intTasks from any non workflow task may be unspecified.static final intA worker-commands task queue is used for server-to-worker communication (e.g. -
Method Summary
Modifier and TypeMethodDescriptionstatic TaskQueueKindforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<TaskQueueKind> static TaskQueueKindvalueOf(int value) Deprecated.static TaskQueueKindvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static TaskQueueKindReturns the enum constant of this class with the specified name.static TaskQueueKind[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TASK_QUEUE_KIND_UNSPECIFIED
Tasks from any non workflow task may be unspecified. Task queue kind is used to differentiate whether a workflow task queue is sticky or normal. If a task is not a workflow task, Task queue kind will sometimes be unspecified.
TASK_QUEUE_KIND_UNSPECIFIED = 0; -
TASK_QUEUE_KIND_NORMAL
Tasks from a normal workflow task queue always include complete workflow history The task queue specified by the user is always a normal task queue. There can be as many workers as desired for a single normal task queue. All those workers may pick up tasks from that queue.
TASK_QUEUE_KIND_NORMAL = 1; -
TASK_QUEUE_KIND_STICKY
A sticky queue only includes new history since the last workflow task, and they are per-worker. Sticky queues are created dynamically by each worker during their start up. They only exist for the lifetime of the worker process. Tasks in a sticky task queue are only available to the worker that created the sticky queue. Sticky queues are only for workflow tasks. There are no sticky task queues for activities.
TASK_QUEUE_KIND_STICKY = 2; -
TASK_QUEUE_KIND_WORKER_COMMANDS
A worker-commands task queue is used for server-to-worker communication (e.g. activity cancellations). These queues are ephemeral and per-worker-process — they exist only for the lifetime of the worker process. Used with TASK_QUEUE_TYPE_NEXUS and polled via PollNexusTaskQueue.
TASK_QUEUE_KIND_WORKER_COMMANDS = 3; -
UNRECOGNIZED
-
-
Field Details
-
TASK_QUEUE_KIND_UNSPECIFIED_VALUE
public static final int TASK_QUEUE_KIND_UNSPECIFIED_VALUETasks from any non workflow task may be unspecified. Task queue kind is used to differentiate whether a workflow task queue is sticky or normal. If a task is not a workflow task, Task queue kind will sometimes be unspecified.
TASK_QUEUE_KIND_UNSPECIFIED = 0;- See Also:
-
TASK_QUEUE_KIND_NORMAL_VALUE
public static final int TASK_QUEUE_KIND_NORMAL_VALUETasks from a normal workflow task queue always include complete workflow history The task queue specified by the user is always a normal task queue. There can be as many workers as desired for a single normal task queue. All those workers may pick up tasks from that queue.
TASK_QUEUE_KIND_NORMAL = 1;- See Also:
-
TASK_QUEUE_KIND_STICKY_VALUE
public static final int TASK_QUEUE_KIND_STICKY_VALUEA sticky queue only includes new history since the last workflow task, and they are per-worker. Sticky queues are created dynamically by each worker during their start up. They only exist for the lifetime of the worker process. Tasks in a sticky task queue are only available to the worker that created the sticky queue. Sticky queues are only for workflow tasks. There are no sticky task queues for activities.
TASK_QUEUE_KIND_STICKY = 2;- See Also:
-
TASK_QUEUE_KIND_WORKER_COMMANDS_VALUE
public static final int TASK_QUEUE_KIND_WORKER_COMMANDS_VALUEA worker-commands task queue is used for server-to-worker communication (e.g. activity cancellations). These queues are ephemeral and per-worker-process — they exist only for the lifetime of the worker process. Used with TASK_QUEUE_TYPE_NEXUS and polled via PollNexusTaskQueue.
TASK_QUEUE_KIND_WORKER_COMMANDS = 3;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-