public static final class FilterProtos.RowRange.Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<FilterProtos.RowRange.Builder> implements FilterProtos.RowRangeOrBuilder
hbase.pb.RowRange| Modifier and Type | Method and Description |
|---|---|
FilterProtos.RowRange.Builder |
addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FilterProtos.RowRange |
build() |
FilterProtos.RowRange |
buildPartial() |
FilterProtos.RowRange.Builder |
clear() |
FilterProtos.RowRange.Builder |
clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
FilterProtos.RowRange.Builder |
clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
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 org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getStartRow()
optional bytes start_row = 1; |
boolean |
getStartRowInclusive()
optional bool start_row_inclusive = 2; |
org.apache.hbase.thirdparty.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 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FilterProtos.RowRange.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FilterProtos.RowRange.Builder |
mergeFrom(FilterProtos.RowRange other) |
FilterProtos.RowRange.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
FilterProtos.RowRange.Builder |
mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
FilterProtos.RowRange.Builder |
setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FilterProtos.RowRange.Builder |
setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FilterProtos.RowRange.Builder |
setStartRow(org.apache.hbase.thirdparty.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(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes stop_row = 3; |
FilterProtos.RowRange.Builder |
setStopRowInclusive(boolean value)
optional bool stop_row_inclusive = 4; |
FilterProtos.RowRange.Builder |
setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<FilterProtos.RowRange.Builder>public FilterProtos.RowRange.Builder clear()
clear in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclear in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclear in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<FilterProtos.RowRange.Builder>public org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<FilterProtos.RowRange.Builder>public FilterProtos.RowRange getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic FilterProtos.RowRange build()
build in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderbuild in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic FilterProtos.RowRange buildPartial()
buildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderbuildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic FilterProtos.RowRange.Builder clone()
clone in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclone in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclone in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<FilterProtos.RowRange.Builder>public FilterProtos.RowRange.Builder setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<FilterProtos.RowRange.Builder>public FilterProtos.RowRange.Builder clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<FilterProtos.RowRange.Builder>public FilterProtos.RowRange.Builder clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearOneof in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<FilterProtos.RowRange.Builder>public FilterProtos.RowRange.Builder setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetRepeatedField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<FilterProtos.RowRange.Builder>public FilterProtos.RowRange.Builder addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderaddRepeatedField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<FilterProtos.RowRange.Builder>public FilterProtos.RowRange.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other)
mergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<FilterProtos.RowRange.Builder>public FilterProtos.RowRange.Builder mergeFrom(FilterProtos.RowRange other)
public final boolean isInitialized()
isInitialized in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<FilterProtos.RowRange.Builder>public FilterProtos.RowRange.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<FilterProtos.RowRange.Builder>IOExceptionpublic boolean hasStartRow()
optional bytes start_row = 1;hasStartRow in interface FilterProtos.RowRangeOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getStartRow()
optional bytes start_row = 1;getStartRow in interface FilterProtos.RowRangeOrBuilderpublic FilterProtos.RowRange.Builder setStartRow(org.apache.hbase.thirdparty.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;hasStartRowInclusive in interface FilterProtos.RowRangeOrBuilderpublic boolean getStartRowInclusive()
optional bool start_row_inclusive = 2;getStartRowInclusive in interface FilterProtos.RowRangeOrBuilderpublic 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 in interface FilterProtos.RowRangeOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getStopRow()
optional bytes stop_row = 3;getStopRow in interface FilterProtos.RowRangeOrBuilderpublic FilterProtos.RowRange.Builder setStopRow(org.apache.hbase.thirdparty.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;hasStopRowInclusive in interface FilterProtos.RowRangeOrBuilderpublic boolean getStopRowInclusive()
optional bool stop_row_inclusive = 4;getStopRowInclusive in interface FilterProtos.RowRangeOrBuilderpublic FilterProtos.RowRange.Builder setStopRowInclusive(boolean value)
optional bool stop_row_inclusive = 4;public FilterProtos.RowRange.Builder clearStopRowInclusive()
optional bool stop_row_inclusive = 4;public final FilterProtos.RowRange.Builder setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<FilterProtos.RowRange.Builder>public final FilterProtos.RowRange.Builder mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<FilterProtos.RowRange.Builder>Copyright © 2007–2019 Cloudera. All rights reserved.