org.apache.hadoop.hbase.protobuf.generated
Class AggregateProtos.AggregateService.Stub

java.lang.Object
  extended by org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
      extended by org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.Stub
All Implemented Interfaces:
com.google.protobuf.Service, AggregateProtos.AggregateService.Interface
Enclosing class:
AggregateProtos.AggregateService

public static final class AggregateProtos.AggregateService.Stub
extends AggregateProtos.AggregateService
implements AggregateProtos.AggregateService.Interface


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
AggregateProtos.AggregateService.BlockingInterface, AggregateProtos.AggregateService.Interface, AggregateProtos.AggregateService.Stub
 
Method Summary
 void getAvg(com.google.protobuf.RpcController controller, AggregateProtos.AggregateRequest request, com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
          rpc GetAvg(.AggregateRequest) returns (.AggregateResponse);
 com.google.protobuf.RpcChannel getChannel()
           
 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);
 
Methods inherited from class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChannel

public com.google.protobuf.RpcChannel getChannel()

getMax

public void getMax(com.google.protobuf.RpcController controller,
                   AggregateProtos.AggregateRequest request,
                   com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
Description copied from class: AggregateProtos.AggregateService
rpc GetMax(.AggregateRequest) returns (.AggregateResponse);

Specified by:
getMax in interface AggregateProtos.AggregateService.Interface
Specified by:
getMax in class AggregateProtos.AggregateService

getMin

public void getMin(com.google.protobuf.RpcController controller,
                   AggregateProtos.AggregateRequest request,
                   com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
Description copied from class: AggregateProtos.AggregateService
rpc GetMin(.AggregateRequest) returns (.AggregateResponse);

Specified by:
getMin in interface AggregateProtos.AggregateService.Interface
Specified by:
getMin in class AggregateProtos.AggregateService

getSum

public void getSum(com.google.protobuf.RpcController controller,
                   AggregateProtos.AggregateRequest request,
                   com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
Description copied from class: AggregateProtos.AggregateService
rpc GetSum(.AggregateRequest) returns (.AggregateResponse);

Specified by:
getSum in interface AggregateProtos.AggregateService.Interface
Specified by:
getSum in class AggregateProtos.AggregateService

getRowNum

public void getRowNum(com.google.protobuf.RpcController controller,
                      AggregateProtos.AggregateRequest request,
                      com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
Description copied from class: AggregateProtos.AggregateService
rpc GetRowNum(.AggregateRequest) returns (.AggregateResponse);

Specified by:
getRowNum in interface AggregateProtos.AggregateService.Interface
Specified by:
getRowNum in class AggregateProtos.AggregateService

getAvg

public void getAvg(com.google.protobuf.RpcController controller,
                   AggregateProtos.AggregateRequest request,
                   com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
Description copied from class: AggregateProtos.AggregateService
rpc GetAvg(.AggregateRequest) returns (.AggregateResponse);

Specified by:
getAvg in interface AggregateProtos.AggregateService.Interface
Specified by:
getAvg in class AggregateProtos.AggregateService

getStd

public void getStd(com.google.protobuf.RpcController controller,
                   AggregateProtos.AggregateRequest request,
                   com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
Description copied from class: AggregateProtos.AggregateService
rpc GetStd(.AggregateRequest) returns (.AggregateResponse);

Specified by:
getStd in interface AggregateProtos.AggregateService.Interface
Specified by:
getStd in class AggregateProtos.AggregateService

getMedian

public void getMedian(com.google.protobuf.RpcController controller,
                      AggregateProtos.AggregateRequest request,
                      com.google.protobuf.RpcCallback<AggregateProtos.AggregateResponse> done)
Description copied from class: AggregateProtos.AggregateService
rpc GetMedian(.AggregateRequest) returns (.AggregateResponse);

Specified by:
getMedian in interface AggregateProtos.AggregateService.Interface
Specified by:
getMedian in class AggregateProtos.AggregateService


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