com.aliyun.openservices.ots.protocol
类 OtsProtocol2.GetRangeResponse.Builder

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

public static final class OtsProtocol2.GetRangeResponse.Builder
extends com.google.protobuf.GeneratedMessage.Builder<OtsProtocol2.GetRangeResponse.Builder>
implements OtsProtocol2.GetRangeResponseOrBuilder


方法摘要
 OtsProtocol2.GetRangeResponse.Builder addAllNextStartPrimaryKey(Iterable<? extends OtsProtocol2.Column> values)
           
 OtsProtocol2.GetRangeResponse.Builder addAllRows(Iterable<? extends OtsProtocol2.Row> values)
           
 OtsProtocol2.GetRangeResponse.Builder addNextStartPrimaryKey(int index, OtsProtocol2.Column.Builder builderForValue)
           
 OtsProtocol2.GetRangeResponse.Builder addNextStartPrimaryKey(int index, OtsProtocol2.Column value)
           
 OtsProtocol2.GetRangeResponse.Builder addNextStartPrimaryKey(OtsProtocol2.Column.Builder builderForValue)
           
 OtsProtocol2.GetRangeResponse.Builder addNextStartPrimaryKey(OtsProtocol2.Column value)
           
 OtsProtocol2.Column.Builder addNextStartPrimaryKeyBuilder()
           
 OtsProtocol2.Column.Builder addNextStartPrimaryKeyBuilder(int index)
           
 OtsProtocol2.GetRangeResponse.Builder addRows(int index, OtsProtocol2.Row.Builder builderForValue)
           
 OtsProtocol2.GetRangeResponse.Builder addRows(int index, OtsProtocol2.Row value)
           
 OtsProtocol2.GetRangeResponse.Builder addRows(OtsProtocol2.Row.Builder builderForValue)
           
 OtsProtocol2.GetRangeResponse.Builder addRows(OtsProtocol2.Row value)
           
 OtsProtocol2.Row.Builder addRowsBuilder()
           
 OtsProtocol2.Row.Builder addRowsBuilder(int index)
           
 OtsProtocol2.GetRangeResponse build()
           
 OtsProtocol2.GetRangeResponse buildPartial()
           
 OtsProtocol2.GetRangeResponse.Builder clear()
           
 OtsProtocol2.GetRangeResponse.Builder clearConsumed()
           
 OtsProtocol2.GetRangeResponse.Builder clearNextStartPrimaryKey()
           
 OtsProtocol2.GetRangeResponse.Builder clearRows()
           
 OtsProtocol2.GetRangeResponse.Builder clone()
           
 OtsProtocol2.ConsumedCapacity getConsumed()
           
 OtsProtocol2.ConsumedCapacity.Builder getConsumedBuilder()
           
 OtsProtocol2.ConsumedCapacityOrBuilder getConsumedOrBuilder()
           
 OtsProtocol2.GetRangeResponse getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 OtsProtocol2.Column getNextStartPrimaryKey(int index)
           
 OtsProtocol2.Column.Builder getNextStartPrimaryKeyBuilder(int index)
           
 List<OtsProtocol2.Column.Builder> getNextStartPrimaryKeyBuilderList()
           
 int getNextStartPrimaryKeyCount()
           
 List<OtsProtocol2.Column> getNextStartPrimaryKeyList()
           
 OtsProtocol2.ColumnOrBuilder getNextStartPrimaryKeyOrBuilder(int index)
           
 List<? extends OtsProtocol2.ColumnOrBuilder> getNextStartPrimaryKeyOrBuilderList()
           
 OtsProtocol2.Row getRows(int index)
           
 OtsProtocol2.Row.Builder getRowsBuilder(int index)
           
 List<OtsProtocol2.Row.Builder> getRowsBuilderList()
           
 int getRowsCount()
           
 List<OtsProtocol2.Row> getRowsList()
           
 OtsProtocol2.RowOrBuilder getRowsOrBuilder(int index)
           
 List<? extends OtsProtocol2.RowOrBuilder> getRowsOrBuilderList()
           
 boolean hasConsumed()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 OtsProtocol2.GetRangeResponse.Builder mergeConsumed(OtsProtocol2.ConsumedCapacity value)
           
 OtsProtocol2.GetRangeResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 OtsProtocol2.GetRangeResponse.Builder mergeFrom(com.google.protobuf.Message other)
           
 OtsProtocol2.GetRangeResponse.Builder mergeFrom(OtsProtocol2.GetRangeResponse other)
           
 OtsProtocol2.GetRangeResponse.Builder removeNextStartPrimaryKey(int index)
           
 OtsProtocol2.GetRangeResponse.Builder removeRows(int index)
           
 OtsProtocol2.GetRangeResponse.Builder setConsumed(OtsProtocol2.ConsumedCapacity.Builder builderForValue)
           
 OtsProtocol2.GetRangeResponse.Builder setConsumed(OtsProtocol2.ConsumedCapacity value)
           
 OtsProtocol2.GetRangeResponse.Builder setNextStartPrimaryKey(int index, OtsProtocol2.Column.Builder builderForValue)
           
 OtsProtocol2.GetRangeResponse.Builder setNextStartPrimaryKey(int index, OtsProtocol2.Column value)
           
 OtsProtocol2.GetRangeResponse.Builder setRows(int index, OtsProtocol2.Row.Builder builderForValue)
           
 OtsProtocol2.GetRangeResponse.Builder setRows(int index, OtsProtocol2.Row 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<OtsProtocol2.GetRangeResponse.Builder> 中的 internalGetFieldAccessorTable

clear

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

clone

public OtsProtocol2.GetRangeResponse.Builder clone()
指定者:
接口 com.google.protobuf.Message.Builder 中的 clone
指定者:
接口 com.google.protobuf.MessageLite.Builder 中的 clone
覆盖:
com.google.protobuf.GeneratedMessage.Builder<OtsProtocol2.GetRangeResponse.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<OtsProtocol2.GetRangeResponse.Builder> 中的 getDescriptorForType

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

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

mergeFrom

public OtsProtocol2.GetRangeResponse.Builder mergeFrom(OtsProtocol2.GetRangeResponse other)

isInitialized

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

mergeFrom

public OtsProtocol2.GetRangeResponse.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<OtsProtocol2.GetRangeResponse.Builder> 中的 mergeFrom
抛出:
IOException

hasConsumed

public boolean hasConsumed()
指定者:
接口 OtsProtocol2.GetRangeResponseOrBuilder 中的 hasConsumed

getConsumed

public OtsProtocol2.ConsumedCapacity getConsumed()
指定者:
接口 OtsProtocol2.GetRangeResponseOrBuilder 中的 getConsumed

setConsumed

public OtsProtocol2.GetRangeResponse.Builder setConsumed(OtsProtocol2.ConsumedCapacity value)

setConsumed

public OtsProtocol2.GetRangeResponse.Builder setConsumed(OtsProtocol2.ConsumedCapacity.Builder builderForValue)

mergeConsumed

public OtsProtocol2.GetRangeResponse.Builder mergeConsumed(OtsProtocol2.ConsumedCapacity value)

clearConsumed

public OtsProtocol2.GetRangeResponse.Builder clearConsumed()

getConsumedBuilder

public OtsProtocol2.ConsumedCapacity.Builder getConsumedBuilder()

getConsumedOrBuilder

public OtsProtocol2.ConsumedCapacityOrBuilder getConsumedOrBuilder()
指定者:
接口 OtsProtocol2.GetRangeResponseOrBuilder 中的 getConsumedOrBuilder

getNextStartPrimaryKeyList

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

getNextStartPrimaryKeyCount

public int getNextStartPrimaryKeyCount()
指定者:
接口 OtsProtocol2.GetRangeResponseOrBuilder 中的 getNextStartPrimaryKeyCount

getNextStartPrimaryKey

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

setNextStartPrimaryKey

public OtsProtocol2.GetRangeResponse.Builder setNextStartPrimaryKey(int index,
                                                                    OtsProtocol2.Column value)

setNextStartPrimaryKey

public OtsProtocol2.GetRangeResponse.Builder setNextStartPrimaryKey(int index,
                                                                    OtsProtocol2.Column.Builder builderForValue)

addNextStartPrimaryKey

public OtsProtocol2.GetRangeResponse.Builder addNextStartPrimaryKey(OtsProtocol2.Column value)

addNextStartPrimaryKey

public OtsProtocol2.GetRangeResponse.Builder addNextStartPrimaryKey(int index,
                                                                    OtsProtocol2.Column value)

addNextStartPrimaryKey

public OtsProtocol2.GetRangeResponse.Builder addNextStartPrimaryKey(OtsProtocol2.Column.Builder builderForValue)

addNextStartPrimaryKey

public OtsProtocol2.GetRangeResponse.Builder addNextStartPrimaryKey(int index,
                                                                    OtsProtocol2.Column.Builder builderForValue)

addAllNextStartPrimaryKey

public OtsProtocol2.GetRangeResponse.Builder addAllNextStartPrimaryKey(Iterable<? extends OtsProtocol2.Column> values)

clearNextStartPrimaryKey

public OtsProtocol2.GetRangeResponse.Builder clearNextStartPrimaryKey()

removeNextStartPrimaryKey

public OtsProtocol2.GetRangeResponse.Builder removeNextStartPrimaryKey(int index)

getNextStartPrimaryKeyBuilder

public OtsProtocol2.Column.Builder getNextStartPrimaryKeyBuilder(int index)

getNextStartPrimaryKeyOrBuilder

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

getNextStartPrimaryKeyOrBuilderList

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

addNextStartPrimaryKeyBuilder

public OtsProtocol2.Column.Builder addNextStartPrimaryKeyBuilder()

addNextStartPrimaryKeyBuilder

public OtsProtocol2.Column.Builder addNextStartPrimaryKeyBuilder(int index)

getNextStartPrimaryKeyBuilderList

public List<OtsProtocol2.Column.Builder> getNextStartPrimaryKeyBuilderList()

getRowsList

public List<OtsProtocol2.Row> getRowsList()
指定者:
接口 OtsProtocol2.GetRangeResponseOrBuilder 中的 getRowsList

getRowsCount

public int getRowsCount()
指定者:
接口 OtsProtocol2.GetRangeResponseOrBuilder 中的 getRowsCount

getRows

public OtsProtocol2.Row getRows(int index)
指定者:
接口 OtsProtocol2.GetRangeResponseOrBuilder 中的 getRows

setRows

public OtsProtocol2.GetRangeResponse.Builder setRows(int index,
                                                     OtsProtocol2.Row value)

setRows

public OtsProtocol2.GetRangeResponse.Builder setRows(int index,
                                                     OtsProtocol2.Row.Builder builderForValue)

addRows

public OtsProtocol2.GetRangeResponse.Builder addRows(OtsProtocol2.Row value)

addRows

public OtsProtocol2.GetRangeResponse.Builder addRows(int index,
                                                     OtsProtocol2.Row value)

addRows

public OtsProtocol2.GetRangeResponse.Builder addRows(OtsProtocol2.Row.Builder builderForValue)

addRows

public OtsProtocol2.GetRangeResponse.Builder addRows(int index,
                                                     OtsProtocol2.Row.Builder builderForValue)

addAllRows

public OtsProtocol2.GetRangeResponse.Builder addAllRows(Iterable<? extends OtsProtocol2.Row> values)

clearRows

public OtsProtocol2.GetRangeResponse.Builder clearRows()

removeRows

public OtsProtocol2.GetRangeResponse.Builder removeRows(int index)

getRowsBuilder

public OtsProtocol2.Row.Builder getRowsBuilder(int index)

getRowsOrBuilder

public OtsProtocol2.RowOrBuilder getRowsOrBuilder(int index)
指定者:
接口 OtsProtocol2.GetRangeResponseOrBuilder 中的 getRowsOrBuilder

getRowsOrBuilderList

public List<? extends OtsProtocol2.RowOrBuilder> getRowsOrBuilderList()
指定者:
接口 OtsProtocol2.GetRangeResponseOrBuilder 中的 getRowsOrBuilderList

addRowsBuilder

public OtsProtocol2.Row.Builder addRowsBuilder()

addRowsBuilder

public OtsProtocol2.Row.Builder addRowsBuilder(int index)

getRowsBuilderList

public List<OtsProtocol2.Row.Builder> getRowsBuilderList()


Copyright © 2014. All Rights Reserved.