org.apache.hadoop.hbase.ipc
Interface PriorityFunction

All Known Subinterfaces:
RegionServerServices
All Known Implementing Classes:
HRegionServer

@InterfaceAudience.LimitedPrivate(value={"Coprocesssor","Phoenix"})
@InterfaceStability.Evolving
public interface PriorityFunction

Function to figure priority of incoming request.


Method Summary
 int getPriority(RPCProtos.RequestHeader header, com.google.protobuf.Message param)
           
 

Method Detail

getPriority

int getPriority(RPCProtos.RequestHeader header,
                com.google.protobuf.Message param)
Parameters:
header -
param -
Returns:
Priority of this request.


Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.