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

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AggregateProtos.AggregateRequest, AggregateProtos.AggregateRequest.Builder
Enclosing class:
AggregateProtos

public static interface AggregateProtos.AggregateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getInterpreterClassName()
          required string interpreter_class_name = 1;
 com.google.protobuf.ByteString getInterpreterClassNameBytes()
          required string interpreter_class_name = 1;
 com.google.protobuf.ByteString getInterpreterSpecificBytes()
          optional bytes interpreter_specific_bytes = 3;
 ClientProtos.Scan getScan()
          required .Scan scan = 2;
 ClientProtos.ScanOrBuilder getScanOrBuilder()
          required .Scan scan = 2;
 boolean hasInterpreterClassName()
          required string interpreter_class_name = 1;
 boolean hasInterpreterSpecificBytes()
          optional bytes interpreter_specific_bytes = 3;
 boolean hasScan()
          required .Scan scan = 2;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasInterpreterClassName

boolean hasInterpreterClassName()
required string interpreter_class_name = 1;
 The request passed to the AggregateService consists of three parts
  (1) the (canonical) classname of the ColumnInterpreter implementation
  (2) the Scan query
  (3) any bytes required to construct the ColumnInterpreter object
      properly
 


getInterpreterClassName

String getInterpreterClassName()
required string interpreter_class_name = 1;
 The request passed to the AggregateService consists of three parts
  (1) the (canonical) classname of the ColumnInterpreter implementation
  (2) the Scan query
  (3) any bytes required to construct the ColumnInterpreter object
      properly
 


getInterpreterClassNameBytes

com.google.protobuf.ByteString getInterpreterClassNameBytes()
required string interpreter_class_name = 1;
 The request passed to the AggregateService consists of three parts
  (1) the (canonical) classname of the ColumnInterpreter implementation
  (2) the Scan query
  (3) any bytes required to construct the ColumnInterpreter object
      properly
 


hasScan

boolean hasScan()
required .Scan scan = 2;


getScan

ClientProtos.Scan getScan()
required .Scan scan = 2;


getScanOrBuilder

ClientProtos.ScanOrBuilder getScanOrBuilder()
required .Scan scan = 2;


hasInterpreterSpecificBytes

boolean hasInterpreterSpecificBytes()
optional bytes interpreter_specific_bytes = 3;


getInterpreterSpecificBytes

com.google.protobuf.ByteString getInterpreterSpecificBytes()
optional bytes interpreter_specific_bytes = 3;



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