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 |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
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 com.google.protobuf.Parser<ScannerMessage.Scanner> |
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; |
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; |
String |
getFilter()
optional string filter = 8; |
com.google.protobuf.ByteString |
getFilterBytes()
optional string filter = 8; |
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; |
List<String> |
getLabelsList()
repeated string labels = 10; |
int |
getMaxVersions()
optional int32 maxVersions = 7; |
com.google.protobuf.Parser<ScannerMessage.Scanner> |
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(InputStream input) |
static ScannerMessage.Scanner |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ScannerMessage.Scanner |
parseFrom(byte[] data) |
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(InputStream input) |
static ScannerMessage.Scanner |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ScannerMessage.Scanner.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<ScannerMessage.Scanner> 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()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<ScannerMessage.Scanner> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasStartRow()
optional bytes startRow = 1;
hasStartRow
in interface ScannerMessage.ScannerOrBuilder
public com.google.protobuf.ByteString getStartRow()
optional bytes startRow = 1;
getStartRow
in interface ScannerMessage.ScannerOrBuilder
public boolean hasEndRow()
optional bytes endRow = 2;
hasEndRow
in interface ScannerMessage.ScannerOrBuilder
public com.google.protobuf.ByteString getEndRow()
optional bytes endRow = 2;
getEndRow
in interface ScannerMessage.ScannerOrBuilder
public List<com.google.protobuf.ByteString> getColumnsList()
repeated bytes columns = 3;
getColumnsList
in interface ScannerMessage.ScannerOrBuilder
public int getColumnsCount()
repeated bytes columns = 3;
getColumnsCount
in interface ScannerMessage.ScannerOrBuilder
public com.google.protobuf.ByteString getColumns(int index)
repeated bytes columns = 3;
getColumns
in interface ScannerMessage.ScannerOrBuilder
public boolean hasBatch()
optional int32 batch = 4;
hasBatch
in interface ScannerMessage.ScannerOrBuilder
public int getBatch()
optional int32 batch = 4;
getBatch
in interface ScannerMessage.ScannerOrBuilder
public boolean hasStartTime()
optional int64 startTime = 5;
hasStartTime
in interface ScannerMessage.ScannerOrBuilder
public long getStartTime()
optional int64 startTime = 5;
getStartTime
in interface ScannerMessage.ScannerOrBuilder
public boolean hasEndTime()
optional int64 endTime = 6;
hasEndTime
in interface ScannerMessage.ScannerOrBuilder
public long getEndTime()
optional int64 endTime = 6;
getEndTime
in interface ScannerMessage.ScannerOrBuilder
public boolean hasMaxVersions()
optional int32 maxVersions = 7;
hasMaxVersions
in interface ScannerMessage.ScannerOrBuilder
public int getMaxVersions()
optional int32 maxVersions = 7;
getMaxVersions
in interface ScannerMessage.ScannerOrBuilder
public boolean hasFilter()
optional string filter = 8;
hasFilter
in interface ScannerMessage.ScannerOrBuilder
public String getFilter()
optional string filter = 8;
getFilter
in interface ScannerMessage.ScannerOrBuilder
public com.google.protobuf.ByteString getFilterBytes()
optional string filter = 8;
getFilterBytes
in interface ScannerMessage.ScannerOrBuilder
public boolean hasCaching()
optional int32 caching = 9;
specifies REST scanner caching
hasCaching
in interface ScannerMessage.ScannerOrBuilder
public int getCaching()
optional int32 caching = 9;
specifies REST scanner caching
getCaching
in interface ScannerMessage.ScannerOrBuilder
public List<String> getLabelsList()
repeated string labels = 10;
getLabelsList
in interface ScannerMessage.ScannerOrBuilder
public int getLabelsCount()
repeated string labels = 10;
getLabelsCount
in interface ScannerMessage.ScannerOrBuilder
public String getLabels(int index)
repeated string labels = 10;
getLabels
in interface ScannerMessage.ScannerOrBuilder
public com.google.protobuf.ByteString getLabelsBytes(int index)
repeated string labels = 10;
getLabelsBytes
in interface ScannerMessage.ScannerOrBuilder
public boolean hasCacheBlocks()
optional bool cacheBlocks = 11;
server side block caching hint
hasCacheBlocks
in interface ScannerMessage.ScannerOrBuilder
public boolean getCacheBlocks()
optional bool cacheBlocks = 11;
server side block caching hint
getCacheBlocks
in interface ScannerMessage.ScannerOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static ScannerMessage.Scanner parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ScannerMessage.Scanner parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ScannerMessage.Scanner parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ScannerMessage.Scanner parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ScannerMessage.Scanner parseFrom(InputStream input) throws IOException
IOException
public static ScannerMessage.Scanner parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ScannerMessage.Scanner parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ScannerMessage.Scanner parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ScannerMessage.Scanner parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ScannerMessage.Scanner parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ScannerMessage.Scanner.Builder newBuilder()
public ScannerMessage.Scanner.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ScannerMessage.Scanner.Builder newBuilder(ScannerMessage.Scanner prototype)
public ScannerMessage.Scanner.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ScannerMessage.Scanner.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.