Package | Description |
---|---|
org.apache.hadoop.ha.protocolPB | |
org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.mapred | |
org.apache.hadoop.mapreduce.protocol |
Modifier and Type | Interface and Description |
---|---|
interface |
HAServiceProtocolPB |
interface |
ZKFCProtocolPB |
Modifier and Type | Class and Description |
---|---|
class |
HAServiceProtocolServerSideTranslatorPB
This class is used on the server side.
|
class |
ZKFCProtocolServerSideTranslatorPB |
Modifier and Type | Method and Description |
---|---|
static ProtocolSignature |
ProtocolSignature.getProtocolSignature(VersionedProtocol server,
String protocol,
long clientVersion,
int clientMethodsHash)
Get a server protocol's signature
|
Modifier and Type | Method and Description |
---|---|
static ProtocolSignature |
ProtocolSignature.getProtocolSignature(int clientMethodsHashCode,
long serverVersion,
Class<? extends VersionedProtocol> protocol)
Get a server protocol's signature
|
Modifier and Type | Interface and Description |
---|---|
interface |
TaskUmbilicalProtocol
Protocol that task child process uses to contact its parent process.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalJobRunner
Implements MapReduce locally, in-process, for debugging.
|
class |
TaskAttemptListenerImpl
This class is responsible for talking to the task umblical.
|
class |
YARNRunner
This class enables the current JobClient (0.22 hadoop) to run on YARN.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientProtocol
Protocol that a JobClient and the central JobTracker use to communicate.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.