Uses of Interface
com.google.bigtable.v2.RowFilter.ConditionOrBuilder
-
Packages that use RowFilter.ConditionOrBuilder Package Description com.google.bigtable.v2 -
-
Uses of RowFilter.ConditionOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement RowFilter.ConditionOrBuilder Modifier and Type Class Description static classRowFilter.ConditionA RowFilter which evaluates one of two possible RowFilters, depending on whether or not a predicate RowFilter outputs any cells from the input row.static classRowFilter.Condition.BuilderA RowFilter which evaluates one of two possible RowFilters, depending on whether or not a predicate RowFilter outputs any cells from the input row.Methods in com.google.bigtable.v2 that return RowFilter.ConditionOrBuilder Modifier and Type Method Description RowFilter.ConditionOrBuilderRowFilter.Builder. getConditionOrBuilder()Applies one of two possible RowFilters to the data based on the output of a predicate RowFilter.RowFilter.ConditionOrBuilderRowFilter. getConditionOrBuilder()Applies one of two possible RowFilters to the data based on the output of a predicate RowFilter.RowFilter.ConditionOrBuilderRowFilterOrBuilder. getConditionOrBuilder()Applies one of two possible RowFilters to the data based on the output of a predicate RowFilter.
-