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, LocalBSPRunner
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.
Methods inherited from interface org.apache.hadoop.ipc.VersionedProtocol |
getProtocolVersion |
versionID
static final long versionID
- See Also:
- Constant Field Values
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.