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

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

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


方法摘要
 OtsProtocol.GetRowsByRangeRequest.Builder addAllColumnNames(Iterable<String> values)
           
 OtsProtocol.GetRowsByRangeRequest.Builder addAllPrimaryKeyPrefix(Iterable<? extends OtsProtocol.Column> values)
           
 OtsProtocol.GetRowsByRangeRequest.Builder addColumnNames(String value)
           
 OtsProtocol.GetRowsByRangeRequest.Builder addPrimaryKeyPrefix(int index, OtsProtocol.Column.Builder builderForValue)
           
 OtsProtocol.GetRowsByRangeRequest.Builder addPrimaryKeyPrefix(int index, OtsProtocol.Column value)
           
 OtsProtocol.GetRowsByRangeRequest.Builder addPrimaryKeyPrefix(OtsProtocol.Column.Builder builderForValue)
           
 OtsProtocol.GetRowsByRangeRequest.Builder addPrimaryKeyPrefix(OtsProtocol.Column value)
           
 OtsProtocol.Column.Builder addPrimaryKeyPrefixBuilder()
           
 OtsProtocol.Column.Builder addPrimaryKeyPrefixBuilder(int index)
           
 OtsProtocol.GetRowsByRangeRequest build()
           
 OtsProtocol.GetRowsByRangeRequest buildPartial()
           
 OtsProtocol.GetRowsByRangeRequest.Builder clear()
           
 OtsProtocol.GetRowsByRangeRequest.Builder clearColumnNames()
           
 OtsProtocol.GetRowsByRangeRequest.Builder clearIsReverse()
           
 OtsProtocol.GetRowsByRangeRequest.Builder clearLimit()
           
 OtsProtocol.GetRowsByRangeRequest.Builder clearNextToken()
           
 OtsProtocol.GetRowsByRangeRequest.Builder clearPrimaryKeyPrefix()
           
 OtsProtocol.GetRowsByRangeRequest.Builder clearRangeBegin()
           
 OtsProtocol.GetRowsByRangeRequest.Builder clearRangeEnd()
           
 OtsProtocol.GetRowsByRangeRequest.Builder clearRangeKeyName()
           
 OtsProtocol.GetRowsByRangeRequest.Builder clearTableName()
           
 OtsProtocol.GetRowsByRangeRequest.Builder clearTransactionId()
           
 OtsProtocol.GetRowsByRangeRequest.Builder clone()
           
 String getColumnNames(int index)
           
 int getColumnNamesCount()
           
 List<String> getColumnNamesList()
           
 OtsProtocol.GetRowsByRangeRequest getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 boolean getIsReverse()
           
 int getLimit()
           
 String getNextToken()
           
 OtsProtocol.Column getPrimaryKeyPrefix(int index)
           
 OtsProtocol.Column.Builder getPrimaryKeyPrefixBuilder(int index)
           
 List<OtsProtocol.Column.Builder> getPrimaryKeyPrefixBuilderList()
           
 int getPrimaryKeyPrefixCount()
           
 List<OtsProtocol.Column> getPrimaryKeyPrefixList()
           
 OtsProtocol.ColumnOrBuilder getPrimaryKeyPrefixOrBuilder(int index)
           
 List<? extends OtsProtocol.ColumnOrBuilder> getPrimaryKeyPrefixOrBuilderList()
           
 OtsProtocol.ColumnValue getRangeBegin()
           
 OtsProtocol.ColumnValue.Builder getRangeBeginBuilder()
           
 OtsProtocol.ColumnValueOrBuilder getRangeBeginOrBuilder()
           
 OtsProtocol.ColumnValue getRangeEnd()
           
 OtsProtocol.ColumnValue.Builder getRangeEndBuilder()
           
 OtsProtocol.ColumnValueOrBuilder getRangeEndOrBuilder()
           
 String getRangeKeyName()
           
 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()
           
 OtsProtocol.GetRowsByRangeRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 OtsProtocol.GetRowsByRangeRequest.Builder mergeFrom(com.google.protobuf.Message other)
           
 OtsProtocol.GetRowsByRangeRequest.Builder mergeFrom(OtsProtocol.GetRowsByRangeRequest other)
           
 OtsProtocol.GetRowsByRangeRequest.Builder mergeRangeBegin(OtsProtocol.ColumnValue value)
           
 OtsProtocol.GetRowsByRangeRequest.Builder mergeRangeEnd(OtsProtocol.ColumnValue value)
           
 OtsProtocol.GetRowsByRangeRequest.Builder removePrimaryKeyPrefix(int index)
           
 OtsProtocol.GetRowsByRangeRequest.Builder setColumnNames(int index, String value)
           
 OtsProtocol.GetRowsByRangeRequest.Builder setIsReverse(boolean value)
           
 OtsProtocol.GetRowsByRangeRequest.Builder setLimit(int value)
           
 OtsProtocol.GetRowsByRangeRequest.Builder setNextToken(String value)
           
 OtsProtocol.GetRowsByRangeRequest.Builder setPrimaryKeyPrefix(int index, OtsProtocol.Column.Builder builderForValue)
           
 OtsProtocol.GetRowsByRangeRequest.Builder setPrimaryKeyPrefix(int index, OtsProtocol.Column value)
           
 OtsProtocol.GetRowsByRangeRequest.Builder setRangeBegin(OtsProtocol.ColumnValue.Builder builderForValue)
           
 OtsProtocol.GetRowsByRangeRequest.Builder setRangeBegin(OtsProtocol.ColumnValue value)
           
 OtsProtocol.GetRowsByRangeRequest.Builder setRangeEnd(OtsProtocol.ColumnValue.Builder builderForValue)
           
 OtsProtocol.GetRowsByRangeRequest.Builder setRangeEnd(OtsProtocol.ColumnValue value)
           
 OtsProtocol.GetRowsByRangeRequest.Builder setRangeKeyName(String value)
           
 OtsProtocol.GetRowsByRangeRequest.Builder setTableName(String value)
           
 OtsProtocol.GetRowsByRangeRequest.Builder setTransactionId(String value)
           
 
从类 com.google.protobuf.GeneratedMessage.Builder 继承的方法
addRepeatedField, clearField, getAllFields, getField, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
从类 com.google.protobuf.AbstractMessage.Builder 继承的方法
mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
从类 com.google.protobuf.AbstractMessageLite.Builder 继承的方法
addAll, newUninitializedMessageException
 
从类 java.lang.Object 继承的方法
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 com.google.protobuf.MessageOrBuilder 继承的方法
getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

方法详细信息

getDescriptor

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

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
指定者:
com.google.protobuf.GeneratedMessage.Builder<OtsProtocol.GetRowsByRangeRequest.Builder> 中的 internalGetFieldAccessorTable

clear

public OtsProtocol.GetRowsByRangeRequest.Builder clear()
指定者:
接口 com.google.protobuf.Message.Builder 中的 clear
指定者:
接口 com.google.protobuf.MessageLite.Builder 中的 clear
覆盖:
com.google.protobuf.GeneratedMessage.Builder<OtsProtocol.GetRowsByRangeRequest.Builder> 中的 clear

clone

public OtsProtocol.GetRowsByRangeRequest.Builder clone()
指定者:
接口 com.google.protobuf.Message.Builder 中的 clone
指定者:
接口 com.google.protobuf.MessageLite.Builder 中的 clone
覆盖:
com.google.protobuf.GeneratedMessage.Builder<OtsProtocol.GetRowsByRangeRequest.Builder> 中的 clone

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
指定者:
接口 com.google.protobuf.Message.Builder 中的 getDescriptorForType
指定者:
接口 com.google.protobuf.MessageOrBuilder 中的 getDescriptorForType
覆盖:
com.google.protobuf.GeneratedMessage.Builder<OtsProtocol.GetRowsByRangeRequest.Builder> 中的 getDescriptorForType

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

public OtsProtocol.GetRowsByRangeRequest.Builder mergeFrom(com.google.protobuf.Message other)
指定者:
接口 com.google.protobuf.Message.Builder 中的 mergeFrom
覆盖:
com.google.protobuf.AbstractMessage.Builder<OtsProtocol.GetRowsByRangeRequest.Builder> 中的 mergeFrom

mergeFrom

public OtsProtocol.GetRowsByRangeRequest.Builder mergeFrom(OtsProtocol.GetRowsByRangeRequest other)

isInitialized

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

mergeFrom

public OtsProtocol.GetRowsByRangeRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws IOException
指定者:
接口 com.google.protobuf.Message.Builder 中的 mergeFrom
指定者:
接口 com.google.protobuf.MessageLite.Builder 中的 mergeFrom
覆盖:
com.google.protobuf.AbstractMessage.Builder<OtsProtocol.GetRowsByRangeRequest.Builder> 中的 mergeFrom
抛出:
IOException

hasTableName

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

getTableName

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

setTableName

public OtsProtocol.GetRowsByRangeRequest.Builder setTableName(String value)

clearTableName

public OtsProtocol.GetRowsByRangeRequest.Builder clearTableName()

getPrimaryKeyPrefixList

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

getPrimaryKeyPrefixCount

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

getPrimaryKeyPrefix

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

setPrimaryKeyPrefix

public OtsProtocol.GetRowsByRangeRequest.Builder setPrimaryKeyPrefix(int index,
                                                                     OtsProtocol.Column value)

setPrimaryKeyPrefix

public OtsProtocol.GetRowsByRangeRequest.Builder setPrimaryKeyPrefix(int index,
                                                                     OtsProtocol.Column.Builder builderForValue)

addPrimaryKeyPrefix

public OtsProtocol.GetRowsByRangeRequest.Builder addPrimaryKeyPrefix(OtsProtocol.Column value)

addPrimaryKeyPrefix

public OtsProtocol.GetRowsByRangeRequest.Builder addPrimaryKeyPrefix(int index,
                                                                     OtsProtocol.Column value)

addPrimaryKeyPrefix

public OtsProtocol.GetRowsByRangeRequest.Builder addPrimaryKeyPrefix(OtsProtocol.Column.Builder builderForValue)

addPrimaryKeyPrefix

public OtsProtocol.GetRowsByRangeRequest.Builder addPrimaryKeyPrefix(int index,
                                                                     OtsProtocol.Column.Builder builderForValue)

addAllPrimaryKeyPrefix

public OtsProtocol.GetRowsByRangeRequest.Builder addAllPrimaryKeyPrefix(Iterable<? extends OtsProtocol.Column> values)

clearPrimaryKeyPrefix

public OtsProtocol.GetRowsByRangeRequest.Builder clearPrimaryKeyPrefix()

removePrimaryKeyPrefix

public OtsProtocol.GetRowsByRangeRequest.Builder removePrimaryKeyPrefix(int index)

getPrimaryKeyPrefixBuilder

public OtsProtocol.Column.Builder getPrimaryKeyPrefixBuilder(int index)

getPrimaryKeyPrefixOrBuilder

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

getPrimaryKeyPrefixOrBuilderList

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

addPrimaryKeyPrefixBuilder

public OtsProtocol.Column.Builder addPrimaryKeyPrefixBuilder()

addPrimaryKeyPrefixBuilder

public OtsProtocol.Column.Builder addPrimaryKeyPrefixBuilder(int index)

getPrimaryKeyPrefixBuilderList

public List<OtsProtocol.Column.Builder> getPrimaryKeyPrefixBuilderList()

hasRangeKeyName

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

getRangeKeyName

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

setRangeKeyName

public OtsProtocol.GetRowsByRangeRequest.Builder setRangeKeyName(String value)

clearRangeKeyName

public OtsProtocol.GetRowsByRangeRequest.Builder clearRangeKeyName()

hasRangeBegin

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

getRangeBegin

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

setRangeBegin

public OtsProtocol.GetRowsByRangeRequest.Builder setRangeBegin(OtsProtocol.ColumnValue value)

setRangeBegin

public OtsProtocol.GetRowsByRangeRequest.Builder setRangeBegin(OtsProtocol.ColumnValue.Builder builderForValue)

mergeRangeBegin

public OtsProtocol.GetRowsByRangeRequest.Builder mergeRangeBegin(OtsProtocol.ColumnValue value)

clearRangeBegin

public OtsProtocol.GetRowsByRangeRequest.Builder clearRangeBegin()

getRangeBeginBuilder

public OtsProtocol.ColumnValue.Builder getRangeBeginBuilder()

getRangeBeginOrBuilder

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

hasRangeEnd

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

getRangeEnd

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

setRangeEnd

public OtsProtocol.GetRowsByRangeRequest.Builder setRangeEnd(OtsProtocol.ColumnValue value)

setRangeEnd

public OtsProtocol.GetRowsByRangeRequest.Builder setRangeEnd(OtsProtocol.ColumnValue.Builder builderForValue)

mergeRangeEnd

public OtsProtocol.GetRowsByRangeRequest.Builder mergeRangeEnd(OtsProtocol.ColumnValue value)

clearRangeEnd

public OtsProtocol.GetRowsByRangeRequest.Builder clearRangeEnd()

getRangeEndBuilder

public OtsProtocol.ColumnValue.Builder getRangeEndBuilder()

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

setColumnNames

public OtsProtocol.GetRowsByRangeRequest.Builder setColumnNames(int index,
                                                                String value)

addColumnNames

public OtsProtocol.GetRowsByRangeRequest.Builder addColumnNames(String value)

addAllColumnNames

public OtsProtocol.GetRowsByRangeRequest.Builder addAllColumnNames(Iterable<String> values)

clearColumnNames

public OtsProtocol.GetRowsByRangeRequest.Builder clearColumnNames()

hasIsReverse

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

getIsReverse

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

setIsReverse

public OtsProtocol.GetRowsByRangeRequest.Builder setIsReverse(boolean value)

clearIsReverse

public OtsProtocol.GetRowsByRangeRequest.Builder clearIsReverse()

hasLimit

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

getLimit

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

setLimit

public OtsProtocol.GetRowsByRangeRequest.Builder setLimit(int value)

clearLimit

public OtsProtocol.GetRowsByRangeRequest.Builder clearLimit()

hasNextToken

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

getNextToken

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

setNextToken

public OtsProtocol.GetRowsByRangeRequest.Builder setNextToken(String value)

clearNextToken

public OtsProtocol.GetRowsByRangeRequest.Builder clearNextToken()

hasTransactionId

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

getTransactionId

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

setTransactionId

public OtsProtocol.GetRowsByRangeRequest.Builder setTransactionId(String value)

clearTransactionId

public OtsProtocol.GetRowsByRangeRequest.Builder clearTransactionId()


Copyright © 2013. All Rights Reserved.