public static final class FilterPB.MultiRowRangeFilter.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<FilterPB.MultiRowRangeFilter,FilterPB.MultiRowRangeFilter.Builder> implements FilterPB.MultiRowRangeFilterOrBuilder
MultiRowRangeFilterpublic FilterPB.MultiRowRangeFilter.Builder clear()
clear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageLite.Builder<FilterPB.MultiRowRangeFilter,FilterPB.MultiRowRangeFilter.Builder>public FilterPB.MultiRowRangeFilter.Builder clone()
clone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageLite.Builder<FilterPB.MultiRowRangeFilter,FilterPB.MultiRowRangeFilter.Builder>public FilterPB.MultiRowRangeFilter getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in class com.google.protobuf.GeneratedMessageLite.Builder<FilterPB.MultiRowRangeFilter,FilterPB.MultiRowRangeFilter.Builder>public FilterPB.MultiRowRangeFilter build()
build in interface com.google.protobuf.MessageLite.Builderpublic FilterPB.MultiRowRangeFilter buildPartial()
buildPartial in interface com.google.protobuf.MessageLite.Builderpublic FilterPB.MultiRowRangeFilter.Builder mergeFrom(FilterPB.MultiRowRangeFilter other)
mergeFrom in class com.google.protobuf.GeneratedMessageLite.Builder<FilterPB.MultiRowRangeFilter,FilterPB.MultiRowRangeFilter.Builder>public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic FilterPB.MultiRowRangeFilter.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessageLite.Builder<FilterPB.MultiRowRangeFilter.Builder>IOExceptionpublic List<FilterPB.RowRange> getRowRangeListList()
repeated .RowRange row_range_list = 1;getRowRangeListList in interface FilterPB.MultiRowRangeFilterOrBuilderpublic int getRowRangeListCount()
repeated .RowRange row_range_list = 1;getRowRangeListCount in interface FilterPB.MultiRowRangeFilterOrBuilderpublic FilterPB.RowRange getRowRangeList(int index)
repeated .RowRange row_range_list = 1;getRowRangeList in interface FilterPB.MultiRowRangeFilterOrBuilderpublic FilterPB.MultiRowRangeFilter.Builder setRowRangeList(int index, FilterPB.RowRange value)
repeated .RowRange row_range_list = 1;public FilterPB.MultiRowRangeFilter.Builder setRowRangeList(int index, FilterPB.RowRange.Builder builderForValue)
repeated .RowRange row_range_list = 1;public FilterPB.MultiRowRangeFilter.Builder addRowRangeList(FilterPB.RowRange value)
repeated .RowRange row_range_list = 1;public FilterPB.MultiRowRangeFilter.Builder addRowRangeList(int index, FilterPB.RowRange value)
repeated .RowRange row_range_list = 1;public FilterPB.MultiRowRangeFilter.Builder addRowRangeList(FilterPB.RowRange.Builder builderForValue)
repeated .RowRange row_range_list = 1;public FilterPB.MultiRowRangeFilter.Builder addRowRangeList(int index, FilterPB.RowRange.Builder builderForValue)
repeated .RowRange row_range_list = 1;public FilterPB.MultiRowRangeFilter.Builder addAllRowRangeList(Iterable<? extends FilterPB.RowRange> values)
repeated .RowRange row_range_list = 1;public FilterPB.MultiRowRangeFilter.Builder clearRowRangeList()
repeated .RowRange row_range_list = 1;public FilterPB.MultiRowRangeFilter.Builder removeRowRangeList(int index)
repeated .RowRange row_range_list = 1;Copyright © 2010-2017, The Async HBase Authors