Uses of Class
com.google.bigtable.v2.RowFilter
-
Packages that use RowFilter Package Description com.google.bigtable.v2 com.google.cloud.bigtable.data.v2.models -
-
Uses of RowFilter in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return RowFilter Modifier and Type Method Description RowFilterRowFilter.Builder. build()RowFilterRowFilter.Builder. buildPartial()static RowFilterRowFilter. getDefaultInstance()RowFilterRowFilter.Builder. getDefaultInstanceForType()RowFilterRowFilter. getDefaultInstanceForType()RowFilterRowFilter.Condition.Builder. getFalseFilter()The filter to apply to the input row if `predicate_filter` does not return any results.RowFilterRowFilter.Condition. getFalseFilter()The filter to apply to the input row if `predicate_filter` does not return any results.RowFilterRowFilter.ConditionOrBuilder. getFalseFilter()The filter to apply to the input row if `predicate_filter` does not return any results.RowFilterReadRowsRequest.Builder. getFilter()The filter to apply to the contents of the specified row(s).RowFilterReadRowsRequest. getFilter()The filter to apply to the contents of the specified row(s).RowFilterReadRowsRequestOrBuilder. getFilter()The filter to apply to the contents of the specified row(s).RowFilterRowFilter.Chain.Builder. getFilters(int index)The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...RowFilterRowFilter.Chain. getFilters(int index)The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...RowFilterRowFilter.ChainOrBuilder. getFilters(int index)The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...RowFilterRowFilter.Interleave.Builder. getFilters(int index)The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.RowFilterRowFilter.Interleave. getFilters(int index)The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.RowFilterRowFilter.InterleaveOrBuilder. getFilters(int index)The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.RowFilterCheckAndMutateRowRequest.Builder. getPredicateFilter()The filter to be applied to the contents of the specified row.RowFilterCheckAndMutateRowRequest. getPredicateFilter()The filter to be applied to the contents of the specified row.RowFilterCheckAndMutateRowRequestOrBuilder. getPredicateFilter()The filter to be applied to the contents of the specified row.RowFilterRowFilter.Condition.Builder. getPredicateFilter()If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.RowFilterRowFilter.Condition. getPredicateFilter()If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.RowFilterRowFilter.ConditionOrBuilder. getPredicateFilter()If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.RowFilterRowFilter.Condition.Builder. getTrueFilter()The filter to apply to the input row if `predicate_filter` returns any results.RowFilterRowFilter.Condition. getTrueFilter()The filter to apply to the input row if `predicate_filter` returns any results.RowFilterRowFilter.ConditionOrBuilder. getTrueFilter()The filter to apply to the input row if `predicate_filter` returns any results.static RowFilterRowFilter. parseDelimitedFrom(InputStream input)static RowFilterRowFilter. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowFilterRowFilter. parseFrom(byte[] data)static RowFilterRowFilter. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowFilterRowFilter. parseFrom(com.google.protobuf.ByteString data)static RowFilterRowFilter. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowFilterRowFilter. parseFrom(com.google.protobuf.CodedInputStream input)static RowFilterRowFilter. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowFilterRowFilter. parseFrom(InputStream input)static RowFilterRowFilter. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowFilterRowFilter. parseFrom(ByteBuffer data)static RowFilterRowFilter. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.bigtable.v2 that return types with arguments of type RowFilter Modifier and Type Method Description List<RowFilter>RowFilter.Chain.Builder. getFiltersList()The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...List<RowFilter>RowFilter.Chain. getFiltersList()The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...List<RowFilter>RowFilter.ChainOrBuilder. getFiltersList()The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...List<RowFilter>RowFilter.Interleave.Builder. getFiltersList()The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.List<RowFilter>RowFilter.Interleave. getFiltersList()The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.List<RowFilter>RowFilter.InterleaveOrBuilder. getFiltersList()The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.com.google.protobuf.Parser<RowFilter>RowFilter. getParserForType()static com.google.protobuf.Parser<RowFilter>RowFilter. parser()Methods in com.google.bigtable.v2 with parameters of type RowFilter Modifier and Type Method Description RowFilter.Chain.BuilderRowFilter.Chain.Builder. addFilters(int index, RowFilter value)The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...RowFilter.Chain.BuilderRowFilter.Chain.Builder. addFilters(RowFilter value)The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...RowFilter.Interleave.BuilderRowFilter.Interleave.Builder. addFilters(int index, RowFilter value)The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.RowFilter.Interleave.BuilderRowFilter.Interleave.Builder. addFilters(RowFilter value)The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.RowFilter.Condition.BuilderRowFilter.Condition.Builder. mergeFalseFilter(RowFilter value)The filter to apply to the input row if `predicate_filter` does not return any results.ReadRowsRequest.BuilderReadRowsRequest.Builder. mergeFilter(RowFilter value)The filter to apply to the contents of the specified row(s).RowFilter.BuilderRowFilter.Builder. mergeFrom(RowFilter other)CheckAndMutateRowRequest.BuilderCheckAndMutateRowRequest.Builder. mergePredicateFilter(RowFilter value)The filter to be applied to the contents of the specified row.RowFilter.Condition.BuilderRowFilter.Condition.Builder. mergePredicateFilter(RowFilter value)If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.RowFilter.Condition.BuilderRowFilter.Condition.Builder. mergeTrueFilter(RowFilter value)The filter to apply to the input row if `predicate_filter` returns any results.static RowFilter.BuilderRowFilter. newBuilder(RowFilter prototype)RowFilter.Condition.BuilderRowFilter.Condition.Builder. setFalseFilter(RowFilter value)The filter to apply to the input row if `predicate_filter` does not return any results.ReadRowsRequest.BuilderReadRowsRequest.Builder. setFilter(RowFilter value)The filter to apply to the contents of the specified row(s).RowFilter.Chain.BuilderRowFilter.Chain.Builder. setFilters(int index, RowFilter value)The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...RowFilter.Interleave.BuilderRowFilter.Interleave.Builder. setFilters(int index, RowFilter value)The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.CheckAndMutateRowRequest.BuilderCheckAndMutateRowRequest.Builder. setPredicateFilter(RowFilter value)The filter to be applied to the contents of the specified row.RowFilter.Condition.BuilderRowFilter.Condition.Builder. setPredicateFilter(RowFilter value)If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.RowFilter.Condition.BuilderRowFilter.Condition.Builder. setTrueFilter(RowFilter value)The filter to apply to the input row if `predicate_filter` returns any results.Method parameters in com.google.bigtable.v2 with type arguments of type RowFilter Modifier and Type Method Description RowFilter.Chain.BuilderRowFilter.Chain.Builder. addAllFilters(Iterable<? extends RowFilter> values)The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...RowFilter.Interleave.BuilderRowFilter.Interleave.Builder. addAllFilters(Iterable<? extends RowFilter> values)The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row. -
Uses of RowFilter in com.google.cloud.bigtable.data.v2.models
Methods in com.google.cloud.bigtable.data.v2.models that return RowFilter Modifier and Type Method Description RowFilterFilters.ChainFilter. toProto()RowFilterFilters.ConditionFilter. toProto()RowFilterFilters.Filter. toProto()RowFilterFilters.InterleaveFilter. toProto()RowFilterFilters.QualifierRangeFilter. toProto()RowFilterFilters.TimestampRangeFilter. toProto()RowFilterFilters.ValueRangeFilter. toProto()Methods in com.google.cloud.bigtable.data.v2.models with parameters of type RowFilter Modifier and Type Method Description Filters.FilterFilters. fromProto(RowFilter rowFilter)Wraps protobuf representation of a filter.
-