com.aliyun.openservices.ots.protocol
类 OtsProtocol.GetRowsByRangeRequest

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

public static final class OtsProtocol.GetRowsByRangeRequest
extends com.google.protobuf.GeneratedMessage
implements OtsProtocol.GetRowsByRangeRequestOrBuilder

另请参见:
序列化表格

嵌套类摘要
static class OtsProtocol.GetRowsByRangeRequest.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 COLUMN_NAMES_FIELD_NUMBER
           
static int IS_REVERSE_FIELD_NUMBER
           
static int LIMIT_FIELD_NUMBER
           
static int NEXT_TOKEN_FIELD_NUMBER
           
static int PRIMARY_KEY_PREFIX_FIELD_NUMBER
           
static int RANGE_BEGIN_FIELD_NUMBER
           
static int RANGE_END_FIELD_NUMBER
           
static int RANGE_KEY_NAME_FIELD_NUMBER
           
static int TABLE_NAME_FIELD_NUMBER
           
static int TRANSACTION_ID_FIELD_NUMBER
           
 
从类 com.google.protobuf.GeneratedMessage 继承的字段
alwaysUseFieldBuilders
 
方法摘要
 String getColumnNames(int index)
           
 int getColumnNamesCount()
           
 List<String> getColumnNamesList()
           
static OtsProtocol.GetRowsByRangeRequest getDefaultInstance()
           
 OtsProtocol.GetRowsByRangeRequest getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 boolean getIsReverse()
           
 int getLimit()
           
 String getNextToken()
           
 OtsProtocol.Column getPrimaryKeyPrefix(int index)
           
 int getPrimaryKeyPrefixCount()
           
 List<OtsProtocol.Column> getPrimaryKeyPrefixList()
           
 OtsProtocol.ColumnOrBuilder getPrimaryKeyPrefixOrBuilder(int index)
           
 List<? extends OtsProtocol.ColumnOrBuilder> getPrimaryKeyPrefixOrBuilderList()
           
 OtsProtocol.ColumnValue getRangeBegin()
           
 OtsProtocol.ColumnValueOrBuilder getRangeBeginOrBuilder()
           
 OtsProtocol.ColumnValue getRangeEnd()
           
 OtsProtocol.ColumnValueOrBuilder getRangeEndOrBuilder()
           
 String getRangeKeyName()
           
 int getSerializedSize()
           
 String getTableName()
           
 String getTransactionId()
           
 boolean hasIsReverse()
           
 boolean hasLimit()
           
 boolean hasNextToken()
           
 boolean hasRangeBegin()
           
 boolean hasRangeEnd()
           
 boolean hasRangeKeyName()
           
 boolean hasTableName()
           
 boolean hasTransactionId()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static OtsProtocol.GetRowsByRangeRequest.Builder newBuilder()
           
static OtsProtocol.GetRowsByRangeRequest.Builder newBuilder(OtsProtocol.GetRowsByRangeRequest prototype)
           
 OtsProtocol.GetRowsByRangeRequest.Builder newBuilderForType()
           
protected  OtsProtocol.GetRowsByRangeRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static OtsProtocol.GetRowsByRangeRequest parseDelimitedFrom(InputStream input)
           
static OtsProtocol.GetRowsByRangeRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OtsProtocol.GetRowsByRangeRequest parseFrom(byte[] data)
           
static OtsProtocol.GetRowsByRangeRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OtsProtocol.GetRowsByRangeRequest parseFrom(com.google.protobuf.ByteString data)
           
static OtsProtocol.GetRowsByRangeRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OtsProtocol.GetRowsByRangeRequest parseFrom(com.google.protobuf.CodedInputStream input)
           
static OtsProtocol.GetRowsByRangeRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OtsProtocol.GetRowsByRangeRequest parseFrom(InputStream input)
           
static OtsProtocol.GetRowsByRangeRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 OtsProtocol.GetRowsByRangeRequest.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
另请参见:
常量字段值

PRIMARY_KEY_PREFIX_FIELD_NUMBER

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

RANGE_KEY_NAME_FIELD_NUMBER

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

RANGE_BEGIN_FIELD_NUMBER

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

RANGE_END_FIELD_NUMBER

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

COLUMN_NAMES_FIELD_NUMBER

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

IS_REVERSE_FIELD_NUMBER

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

LIMIT_FIELD_NUMBER

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

NEXT_TOKEN_FIELD_NUMBER

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

TRANSACTION_ID_FIELD_NUMBER

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

getDefaultInstance

public static OtsProtocol.GetRowsByRangeRequest getDefaultInstance()

getDefaultInstanceForType

public OtsProtocol.GetRowsByRangeRequest 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()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 hasTableName

getTableName

public String getTableName()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 getTableName

getPrimaryKeyPrefixList

public List<OtsProtocol.Column> getPrimaryKeyPrefixList()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 getPrimaryKeyPrefixList

getPrimaryKeyPrefixOrBuilderList

public List<? extends OtsProtocol.ColumnOrBuilder> getPrimaryKeyPrefixOrBuilderList()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 getPrimaryKeyPrefixOrBuilderList

getPrimaryKeyPrefixCount

public int getPrimaryKeyPrefixCount()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 getPrimaryKeyPrefixCount

getPrimaryKeyPrefix

public OtsProtocol.Column getPrimaryKeyPrefix(int index)
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 getPrimaryKeyPrefix

getPrimaryKeyPrefixOrBuilder

public OtsProtocol.ColumnOrBuilder getPrimaryKeyPrefixOrBuilder(int index)
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 getPrimaryKeyPrefixOrBuilder

hasRangeKeyName

public boolean hasRangeKeyName()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 hasRangeKeyName

getRangeKeyName

public String getRangeKeyName()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 getRangeKeyName

hasRangeBegin

public boolean hasRangeBegin()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 hasRangeBegin

getRangeBegin

public OtsProtocol.ColumnValue getRangeBegin()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 getRangeBegin

getRangeBeginOrBuilder

public OtsProtocol.ColumnValueOrBuilder getRangeBeginOrBuilder()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 getRangeBeginOrBuilder

hasRangeEnd

public boolean hasRangeEnd()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 hasRangeEnd

getRangeEnd

public OtsProtocol.ColumnValue getRangeEnd()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 getRangeEnd

getRangeEndOrBuilder

public OtsProtocol.ColumnValueOrBuilder getRangeEndOrBuilder()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 getRangeEndOrBuilder

getColumnNamesList

public List<String> getColumnNamesList()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 getColumnNamesList

getColumnNamesCount

public int getColumnNamesCount()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 getColumnNamesCount

getColumnNames

public String getColumnNames(int index)
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 getColumnNames

hasIsReverse

public boolean hasIsReverse()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 hasIsReverse

getIsReverse

public boolean getIsReverse()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 getIsReverse

hasLimit

public boolean hasLimit()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 hasLimit

getLimit

public int getLimit()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 getLimit

hasNextToken

public boolean hasNextToken()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 hasNextToken

getNextToken

public String getNextToken()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 getNextToken

hasTransactionId

public boolean hasTransactionId()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 hasTransactionId

getTransactionId

public String getTransactionId()
指定者:
接口 OtsProtocol.GetRowsByRangeRequestOrBuilder 中的 getTransactionId

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 OtsProtocol.GetRowsByRangeRequest parseFrom(com.google.protobuf.ByteString data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
抛出:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseFrom

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

parseFrom

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

parseFrom

public static OtsProtocol.GetRowsByRangeRequest parseFrom(InputStream input)
                                                   throws IOException
抛出:
IOException

parseFrom

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

parseDelimitedFrom

public static OtsProtocol.GetRowsByRangeRequest parseDelimitedFrom(InputStream input)
                                                            throws IOException
抛出:
IOException

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static OtsProtocol.GetRowsByRangeRequest.Builder newBuilder()

newBuilderForType

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

newBuilder

public static OtsProtocol.GetRowsByRangeRequest.Builder newBuilder(OtsProtocol.GetRowsByRangeRequest prototype)

toBuilder

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

newBuilderForType

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


Copyright © 2013. All Rights Reserved.