public static final class FilterProtos.RowRange.Builder extends com.google.protobuf.GeneratedMessage.Builder<FilterProtos.RowRange.Builder> implements FilterProtos.RowRangeOrBuilder
hbase.pb.RowRange| 限定符和类型 | 方法和说明 |
|---|---|
FilterProtos.RowRange |
build() |
FilterProtos.RowRange |
buildPartial() |
FilterProtos.RowRange.Builder |
clear() |
FilterProtos.RowRange.Builder |
clearStartRow()
optional bytes start_row = 1; |
FilterProtos.RowRange.Builder |
clearStartRowInclusive()
optional bool start_row_inclusive = 2; |
FilterProtos.RowRange.Builder |
clearStopRow()
optional bytes stop_row = 3; |
FilterProtos.RowRange.Builder |
clearStopRowInclusive()
optional bool stop_row_inclusive = 4; |
FilterProtos.RowRange.Builder |
clone() |
FilterProtos.RowRange |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getStartRow()
optional bytes start_row = 1; |
boolean |
getStartRowInclusive()
optional bool start_row_inclusive = 2; |
com.google.protobuf.ByteString |
getStopRow()
optional bytes stop_row = 3; |
boolean |
getStopRowInclusive()
optional bool stop_row_inclusive = 4; |
boolean |
hasStartRow()
optional bytes start_row = 1; |
boolean |
hasStartRowInclusive()
optional bool start_row_inclusive = 2; |
boolean |
hasStopRow()
optional bytes stop_row = 3; |
boolean |
hasStopRowInclusive()
optional bool stop_row_inclusive = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FilterProtos.RowRange.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FilterProtos.RowRange.Builder |
mergeFrom(FilterProtos.RowRange other) |
FilterProtos.RowRange.Builder |
mergeFrom(com.google.protobuf.Message other) |
FilterProtos.RowRange.Builder |
setStartRow(com.google.protobuf.ByteString value)
optional bytes start_row = 1; |
FilterProtos.RowRange.Builder |
setStartRowInclusive(boolean value)
optional bool start_row_inclusive = 2; |
FilterProtos.RowRange.Builder |
setStopRow(com.google.protobuf.ByteString value)
optional bytes stop_row = 3; |
FilterProtos.RowRange.Builder |
setStopRowInclusive(boolean value)
optional bool stop_row_inclusive = 4; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessage.Builder<FilterProtos.RowRange.Builder>public FilterProtos.RowRange.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<FilterProtos.RowRange.Builder>public FilterProtos.RowRange.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<FilterProtos.RowRange.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessage.Builder<FilterProtos.RowRange.Builder>public FilterProtos.RowRange getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic FilterProtos.RowRange build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic FilterProtos.RowRange buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic FilterProtos.RowRange.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<FilterProtos.RowRange.Builder>public FilterProtos.RowRange.Builder mergeFrom(FilterProtos.RowRange other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessage.Builder<FilterProtos.RowRange.Builder>public FilterProtos.RowRange.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<FilterProtos.RowRange.Builder>IOExceptionpublic boolean hasStartRow()
optional bytes start_row = 1;hasStartRow 在接口中 FilterProtos.RowRangeOrBuilderpublic com.google.protobuf.ByteString getStartRow()
optional bytes start_row = 1;getStartRow 在接口中 FilterProtos.RowRangeOrBuilderpublic FilterProtos.RowRange.Builder setStartRow(com.google.protobuf.ByteString value)
optional bytes start_row = 1;public FilterProtos.RowRange.Builder clearStartRow()
optional bytes start_row = 1;public boolean hasStartRowInclusive()
optional bool start_row_inclusive = 2;public boolean getStartRowInclusive()
optional bool start_row_inclusive = 2;public FilterProtos.RowRange.Builder setStartRowInclusive(boolean value)
optional bool start_row_inclusive = 2;public FilterProtos.RowRange.Builder clearStartRowInclusive()
optional bool start_row_inclusive = 2;public boolean hasStopRow()
optional bytes stop_row = 3;hasStopRow 在接口中 FilterProtos.RowRangeOrBuilderpublic com.google.protobuf.ByteString getStopRow()
optional bytes stop_row = 3;getStopRow 在接口中 FilterProtos.RowRangeOrBuilderpublic FilterProtos.RowRange.Builder setStopRow(com.google.protobuf.ByteString value)
optional bytes stop_row = 3;public FilterProtos.RowRange.Builder clearStopRow()
optional bytes stop_row = 3;public boolean hasStopRowInclusive()
optional bool stop_row_inclusive = 4;public boolean getStopRowInclusive()
optional bool stop_row_inclusive = 4;public FilterProtos.RowRange.Builder setStopRowInclusive(boolean value)
optional bool stop_row_inclusive = 4;public FilterProtos.RowRange.Builder clearStopRowInclusive()
optional bool stop_row_inclusive = 4;Copyright © 2007–2019. All rights reserved.