org.apache.hadoop.hbase
Interface IpcProtocol

All Known Subinterfaces:
AdminProtocol, ClientProtocol, MasterAdminProtocol, MasterMonitorProtocol, MasterProtocol

public interface IpcProtocol

Marker Interface used by ipc. We need a means of referring to ipc "protocols" generically. For example, we need to tell an rpc server the "protocols" it implements and it helps if all protocols implement a common 'type'. That is what this Interface is used for.




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