org.apache.hadoop.hbase.protobuf.generated
Interface AggregateProtos.AggregateService.Interface

All Known Implementing Classes:
AggregateProtos.AggregateService.Stub
Enclosing class:
AggregateProtos.AggregateService

public static interface AggregateProtos.AggregateService.Interface


Method Summary
 void getAvg(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
          rpc GetAvg(.AggregateRequest) returns (.AggregateResponse);
 void getMax(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
          rpc GetMax(.AggregateRequest) returns (.AggregateResponse);
 void getMedian(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
          rpc GetMedian(.AggregateRequest) returns (.AggregateResponse);
 void getMin(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
          rpc GetMin(.AggregateRequest) returns (.AggregateResponse);
 void getRowNum(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
          rpc GetRowNum(.AggregateRequest) returns (.AggregateResponse);
 void getStd(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
          rpc GetStd(.AggregateRequest) returns (.AggregateResponse);
 void getSum(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
          rpc GetSum(.AggregateRequest) returns (.AggregateResponse);
 

Method Detail

getMax

void getMax(com.google.protobuf.RpcController controller,
            AggregateProtos.AggregateRequest request,
            com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetMax(.AggregateRequest) returns (.AggregateResponse);


getMin

void getMin(com.google.protobuf.RpcController controller,
            AggregateProtos.AggregateRequest request,
            com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetMin(.AggregateRequest) returns (.AggregateResponse);


getSum

void getSum(com.google.protobuf.RpcController controller,
            AggregateProtos.AggregateRequest request,
            com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetSum(.AggregateRequest) returns (.AggregateResponse);


getRowNum

void getRowNum(com.google.protobuf.RpcController controller,
               AggregateProtos.AggregateRequest request,
               com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetRowNum(.AggregateRequest) returns (.AggregateResponse);


getAvg

void getAvg(com.google.protobuf.RpcController controller,
            AggregateProtos.AggregateRequest request,
            com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetAvg(.AggregateRequest) returns (.AggregateResponse);


getStd

void getStd(com.google.protobuf.RpcController controller,
            AggregateProtos.AggregateRequest request,
            com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetStd(.AggregateRequest) returns (.AggregateResponse);


getMedian

void getMedian(com.google.protobuf.RpcController controller,
               AggregateProtos.AggregateRequest request,
               com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
rpc GetMedian(.AggregateRequest) returns (.AggregateResponse);



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