public static interface AggregateProtos.AggregateRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInterpreterClassName()
required string interpreter_class_name = 1; |
ByteString |
getInterpreterClassNameBytes()
required string interpreter_class_name = 1; |
ByteString |
getInterpreterSpecificBytes()
optional bytes interpreter_specific_bytes = 3; |
ClientProtos.Scan |
getScan()
required .hbase.pb.Scan scan = 2; |
ClientProtos.ScanOrBuilder |
getScanOrBuilder()
required .hbase.pb.Scan scan = 2; |
boolean |
hasInterpreterClassName()
required string interpreter_class_name = 1; |
boolean |
hasInterpreterSpecificBytes()
optional bytes interpreter_specific_bytes = 3; |
boolean |
hasScan()
required .hbase.pb.Scan scan = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasFieldisInitializedboolean 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
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
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
boolean hasScan()
required .hbase.pb.Scan scan = 2;ClientProtos.Scan getScan()
required .hbase.pb.Scan scan = 2;ClientProtos.ScanOrBuilder getScanOrBuilder()
required .hbase.pb.Scan scan = 2;boolean hasInterpreterSpecificBytes()
optional bytes interpreter_specific_bytes = 3;ByteString getInterpreterSpecificBytes()
optional bytes interpreter_specific_bytes = 3;Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.