public static interface AggregateProtos.AggregateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
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
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
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
boolean hasScan()
required .Scan scan = 2;
ClientProtos.Scan getScan()
required .Scan scan = 2;
ClientProtos.ScanOrBuilder getScanOrBuilder()
required .Scan scan = 2;
boolean hasInterpreterSpecificBytes()
optional bytes interpreter_specific_bytes = 3;
com.google.protobuf.ByteString getInterpreterSpecificBytes()
optional bytes interpreter_specific_bytes = 3;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.