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.
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.