Package io.temporal.api.enums.v1
Enum TaskQueueKind
- java.lang.Object
-
- java.lang.Enum<TaskQueueKind>
-
- io.temporal.api.enums.v1.TaskQueueKind
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<TaskQueueKind>
@Generated(value="protoc", comments="annotations:TaskQueueKind.java.pb.meta") public enum TaskQueueKind extends java.lang.Enum<TaskQueueKind> implements com.google.protobuf.ProtocolMessageEnumProtobuf enumtemporal.api.enums.v1.TaskQueueKind
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TASK_QUEUE_KIND_NORMALTasks from a normal workflow task queue always include complete workflow history The task queue specified by the user is always a normal task queue.TASK_QUEUE_KIND_STICKYA sticky queue only includes new history since the last workflow task, and they are per-worker.TASK_QUEUE_KIND_UNSPECIFIEDTASK_QUEUE_KIND_UNSPECIFIED = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intTASK_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.static intTASK_QUEUE_KIND_STICKY_VALUEA sticky queue only includes new history since the last workflow task, and they are per-worker.static intTASK_QUEUE_KIND_UNSPECIFIED_VALUETASK_QUEUE_KIND_UNSPECIFIED = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static TaskQueueKindforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<TaskQueueKind>internalGetValueMap()static TaskQueueKindvalueOf(int value)Deprecated.static TaskQueueKindvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static TaskQueueKindvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TaskQueueKind[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TASK_QUEUE_KIND_UNSPECIFIED
public static final TaskQueueKind TASK_QUEUE_KIND_UNSPECIFIED
TASK_QUEUE_KIND_UNSPECIFIED = 0;
-
TASK_QUEUE_KIND_NORMAL
public static final TaskQueueKind 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
public static final TaskQueueKind 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;
-
UNRECOGNIZED
public static final TaskQueueKind UNRECOGNIZED
-
-
Field Detail
-
TASK_QUEUE_KIND_UNSPECIFIED_VALUE
public static final int TASK_QUEUE_KIND_UNSPECIFIED_VALUE
TASK_QUEUE_KIND_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
TASK_QUEUE_KIND_NORMAL_VALUE
public static final int TASK_QUEUE_KIND_NORMAL_VALUE
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;- See Also:
- Constant Field Values
-
TASK_QUEUE_KIND_STICKY_VALUE
public static final int TASK_QUEUE_KIND_STICKY_VALUE
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;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static TaskQueueKind[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (TaskQueueKind c : TaskQueueKind.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TaskQueueKind valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- 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 public static TaskQueueKind valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static TaskQueueKind forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<TaskQueueKind> 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
public static TaskQueueKind valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-