com.aliyun.openservices.ots.protocol
类 OtsProtocol2.GetRangeRequest

java.lang.Object
  继承者 com.google.protobuf.AbstractMessageLite
      继承者 com.google.protobuf.AbstractMessage
          继承者 com.google.protobuf.GeneratedMessage
              继承者 com.aliyun.openservices.ots.protocol.OtsProtocol2.GetRangeRequest
所有已实现的接口:
OtsProtocol2.GetRangeRequestOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
包容类:
OtsProtocol2

public static final class OtsProtocol2.GetRangeRequest
extends com.google.protobuf.GeneratedMessage
implements OtsProtocol2.GetRangeRequestOrBuilder

另请参见:
序列化表格

嵌套类摘要
static class OtsProtocol2.GetRangeRequest.Builder
           
 
从类 com.google.protobuf.GeneratedMessage 继承的嵌套类/接口
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>
 
字段摘要
static int COLUMNS_TO_GET_FIELD_NUMBER
           
static int DIRECTION_FIELD_NUMBER
           
static int EXCLUSIVE_END_PRIMARY_KEY_FIELD_NUMBER
           
static int INCLUSIVE_START_PRIMARY_KEY_FIELD_NUMBER
           
static int LIMIT_FIELD_NUMBER
           
static int TABLE_NAME_FIELD_NUMBER
           
 
从类 com.google.protobuf.GeneratedMessage 继承的字段
alwaysUseFieldBuilders
 
方法摘要
 String getColumnsToGet(int index)
           
 int getColumnsToGetCount()
           
 List<String> getColumnsToGetList()
           
static OtsProtocol2.GetRangeRequest getDefaultInstance()
           
 OtsProtocol2.GetRangeRequest getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 OtsProtocol2.Direction getDirection()
           
 OtsProtocol2.Column getExclusiveEndPrimaryKey(int index)
           
 int getExclusiveEndPrimaryKeyCount()
           
 List<OtsProtocol2.Column> getExclusiveEndPrimaryKeyList()
           
 OtsProtocol2.ColumnOrBuilder getExclusiveEndPrimaryKeyOrBuilder(int index)
           
 List<? extends OtsProtocol2.ColumnOrBuilder> getExclusiveEndPrimaryKeyOrBuilderList()
           
 OtsProtocol2.Column getInclusiveStartPrimaryKey(int index)
           
 int getInclusiveStartPrimaryKeyCount()
           
 List<OtsProtocol2.Column> getInclusiveStartPrimaryKeyList()
           
 OtsProtocol2.ColumnOrBuilder getInclusiveStartPrimaryKeyOrBuilder(int index)
           
 List<? extends OtsProtocol2.ColumnOrBuilder> getInclusiveStartPrimaryKeyOrBuilderList()
           
 int getLimit()
           
 int getSerializedSize()
           
 String getTableName()
           
 boolean hasDirection()
           
 boolean hasLimit()
           
 boolean hasTableName()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static OtsProtocol2.GetRangeRequest.Builder newBuilder()
           
static OtsProtocol2.GetRangeRequest.Builder newBuilder(OtsProtocol2.GetRangeRequest prototype)
           
 OtsProtocol2.GetRangeRequest.Builder newBuilderForType()
           
protected  OtsProtocol2.GetRangeRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static OtsProtocol2.GetRangeRequest parseDelimitedFrom(InputStream input)
           
static OtsProtocol2.GetRangeRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OtsProtocol2.GetRangeRequest parseFrom(byte[] data)
           
static OtsProtocol2.GetRangeRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OtsProtocol2.GetRangeRequest parseFrom(com.google.protobuf.ByteString data)
           
static OtsProtocol2.GetRangeRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OtsProtocol2.GetRangeRequest parseFrom(com.google.protobuf.CodedInputStream input)
           
static OtsProtocol2.GetRangeRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OtsProtocol2.GetRangeRequest parseFrom(InputStream input)
           
static OtsProtocol2.GetRangeRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 OtsProtocol2.GetRangeRequest.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
从类 com.google.protobuf.GeneratedMessage 继承的方法
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension
 
从类 com.google.protobuf.AbstractMessage 继承的方法
equals, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
 
从类 com.google.protobuf.AbstractMessageLite 继承的方法
toByteArray, toByteString, writeDelimitedTo, writeTo
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
从接口 com.google.protobuf.MessageOrBuilder 继承的方法
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
从接口 com.google.protobuf.MessageLite 继承的方法
toByteArray, toByteString, writeDelimitedTo, writeTo
 

字段详细信息

TABLE_NAME_FIELD_NUMBER

public static final int TABLE_NAME_FIELD_NUMBER
另请参见:
常量字段值

DIRECTION_FIELD_NUMBER

public static final int DIRECTION_FIELD_NUMBER
另请参见:
常量字段值

COLUMNS_TO_GET_FIELD_NUMBER

public static final int COLUMNS_TO_GET_FIELD_NUMBER
另请参见:
常量字段值

LIMIT_FIELD_NUMBER

public static final int LIMIT_FIELD_NUMBER
另请参见:
常量字段值

INCLUSIVE_START_PRIMARY_KEY_FIELD_NUMBER

public static final int INCLUSIVE_START_PRIMARY_KEY_FIELD_NUMBER
另请参见:
常量字段值

EXCLUSIVE_END_PRIMARY_KEY_FIELD_NUMBER

public static final int EXCLUSIVE_END_PRIMARY_KEY_FIELD_NUMBER
另请参见:
常量字段值
方法详细信息

getDefaultInstance

public static OtsProtocol2.GetRangeRequest getDefaultInstance()

getDefaultInstanceForType

public OtsProtocol2.GetRangeRequest getDefaultInstanceForType()
指定者:
接口 com.google.protobuf.MessageLiteOrBuilder 中的 getDefaultInstanceForType
指定者:
接口 com.google.protobuf.MessageOrBuilder 中的 getDefaultInstanceForType

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
指定者:
com.google.protobuf.GeneratedMessage 中的 internalGetFieldAccessorTable

hasTableName

public boolean hasTableName()
指定者:
接口 OtsProtocol2.GetRangeRequestOrBuilder 中的 hasTableName

getTableName

public String getTableName()
指定者:
接口 OtsProtocol2.GetRangeRequestOrBuilder 中的 getTableName

hasDirection

public boolean hasDirection()
指定者:
接口 OtsProtocol2.GetRangeRequestOrBuilder 中的 hasDirection

getDirection

public OtsProtocol2.Direction getDirection()
指定者:
接口 OtsProtocol2.GetRangeRequestOrBuilder 中的 getDirection

getColumnsToGetList

public List<String> getColumnsToGetList()
指定者:
接口 OtsProtocol2.GetRangeRequestOrBuilder 中的 getColumnsToGetList

getColumnsToGetCount

public int getColumnsToGetCount()
指定者:
接口 OtsProtocol2.GetRangeRequestOrBuilder 中的 getColumnsToGetCount

getColumnsToGet

public String getColumnsToGet(int index)
指定者:
接口 OtsProtocol2.GetRangeRequestOrBuilder 中的 getColumnsToGet

hasLimit

public boolean hasLimit()
指定者:
接口 OtsProtocol2.GetRangeRequestOrBuilder 中的 hasLimit

getLimit

public int getLimit()
指定者:
接口 OtsProtocol2.GetRangeRequestOrBuilder 中的 getLimit

getInclusiveStartPrimaryKeyList

public List<OtsProtocol2.Column> getInclusiveStartPrimaryKeyList()
指定者:
接口 OtsProtocol2.GetRangeRequestOrBuilder 中的 getInclusiveStartPrimaryKeyList

getInclusiveStartPrimaryKeyOrBuilderList

public List<? extends OtsProtocol2.ColumnOrBuilder> getInclusiveStartPrimaryKeyOrBuilderList()
指定者:
接口 OtsProtocol2.GetRangeRequestOrBuilder 中的 getInclusiveStartPrimaryKeyOrBuilderList

getInclusiveStartPrimaryKeyCount

public int getInclusiveStartPrimaryKeyCount()
指定者:
接口 OtsProtocol2.GetRangeRequestOrBuilder 中的 getInclusiveStartPrimaryKeyCount

getInclusiveStartPrimaryKey

public OtsProtocol2.Column getInclusiveStartPrimaryKey(int index)
指定者:
接口 OtsProtocol2.GetRangeRequestOrBuilder 中的 getInclusiveStartPrimaryKey

getInclusiveStartPrimaryKeyOrBuilder

public OtsProtocol2.ColumnOrBuilder getInclusiveStartPrimaryKeyOrBuilder(int index)
指定者:
接口 OtsProtocol2.GetRangeRequestOrBuilder 中的 getInclusiveStartPrimaryKeyOrBuilder

getExclusiveEndPrimaryKeyList

public List<OtsProtocol2.Column> getExclusiveEndPrimaryKeyList()
指定者:
接口 OtsProtocol2.GetRangeRequestOrBuilder 中的 getExclusiveEndPrimaryKeyList

getExclusiveEndPrimaryKeyOrBuilderList

public List<? extends OtsProtocol2.ColumnOrBuilder> getExclusiveEndPrimaryKeyOrBuilderList()
指定者:
接口 OtsProtocol2.GetRangeRequestOrBuilder 中的 getExclusiveEndPrimaryKeyOrBuilderList

getExclusiveEndPrimaryKeyCount

public int getExclusiveEndPrimaryKeyCount()
指定者:
接口 OtsProtocol2.GetRangeRequestOrBuilder 中的 getExclusiveEndPrimaryKeyCount

getExclusiveEndPrimaryKey

public OtsProtocol2.Column getExclusiveEndPrimaryKey(int index)
指定者:
接口 OtsProtocol2.GetRangeRequestOrBuilder 中的 getExclusiveEndPrimaryKey

getExclusiveEndPrimaryKeyOrBuilder

public OtsProtocol2.ColumnOrBuilder getExclusiveEndPrimaryKeyOrBuilder(int index)
指定者:
接口 OtsProtocol2.GetRangeRequestOrBuilder 中的 getExclusiveEndPrimaryKeyOrBuilder

isInitialized

public final boolean isInitialized()
指定者:
接口 com.google.protobuf.MessageLiteOrBuilder 中的 isInitialized
覆盖:
com.google.protobuf.GeneratedMessage 中的 isInitialized

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
指定者:
接口 com.google.protobuf.MessageLite 中的 writeTo
覆盖:
com.google.protobuf.AbstractMessage 中的 writeTo
抛出:
IOException

getSerializedSize

public int getSerializedSize()
指定者:
接口 com.google.protobuf.MessageLite 中的 getSerializedSize
覆盖:
com.google.protobuf.AbstractMessage 中的 getSerializedSize

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
覆盖:
com.google.protobuf.GeneratedMessage 中的 writeReplace
抛出:
ObjectStreamException

parseFrom

public static OtsProtocol2.GetRangeRequest parseFrom(com.google.protobuf.ByteString data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
抛出:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static OtsProtocol2.GetRangeRequest parseFrom(com.google.protobuf.ByteString data,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws com.google.protobuf.InvalidProtocolBufferException
抛出:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static OtsProtocol2.GetRangeRequest parseFrom(byte[] data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
抛出:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static OtsProtocol2.GetRangeRequest parseFrom(byte[] data,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws com.google.protobuf.InvalidProtocolBufferException
抛出:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static OtsProtocol2.GetRangeRequest parseFrom(InputStream input)
                                              throws IOException
抛出:
IOException

parseFrom

public static OtsProtocol2.GetRangeRequest parseFrom(InputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws IOException
抛出:
IOException

parseDelimitedFrom

public static OtsProtocol2.GetRangeRequest parseDelimitedFrom(InputStream input)
                                                       throws IOException
抛出:
IOException

parseDelimitedFrom

public static OtsProtocol2.GetRangeRequest parseDelimitedFrom(InputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws IOException
抛出:
IOException

parseFrom

public static OtsProtocol2.GetRangeRequest parseFrom(com.google.protobuf.CodedInputStream input)
                                              throws IOException
抛出:
IOException

parseFrom

public static OtsProtocol2.GetRangeRequest parseFrom(com.google.protobuf.CodedInputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws IOException
抛出:
IOException

newBuilder

public static OtsProtocol2.GetRangeRequest.Builder newBuilder()

newBuilderForType

public OtsProtocol2.GetRangeRequest.Builder newBuilderForType()
指定者:
接口 com.google.protobuf.Message 中的 newBuilderForType
指定者:
接口 com.google.protobuf.MessageLite 中的 newBuilderForType

newBuilder

public static OtsProtocol2.GetRangeRequest.Builder newBuilder(OtsProtocol2.GetRangeRequest prototype)

toBuilder

public OtsProtocol2.GetRangeRequest.Builder toBuilder()
指定者:
接口 com.google.protobuf.Message 中的 toBuilder
指定者:
接口 com.google.protobuf.MessageLite 中的 toBuilder

newBuilderForType

protected OtsProtocol2.GetRangeRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
指定者:
com.google.protobuf.GeneratedMessage 中的 newBuilderForType


Copyright © 2014. All Rights Reserved.