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 RowFilter
RowFilter.Builder. build()
RowFilter
RowFilter.Builder. buildPartial()
static RowFilter
RowFilter. getDefaultInstance()
RowFilter
RowFilter.Builder. getDefaultInstanceForType()
RowFilter
RowFilter. getDefaultInstanceForType()
RowFilter
RowFilter.Condition.Builder. getFalseFilter()
The filter to apply to the input row if `predicate_filter` does not return any results.RowFilter
RowFilter.Condition. getFalseFilter()
The filter to apply to the input row if `predicate_filter` does not return any results.RowFilter
RowFilter.ConditionOrBuilder. getFalseFilter()
The filter to apply to the input row if `predicate_filter` does not return any results.RowFilter
ReadRowsRequest.Builder. getFilter()
The filter to apply to the contents of the specified row(s).RowFilter
ReadRowsRequest. getFilter()
The filter to apply to the contents of the specified row(s).RowFilter
ReadRowsRequestOrBuilder. getFilter()
The filter to apply to the contents of the specified row(s).RowFilter
RowFilter.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) -> ...RowFilter
RowFilter.Chain. getFilters(int index)
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...RowFilter
RowFilter.ChainOrBuilder. getFilters(int index)
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...RowFilter
RowFilter.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.RowFilter
RowFilter.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.RowFilter
RowFilter.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.RowFilter
CheckAndMutateRowRequest.Builder. getPredicateFilter()
The filter to be applied to the contents of the specified row.RowFilter
CheckAndMutateRowRequest. getPredicateFilter()
The filter to be applied to the contents of the specified row.RowFilter
CheckAndMutateRowRequestOrBuilder. getPredicateFilter()
The filter to be applied to the contents of the specified row.RowFilter
RowFilter.Condition.Builder. getPredicateFilter()
If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.RowFilter
RowFilter.Condition. getPredicateFilter()
If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.RowFilter
RowFilter.ConditionOrBuilder. getPredicateFilter()
If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.RowFilter
RowFilter.Condition.Builder. getTrueFilter()
The filter to apply to the input row if `predicate_filter` returns any results.RowFilter
RowFilter.Condition. getTrueFilter()
The filter to apply to the input row if `predicate_filter` returns any results.RowFilter
RowFilter.ConditionOrBuilder. getTrueFilter()
The filter to apply to the input row if `predicate_filter` returns any results.static RowFilter
RowFilter. parseDelimitedFrom(InputStream input)
static RowFilter
RowFilter. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowFilter
RowFilter. parseFrom(byte[] data)
static RowFilter
RowFilter. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowFilter
RowFilter. parseFrom(com.google.protobuf.ByteString data)
static RowFilter
RowFilter. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowFilter
RowFilter. parseFrom(com.google.protobuf.CodedInputStream input)
static RowFilter
RowFilter. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowFilter
RowFilter. parseFrom(InputStream input)
static RowFilter
RowFilter. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowFilter
RowFilter. parseFrom(ByteBuffer data)
static RowFilter
RowFilter. 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.Builder
RowFilter.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.Builder
RowFilter.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.Builder
RowFilter.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.Builder
RowFilter.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.Builder
RowFilter.Condition.Builder. mergeFalseFilter(RowFilter value)
The filter to apply to the input row if `predicate_filter` does not return any results.ReadRowsRequest.Builder
ReadRowsRequest.Builder. mergeFilter(RowFilter value)
The filter to apply to the contents of the specified row(s).RowFilter.Builder
RowFilter.Builder. mergeFrom(RowFilter other)
CheckAndMutateRowRequest.Builder
CheckAndMutateRowRequest.Builder. mergePredicateFilter(RowFilter value)
The filter to be applied to the contents of the specified row.RowFilter.Condition.Builder
RowFilter.Condition.Builder. mergePredicateFilter(RowFilter value)
If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.RowFilter.Condition.Builder
RowFilter.Condition.Builder. mergeTrueFilter(RowFilter value)
The filter to apply to the input row if `predicate_filter` returns any results.static RowFilter.Builder
RowFilter. newBuilder(RowFilter prototype)
RowFilter.Condition.Builder
RowFilter.Condition.Builder. setFalseFilter(RowFilter value)
The filter to apply to the input row if `predicate_filter` does not return any results.ReadRowsRequest.Builder
ReadRowsRequest.Builder. setFilter(RowFilter value)
The filter to apply to the contents of the specified row(s).RowFilter.Chain.Builder
RowFilter.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.Builder
RowFilter.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.Builder
CheckAndMutateRowRequest.Builder. setPredicateFilter(RowFilter value)
The filter to be applied to the contents of the specified row.RowFilter.Condition.Builder
RowFilter.Condition.Builder. setPredicateFilter(RowFilter value)
If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.RowFilter.Condition.Builder
RowFilter.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.Builder
RowFilter.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.Builder
RowFilter.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 RowFilter
Filters.ChainFilter. toProto()
RowFilter
Filters.ConditionFilter. toProto()
RowFilter
Filters.Filter. toProto()
RowFilter
Filters.InterleaveFilter. toProto()
RowFilter
Filters.QualifierRangeFilter. toProto()
RowFilter
Filters.TimestampRangeFilter. toProto()
RowFilter
Filters.ValueRangeFilter. toProto()
Methods in com.google.cloud.bigtable.data.v2.models with parameters of type RowFilter Modifier and Type Method Description Filters.Filter
Filters. fromProto(RowFilter rowFilter)
Wraps protobuf representation of a filter.
-