| Package | Description |
|---|---|
| org.apache.tez.runtime.library.common.shuffle |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.tez.runtime.library.common.shuffle.impl |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Field and Description |
|---|---|
protected FetchedInput.Type |
FetchedInput.type |
| Modifier and Type | Method and Description |
|---|---|
FetchedInput.Type |
FetchedInput.getType() |
static FetchedInput.Type |
FetchedInput.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FetchedInput.Type[] |
FetchedInput.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FetchedInput |
FetchedInputAllocator.allocateType(FetchedInput.Type type,
long actualSize,
long compresedSize,
InputAttemptIdentifier inputAttemptIdentifier) |
| Constructor and Description |
|---|
FetchedInput(FetchedInput.Type type,
long actualSize,
long compressedSize,
InputAttemptIdentifier inputAttemptIdentifier,
FetchedInputCallback callbackHandler) |
| Modifier and Type | Method and Description |
|---|---|
FetchedInput |
SimpleFetchedInputAllocator.allocateType(FetchedInput.Type type,
long actualSize,
long compressedSize,
InputAttemptIdentifier inputAttemptIdentifier) |
Copyright © 2015 Apache Software Foundation. All rights reserved.