| Modifier and Type | Method and Description |
|---|---|
int |
AbstractID.compareTo(AbstractID o) |
| Constructor and Description |
|---|
AbstractID(AbstractID id)
Creates a new abstract ID from the given one.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutionAttemptID
Unique identifier for the attempt to execute a tasks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstanceID
Class for statistically unique instance IDs.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractID |
Slot.getGroupID() |
| Modifier and Type | Method and Description |
|---|---|
SharedSlot |
SharedSlot.allocateSharedSlot(AbstractID jID) |
SharedSlot |
Instance.allocateSharedSlot(JobID jobID,
SlotSharingGroupAssignment sharingGroupAssignment,
AbstractID groupID) |
SimpleSlot |
Instance.allocateSimpleSlot(JobID jobID,
AbstractID groupID) |
SimpleSlot |
SharedSlot.allocateSubSlot(AbstractID jID)
Creates a new sub slot if the slot is not dead, yet.
|
| Constructor and Description |
|---|
SharedSlot(JobID jobID,
Instance instance,
int slotNumber,
SlotSharingGroupAssignment assignmentGroup,
SharedSlot parent,
AbstractID groupID) |
SimpleSlot(JobID jobID,
Instance instance,
int slotNumber,
SharedSlot parent,
AbstractID groupID) |
Slot(JobID jobID,
Instance instance,
int slotNumber,
SharedSlot parent,
AbstractID groupID) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelID |
| Constructor and Description |
|---|
ChannelID(AbstractID id) |
| Modifier and Type | Class and Description |
|---|---|
class |
GateID
A class for statistically unique gate IDs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IntermediateDataSetID |
class |
JobID |
class |
JobVertexID
A class for statistically unique job vertex IDs.
|
| Constructor and Description |
|---|
IntermediateDataSetID(AbstractID from)
Creates a new intermediate data set ID with the bytes of the given ID.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceId |
| Modifier and Type | Method and Description |
|---|---|
AbstractID |
CoLocationConstraint.getGroupId() |
AbstractID |
CoLocationGroup.getId() |
| Modifier and Type | Method and Description |
|---|---|
SimpleSlot |
SlotSharingGroupAssignment.addSharedSlotAndAllocateSubSlot(SharedSlot sharedSlot,
Locality locality,
AbstractID groupId,
CoLocationConstraint constraint) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.