@InterfaceAudience.Private public class InputAttemptIdentifier extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InputAttemptIdentifier.SPILL_INFO |
| Modifier and Type | Field and Description |
|---|---|
static String |
PATH_PREFIX |
| Constructor and Description |
|---|
InputAttemptIdentifier(InputIdentifier inputIdentifier,
int attemptNumber,
String pathComponent) |
InputAttemptIdentifier(InputIdentifier inputIdentifier,
int attemptNumber,
String pathComponent,
boolean shared) |
InputAttemptIdentifier(InputIdentifier inputIdentifier,
int attemptNumber,
String pathComponent,
boolean shared,
InputAttemptIdentifier.SPILL_INFO fetchTypeInfo,
int spillEventId) |
InputAttemptIdentifier(int inputIndex,
int attemptNumber) |
InputAttemptIdentifier(int taskIndex,
int attemptNumber,
String pathComponent) |
InputAttemptIdentifier(int taskIndex,
int attemptNumber,
String pathComponent,
boolean shared) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRetrieveInputInChunks() |
boolean |
equals(Object obj) |
int |
getAttemptNumber() |
InputAttemptIdentifier.SPILL_INFO |
getFetchTypeInfo() |
InputIdentifier |
getInputIdentifier() |
String |
getPathComponent() |
int |
getSpillEventId() |
int |
hashCode() |
boolean |
isShared() |
String |
toString() |
public static final String PATH_PREFIX
public InputAttemptIdentifier(int inputIndex,
int attemptNumber)
public InputAttemptIdentifier(InputIdentifier inputIdentifier, int attemptNumber, String pathComponent)
public InputAttemptIdentifier(InputIdentifier inputIdentifier, int attemptNumber, String pathComponent, boolean shared)
public InputAttemptIdentifier(InputIdentifier inputIdentifier, int attemptNumber, String pathComponent, boolean shared, InputAttemptIdentifier.SPILL_INFO fetchTypeInfo, int spillEventId)
public InputAttemptIdentifier(int taskIndex,
int attemptNumber,
String pathComponent)
public InputAttemptIdentifier(int taskIndex,
int attemptNumber,
String pathComponent,
boolean shared)
public InputIdentifier getInputIdentifier()
public int getAttemptNumber()
public String getPathComponent()
public boolean isShared()
public InputAttemptIdentifier.SPILL_INFO getFetchTypeInfo()
public int getSpillEventId()
public boolean canRetrieveInputInChunks()
Copyright © 2015 Apache Software Foundation. All rights reserved.