|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VersionedProtocol | |
|---|---|
| org.apache.hadoop.ha.protocolPB | |
| org.apache.hadoop.ipc | Tools to help define network clients and servers. |
| Uses of VersionedProtocol in org.apache.hadoop.ha.protocolPB |
|---|
| Subinterfaces of VersionedProtocol in org.apache.hadoop.ha.protocolPB | |
|---|---|
interface |
HAServiceProtocolPB
|
| Uses of VersionedProtocol in org.apache.hadoop.ipc |
|---|
| Methods in org.apache.hadoop.ipc with type parameters of type VersionedProtocol | ||
|---|---|---|
static
|
RPC.getServer(Class<PROTO> protocol,
IMPL instance,
String bindAddress,
int port,
int numHandlers,
int numReaders,
int queueSizePerHandler,
boolean verbose,
Configuration conf,
org.apache.hadoop.security.token.SecretManager<? extends org.apache.hadoop.security.token.TokenIdentifier> secretManager)
Construct a server for a protocol implementation instance. |
|
| Methods in org.apache.hadoop.ipc with parameters of type VersionedProtocol | |
|---|---|
static ProtocolSignature |
ProtocolSignature.getProtocolSignature(VersionedProtocol server,
String protocol,
long clientVersion,
int clientMethodsHash)
Get a server protocol's signature |
| Method parameters in org.apache.hadoop.ipc with type arguments of type VersionedProtocol | |
|---|---|
static ProtocolSignature |
ProtocolSignature.getProtocolSignature(int clientMethodsHashCode,
long serverVersion,
Class<? extends VersionedProtocol> protocol)
Get a server protocol's signature |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||