Package | Description |
---|---|
org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.security.access |
Modifier and Type | Method and Description |
---|---|
ProtocolSignature |
AggregateImplementation.getProtocolSignature(String protocol,
long version,
int clientMethodsHashCode) |
ProtocolSignature |
BaseEndpointCoprocessor.getProtocolSignature(String protocol,
long version,
int clientMethodsHashCode) |
Modifier and Type | Method and Description |
---|---|
ProtocolSignature |
VersionedProtocol.getProtocolSignature(String protocol,
long clientVersion,
int clientMethodsHash)
Return protocol version corresponding to protocol interface.
|
static ProtocolSignature |
ProtocolSignature.getProtocolSignature(VersionedProtocol server,
String protocol,
long clientVersion,
int clientMethodsHash)
Get a server protocol's signature
|
Modifier and Type | Method and Description |
---|---|
ProtocolSignature |
HMaster.getProtocolSignature(String protocol,
long version,
int clientMethodsHashCode) |
Modifier and Type | Method and Description |
---|---|
ProtocolSignature |
HRegionServer.getProtocolSignature(String protocol,
long version,
int clientMethodsHashCode) |
Modifier and Type | Method and Description |
---|---|
ProtocolSignature |
AccessController.getProtocolSignature(String protocol,
long clientVersion,
int clientMethodsHash) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.