| Package | Description |
|---|---|
| org.apache.tez.runtime.library.common |
| Modifier and Type | Method and Description |
|---|---|
InputAttemptIdentifier.SPILL_INFO |
InputAttemptIdentifier.getFetchTypeInfo() |
static InputAttemptIdentifier.SPILL_INFO |
InputAttemptIdentifier.SPILL_INFO.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputAttemptIdentifier.SPILL_INFO[] |
InputAttemptIdentifier.SPILL_INFO.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InputAttemptIdentifier(int inputIdentifier,
int attemptNumber,
String pathComponent,
boolean shared,
InputAttemptIdentifier.SPILL_INFO fetchTypeInfo,
int spillEventId) |
Copyright © 2016 Apache Software Foundation. All rights reserved.