org.apache.hama.ipc
Interface HamaRPCProtocolVersion

All Superinterfaces:
org.apache.hadoop.ipc.VersionedProtocol
All Known Subinterfaces:
JobSubmissionProtocol, MasterProtocol, WorkerProtocol
All Known Implementing Classes:
BSPMaster, GroomServer

public interface HamaRPCProtocolVersion
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
           
 
Method Summary
 
Methods inherited from interface org.apache.hadoop.ipc.VersionedProtocol
getProtocolVersion
 

Field Detail

versionID

static final long versionID
See Also:
Constant Field Values


Copyright © 2011 The Apache Software Foundation