public static final class ScannerMessage.Scanner extends com.google.protobuf.GeneratedMessage implements ScannerMessage.ScannerOrBuilder
org.apache.hadoop.hbase.rest.protobuf.generated.Scanner| Modifier and Type | Class and Description |
|---|---|
static class |
ScannerMessage.Scanner.Builder
Protobuf type
org.apache.hadoop.hbase.rest.protobuf.generated.Scanner |
| Modifier and Type | Field and Description |
|---|---|
static int |
BATCH_FIELD_NUMBER |
static int |
CACHEBLOCKS_FIELD_NUMBER |
static int |
CACHING_FIELD_NUMBER |
static int |
COLUMNS_FIELD_NUMBER |
static int |
ENDROW_FIELD_NUMBER |
static int |
ENDTIME_FIELD_NUMBER |
static int |
FILTER_FIELD_NUMBER |
static int |
LABELS_FIELD_NUMBER |
static int |
MAXVERSIONS_FIELD_NUMBER |
static <any> |
PARSER |
static int |
STARTROW_FIELD_NUMBER |
static int |
STARTTIME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
int |
getBatch()
optional int32 batch = 4; |
boolean |
getCacheBlocks()
optional bool cacheBlocks = 11; |
int |
getCaching()
optional int32 caching = 9; |
com.google.protobuf.ByteString |
getColumns(int index)
repeated bytes columns = 3; |
int |
getColumnsCount()
repeated bytes columns = 3; |
java.util.List<com.google.protobuf.ByteString> |
getColumnsList()
repeated bytes columns = 3; |
static ScannerMessage.Scanner |
getDefaultInstance() |
ScannerMessage.Scanner |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.ByteString |
getEndRow()
optional bytes endRow = 2; |
long |
getEndTime()
optional int64 endTime = 6; |
java.lang.String |
getFilter()
optional string filter = 8; |
com.google.protobuf.ByteString |
getFilterBytes()
optional string filter = 8; |
java.lang.String |
getLabels(int index)
repeated string labels = 10; |
com.google.protobuf.ByteString |
getLabelsBytes(int index)
repeated string labels = 10; |
int |
getLabelsCount()
repeated string labels = 10; |
java.util.List<java.lang.String> |
getLabelsList()
repeated string labels = 10; |
int |
getMaxVersions()
optional int32 maxVersions = 7; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.ByteString |
getStartRow()
optional bytes startRow = 1; |
long |
getStartTime()
optional int64 startTime = 5; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasBatch()
optional int32 batch = 4; |
boolean |
hasCacheBlocks()
optional bool cacheBlocks = 11; |
boolean |
hasCaching()
optional int32 caching = 9; |
boolean |
hasEndRow()
optional bytes endRow = 2; |
boolean |
hasEndTime()
optional int64 endTime = 6; |
boolean |
hasFilter()
optional string filter = 8; |
boolean |
hasMaxVersions()
optional int32 maxVersions = 7; |
boolean |
hasStartRow()
optional bytes startRow = 1; |
boolean |
hasStartTime()
optional int64 startTime = 5; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ScannerMessage.Scanner.Builder |
newBuilder() |
static ScannerMessage.Scanner.Builder |
newBuilder(ScannerMessage.Scanner prototype) |
ScannerMessage.Scanner.Builder |
newBuilderForType() |
protected ScannerMessage.Scanner.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ScannerMessage.Scanner |
parseDelimitedFrom(java.io.InputStream input) |
static ScannerMessage.Scanner |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ScannerMessage.Scanner |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ScannerMessage.Scanner |
parseFrom(com.google.protobuf.ByteString data) |
static ScannerMessage.Scanner |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ScannerMessage.Scanner |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ScannerMessage.Scanner |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ScannerMessage.Scanner |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ScannerMessage.Scanner.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int STARTROW_FIELD_NUMBER
public static final int ENDROW_FIELD_NUMBER
public static final int COLUMNS_FIELD_NUMBER
public static final int BATCH_FIELD_NUMBER
public static final int STARTTIME_FIELD_NUMBER
public static final int ENDTIME_FIELD_NUMBER
public static final int MAXVERSIONS_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
public static final int CACHING_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
public static final int CACHEBLOCKS_FIELD_NUMBER
public static ScannerMessage.Scanner getDefaultInstance()
public ScannerMessage.Scanner getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasStartRow()
optional bytes startRow = 1;hasStartRow in interface ScannerMessage.ScannerOrBuilderpublic com.google.protobuf.ByteString getStartRow()
optional bytes startRow = 1;getStartRow in interface ScannerMessage.ScannerOrBuilderpublic boolean hasEndRow()
optional bytes endRow = 2;hasEndRow in interface ScannerMessage.ScannerOrBuilderpublic com.google.protobuf.ByteString getEndRow()
optional bytes endRow = 2;getEndRow in interface ScannerMessage.ScannerOrBuilderpublic java.util.List<com.google.protobuf.ByteString> getColumnsList()
repeated bytes columns = 3;getColumnsList in interface ScannerMessage.ScannerOrBuilderpublic int getColumnsCount()
repeated bytes columns = 3;getColumnsCount in interface ScannerMessage.ScannerOrBuilderpublic com.google.protobuf.ByteString getColumns(int index)
repeated bytes columns = 3;getColumns in interface ScannerMessage.ScannerOrBuilderpublic boolean hasBatch()
optional int32 batch = 4;hasBatch in interface ScannerMessage.ScannerOrBuilderpublic int getBatch()
optional int32 batch = 4;getBatch in interface ScannerMessage.ScannerOrBuilderpublic boolean hasStartTime()
optional int64 startTime = 5;hasStartTime in interface ScannerMessage.ScannerOrBuilderpublic long getStartTime()
optional int64 startTime = 5;getStartTime in interface ScannerMessage.ScannerOrBuilderpublic boolean hasEndTime()
optional int64 endTime = 6;hasEndTime in interface ScannerMessage.ScannerOrBuilderpublic long getEndTime()
optional int64 endTime = 6;getEndTime in interface ScannerMessage.ScannerOrBuilderpublic boolean hasMaxVersions()
optional int32 maxVersions = 7;hasMaxVersions in interface ScannerMessage.ScannerOrBuilderpublic int getMaxVersions()
optional int32 maxVersions = 7;getMaxVersions in interface ScannerMessage.ScannerOrBuilderpublic boolean hasFilter()
optional string filter = 8;hasFilter in interface ScannerMessage.ScannerOrBuilderpublic java.lang.String getFilter()
optional string filter = 8;getFilter in interface ScannerMessage.ScannerOrBuilderpublic com.google.protobuf.ByteString getFilterBytes()
optional string filter = 8;getFilterBytes in interface ScannerMessage.ScannerOrBuilderpublic boolean hasCaching()
optional int32 caching = 9;
specifies REST scanner caching
hasCaching in interface ScannerMessage.ScannerOrBuilderpublic int getCaching()
optional int32 caching = 9;
specifies REST scanner caching
getCaching in interface ScannerMessage.ScannerOrBuilderpublic java.util.List<java.lang.String> getLabelsList()
repeated string labels = 10;getLabelsList in interface ScannerMessage.ScannerOrBuilderpublic int getLabelsCount()
repeated string labels = 10;getLabelsCount in interface ScannerMessage.ScannerOrBuilderpublic java.lang.String getLabels(int index)
repeated string labels = 10;getLabels in interface ScannerMessage.ScannerOrBuilderpublic com.google.protobuf.ByteString getLabelsBytes(int index)
repeated string labels = 10;getLabelsBytes in interface ScannerMessage.ScannerOrBuilderpublic boolean hasCacheBlocks()
optional bool cacheBlocks = 11;
server side block caching hint
hasCacheBlocks in interface ScannerMessage.ScannerOrBuilderpublic boolean getCacheBlocks()
optional bool cacheBlocks = 11;
server side block caching hint
getCacheBlocks in interface ScannerMessage.ScannerOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic static ScannerMessage.Scanner parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ScannerMessage.Scanner parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ScannerMessage.Scanner parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ScannerMessage.Scanner parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ScannerMessage.Scanner parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ScannerMessage.Scanner parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ScannerMessage.Scanner parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ScannerMessage.Scanner parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ScannerMessage.Scanner.Builder newBuilder()
public ScannerMessage.Scanner.Builder newBuilderForType()
public static ScannerMessage.Scanner.Builder newBuilder(ScannerMessage.Scanner prototype)
public ScannerMessage.Scanner.Builder toBuilder()
protected ScannerMessage.Scanner.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)