org.apache.hadoop.hbase.ipc
Interface HBaseRPCProtocolVersion

All Superinterfaces:
org.apache.hadoop.ipc.VersionedProtocol
All Known Subinterfaces:
HMasterInterface, HMasterRegionInterface, HRegionInterface
All Known Implementing Classes:
HMaster, HMasterCommandLine.LocalHMaster, HRegionServer

public interface HBaseRPCProtocolVersion
extends org.apache.hadoop.ipc.VersionedProtocol

There is one version id for all the RPC interfaces. If any interface is changed, the versionID must be changed here.


Field Summary
static long versionID
          Interface version.
 
Method Summary
 
Methods inherited from interface org.apache.hadoop.ipc.VersionedProtocol
getProtocolVersion
 

Field Detail

versionID

static final long versionID
Interface version. HMasterInterface version history:

HMasterRegionInterface version history:

HRegionInterface version history:

TransactionalRegionInterface version history:

Unified RPC version number history:

See Also:
Constant Field Values


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.