| 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 | Method and Description |
|---|---|
FetchedInput.Type |
MemoryFetchedInput.getType() |
FetchedInput.Type |
LocalDiskFetchedInput.getType() |
abstract FetchedInput.Type |
FetchedInput.getType() |
FetchedInput.Type |
DiskFetchedInput.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) |
| Modifier and Type | Method and Description |
|---|---|
FetchedInput |
SimpleFetchedInputAllocator.allocateType(FetchedInput.Type type,
long actualSize,
long compressedSize,
InputAttemptIdentifier inputAttemptIdentifier) |
Copyright © 2017 Apache Software Foundation. All rights reserved.