@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(int inputIndex,
int attemptNumber) |
InputAttemptIdentifier(int inputIdentifier,
int attemptNumber,
String pathComponent) |
InputAttemptIdentifier(int inputIdentifier,
int attemptNumber,
String pathComponent,
boolean shared) |
InputAttemptIdentifier(int inputIdentifier,
int attemptNumber,
String pathComponent,
boolean shared,
InputAttemptIdentifier.SPILL_INFO fetchTypeInfo,
int spillEventId) |
Modifier and Type | Method and Description |
---|---|
boolean |
canRetrieveInputInChunks() |
boolean |
equals(Object obj) |
int |
getAttemptNumber() |
InputAttemptIdentifier.SPILL_INFO |
getFetchTypeInfo() |
int |
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(int inputIdentifier, int attemptNumber, String pathComponent)
public InputAttemptIdentifier(int inputIdentifier, int attemptNumber, String pathComponent, boolean shared)
public InputAttemptIdentifier(int inputIdentifier, int attemptNumber, String pathComponent, boolean shared, InputAttemptIdentifier.SPILL_INFO fetchTypeInfo, int spillEventId)
public int getInputIdentifier()
public int getAttemptNumber()
public String getPathComponent()
public boolean isShared()
public InputAttemptIdentifier.SPILL_INFO getFetchTypeInfo()
public int getSpillEventId()
public boolean canRetrieveInputInChunks()
Copyright © 2016 Apache Software Foundation. All rights reserved.