public class Fetcher extends org.apache.tez.common.CallableWithNdc<FetchResult>
Fetcher.FetcherBuilder
Modifier and Type | Class and Description |
---|---|
static class |
Fetcher.FetcherBuilder
Builder for the construction of Fetchers
|
Modifier and Type | Method and Description |
---|---|
protected FetchResult |
callInternal() |
protected org.apache.tez.runtime.library.common.shuffle.Fetcher.HostFetchResult |
doHttpFetch() |
protected org.apache.tez.runtime.library.common.shuffle.Fetcher.HostFetchResult |
doHttpFetch(org.apache.tez.runtime.library.common.shuffle.Fetcher.CachingCallBack callback) |
protected org.apache.tez.runtime.library.common.shuffle.Fetcher.HostFetchResult |
doSharedFetch() |
boolean |
equals(Object obj) |
protected org.apache.hadoop.fs.Path |
getShuffleInputFileName(String pathComponent,
String suffix) |
protected TezIndexRecord |
getTezIndexRecord(InputAttemptIdentifier srcAttemptId) |
int |
hashCode() |
protected org.apache.tez.runtime.library.common.shuffle.Fetcher.HostFetchResult |
setupLocalDiskFetch() |
void |
shutdown() |
protected FetchResult callInternal() throws Exception
callInternal
in class org.apache.tez.common.CallableWithNdc<FetchResult>
Exception
protected org.apache.tez.runtime.library.common.shuffle.Fetcher.HostFetchResult doSharedFetch() throws IOException
IOException
protected org.apache.tez.runtime.library.common.shuffle.Fetcher.HostFetchResult doHttpFetch()
protected org.apache.tez.runtime.library.common.shuffle.Fetcher.HostFetchResult doHttpFetch(org.apache.tez.runtime.library.common.shuffle.Fetcher.CachingCallBack callback)
protected org.apache.tez.runtime.library.common.shuffle.Fetcher.HostFetchResult setupLocalDiskFetch()
protected TezIndexRecord getTezIndexRecord(InputAttemptIdentifier srcAttemptId) throws IOException
IOException
protected org.apache.hadoop.fs.Path getShuffleInputFileName(String pathComponent, String suffix) throws IOException
IOException
public void shutdown()
Copyright © 2016 Apache Software Foundation. All rights reserved.