@Generated(value="proto") public static final class ScannerMessage.Scanner extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 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 |
org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 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 org.apache.hbase.thirdparty.com.google.protobuf.Parser<ScannerMessage.Scanner> |
PARSER
Deprecated.
|
static int |
STARTROW_FIELD_NUMBER |
static int |
STARTTIME_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getBatch()
optional int32 batch = 4; |
boolean |
getCacheBlocks()
server side block caching hint
|
int |
getCaching()
specifies REST scanner caching
|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getColumns(int index)
repeated bytes columns = 3; |
int |
getColumnsCount()
repeated bytes columns = 3; |
List<org.apache.hbase.thirdparty.com.google.protobuf.ByteString> |
getColumnsList()
repeated bytes columns = 3; |
static ScannerMessage.Scanner |
getDefaultInstance() |
ScannerMessage.Scanner |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getEndRow()
optional bytes endRow = 2; |
long |
getEndTime()
optional int64 endTime = 6; |
String |
getFilter()
optional string filter = 8; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getFilterBytes()
optional string filter = 8; |
String |
getLabels(int index)
repeated string labels = 10; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getLabelsBytes(int index)
repeated string labels = 10; |
int |
getLabelsCount()
repeated string labels = 10; |
org.apache.hbase.thirdparty.com.google.protobuf.ProtocolStringList |
getLabelsList()
repeated string labels = 10; |
int |
getMaxVersions()
optional int32 maxVersions = 7; |
org.apache.hbase.thirdparty.com.google.protobuf.Parser<ScannerMessage.Scanner> |
getParserForType() |
int |
getSerializedSize() |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getStartRow()
optional bytes startRow = 1; |
long |
getStartTime()
optional int64 startTime = 5; |
boolean |
hasBatch()
optional int32 batch = 4; |
boolean |
hasCacheBlocks()
server side block caching hint
|
boolean |
hasCaching()
specifies REST scanner caching
|
boolean |
hasEndRow()
optional bytes endRow = 2; |
boolean |
hasEndTime()
optional int64 endTime = 6; |
boolean |
hasFilter()
optional string filter = 8; |
int |
hashCode() |
boolean |
hasMaxVersions()
optional int32 maxVersions = 7; |
boolean |
hasStartRow()
optional bytes startRow = 1; |
boolean |
hasStartTime()
optional int64 startTime = 5; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.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(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ScannerMessage.Scanner |
parseDelimitedFrom(InputStream input) |
static ScannerMessage.Scanner |
parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ScannerMessage.Scanner |
parseFrom(byte[] data) |
static ScannerMessage.Scanner |
parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ScannerMessage.Scanner |
parseFrom(ByteBuffer data) |
static ScannerMessage.Scanner |
parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ScannerMessage.Scanner |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static ScannerMessage.Scanner |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ScannerMessage.Scanner |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static ScannerMessage.Scanner |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ScannerMessage.Scanner |
parseFrom(InputStream input) |
static ScannerMessage.Scanner |
parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ScannerMessage.Scanner> |
parser() |
ScannerMessage.Scanner.Builder |
toBuilder() |
void |
writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic 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
@Deprecated public static final org.apache.hbase.thirdparty.com.google.protobuf.Parser<ScannerMessage.Scanner> PARSER
protected Object newInstance(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean hasStartRow()
optional bytes startRow = 1;hasStartRow in interface ScannerMessage.ScannerOrBuilderpublic org.apache.hbase.thirdparty.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 org.apache.hbase.thirdparty.com.google.protobuf.ByteString getEndRow()
optional bytes endRow = 2;getEndRow in interface ScannerMessage.ScannerOrBuilderpublic List<org.apache.hbase.thirdparty.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 org.apache.hbase.thirdparty.com.google.protobuf.ByteString getColumns(int index)
repeated bytes columns = 3;getColumns in interface ScannerMessage.ScannerOrBuilderindex - The index of the element to return.public 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 String getFilter()
optional string filter = 8;getFilter in interface ScannerMessage.ScannerOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getFilterBytes()
optional string filter = 8;getFilterBytes in interface ScannerMessage.ScannerOrBuilderpublic boolean hasCaching()
specifies REST scanner caching
optional int32 caching = 9;hasCaching in interface ScannerMessage.ScannerOrBuilderpublic int getCaching()
specifies REST scanner caching
optional int32 caching = 9;getCaching in interface ScannerMessage.ScannerOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ProtocolStringList getLabelsList()
repeated string labels = 10;getLabelsList in interface ScannerMessage.ScannerOrBuilderpublic int getLabelsCount()
repeated string labels = 10;getLabelsCount in interface ScannerMessage.ScannerOrBuilderpublic String getLabels(int index)
repeated string labels = 10;getLabels in interface ScannerMessage.ScannerOrBuilderindex - The index of the element to return.public org.apache.hbase.thirdparty.com.google.protobuf.ByteString getLabelsBytes(int index)
repeated string labels = 10;getLabelsBytes in interface ScannerMessage.ScannerOrBuilderindex - The index of the value to return.public boolean hasCacheBlocks()
server side block caching hint
optional bool cacheBlocks = 11;hasCacheBlocks in interface ScannerMessage.ScannerOrBuilderpublic boolean getCacheBlocks()
server side block caching hint
optional bool cacheBlocks = 11;getCacheBlocks in interface ScannerMessage.ScannerOrBuilderpublic final boolean isInitialized()
isInitialized in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public void writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitewriteTo in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetSerializedSize in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface org.apache.hbase.thirdparty.com.google.protobuf.Messageequals in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagehashCode in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic static ScannerMessage.Scanner parseFrom(ByteBuffer data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ScannerMessage.Scanner parseFrom(ByteBuffer data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ScannerMessage.Scanner parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ScannerMessage.Scanner parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ScannerMessage.Scanner parseFrom(byte[] data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ScannerMessage.Scanner parseFrom(byte[] data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ScannerMessage.Scanner parseFrom(InputStream input) throws IOException
IOExceptionpublic static ScannerMessage.Scanner parseFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ScannerMessage.Scanner parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ScannerMessage.Scanner parseDelimitedFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ScannerMessage.Scanner parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ScannerMessage.Scanner parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ScannerMessage.Scanner.Builder newBuilderForType()
newBuilderForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagenewBuilderForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitepublic static ScannerMessage.Scanner.Builder newBuilder()
public static ScannerMessage.Scanner.Builder newBuilder(ScannerMessage.Scanner prototype)
public ScannerMessage.Scanner.Builder toBuilder()
toBuilder in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagetoBuilder in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteprotected ScannerMessage.Scanner.Builder newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static ScannerMessage.Scanner getDefaultInstance()
public static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ScannerMessage.Scanner> parser()
public org.apache.hbase.thirdparty.com.google.protobuf.Parser<ScannerMessage.Scanner> getParserForType()
getParserForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagegetParserForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetParserForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public ScannerMessage.Scanner getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.