Uses of Interface
org.apache.hadoop.hbase.client.VersionInfoUtil.ServiceCallFunction

Packages that use org.apache.hadoop.hbase.client.VersionInfoUtil.ServiceCallFunction
Package
Description
Provides HBase Client
 
  • Uses of org.apache.hadoop.hbase.client.VersionInfoUtil.ServiceCallFunction in org.apache.hadoop.hbase.client

    Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.VersionInfoUtil.ServiceCallFunction in in
    Modifier and Type
    Method
    Description
    static <T1, T2, R, E extends Throwable>
    R
    VersionInfoUtil.callWithVersion(org.apache.hadoop.hbase.client.VersionInfoUtil.ServiceCallFunction<T1,T2,R,E> f, T1 t1, T2 t2)
     
  • Uses of org.apache.hadoop.hbase.client.VersionInfoUtil.ServiceCallFunction in org.apache.hadoop.hbase.master

    Subinterfaces of org.apache.hadoop.hbase.client.VersionInfoUtil.ServiceCallFunction in in org.apache.hadoop.hbase.master
    Modifier and Type
    Interface
    Description
    static interface 
    org.apache.hadoop.hbase.master.MasterRpcServicesVersionWrapper.ServiceCallFunction<Req,Resp>