Modifier and Type | Class and Description |
---|---|
class |
JobID
Unique (at least statistically unique) identifier for a Flink Job.
|
Modifier and Type | Method and Description |
---|---|
AbstractID |
BlockingShuffleOutputFormat.getIntermediateDataSetId() |
Modifier and Type | Method and Description |
---|---|
static <T> BlockingShuffleOutputFormat<T> |
BlockingShuffleOutputFormat.createOutputFormat(AbstractID intermediateDataSetId) |
Modifier and Type | Class and Description |
---|---|
class |
KvStateID
Identifier for state instances.
|
Modifier and Type | Class and Description |
---|---|
class |
AllocationID
Unique identifier for a physical slot allocated by a JobManager via the ResourceManager from a
TaskManager.
|
Modifier and Type | Class and Description |
---|---|
class |
DispatcherId
Fencing token of the
Dispatcher . |
Modifier and Type | Class and Description |
---|---|
class |
InstanceID
Class for statistically unique instance IDs.
|
class |
SlotSharingGroupId |
Modifier and Type | Class and Description |
---|---|
class |
InputChannelID
Identifier for input channels.
|
Constructor and Description |
---|
InputChannelID(AbstractID id) |
Modifier and Type | Class and Description |
---|---|
class |
IntermediateDataSetID
Id identifying
IntermediateDataSet . |
class |
JobVertexID
A class for statistically unique job vertex IDs.
|
class |
OperatorID
A class for statistically unique operator IDs.
|
Constructor and Description |
---|
IntermediateDataSetID(AbstractID from)
Creates a new intermediate data set ID with the bytes of the given ID.
|
Modifier and Type | Method and Description |
---|---|
AbstractID |
CoLocationGroup.getId()
Returns the unique identifier describing this co-location constraint as a group.
|
AbstractID |
CoLocationGroupImpl.getId() |
Modifier and Type | Class and Description |
---|---|
class |
JobMasterId
The
JobMaster fencing token. |
class |
SlotRequestId
This ID identifies the request for a slot from the Execution to the
SlotPool or PhysicalSlotProvider . |
Modifier and Type | Method and Description |
---|---|
AbstractID |
TaskMetricGroup.vertexId() |
Modifier and Type | Method and Description |
---|---|
String[] |
TaskScopeFormat.formatScope(TaskManagerJobMetricGroup parent,
AbstractID vertexId,
ExecutionAttemptID attemptId,
String taskName,
int subtask,
int attemptNumber) |
Modifier and Type | Class and Description |
---|---|
class |
ResourceManagerId
Fencing token for the
ResourceManager . |
Modifier and Type | Class and Description |
---|---|
class |
PendingTaskManagerId
Id of
PendingTaskManager . |
class |
TaskManagerSlotId
Id of
PendingTaskManagerSlot . |
Modifier and Type | Class and Description |
---|---|
class |
TriggerId
Identifies a savepoint trigger request.
|
Modifier and Type | Method and Description |
---|---|
int |
AbstractID.compareTo(AbstractID o) |
Constructor and Description |
---|
AbstractID(AbstractID id)
Copy constructor: Creates a new abstract ID from the given one.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.