Uses of Interface
com.google.bigtable.v2.RowFilter.ChainOrBuilder
-
Packages that use RowFilter.ChainOrBuilder Package Description com.google.bigtable.v2 -
-
Uses of RowFilter.ChainOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement RowFilter.ChainOrBuilder Modifier and Type Class Description static classRowFilter.ChainA RowFilter which sends rows through several RowFilters in sequence.static classRowFilter.Chain.BuilderA RowFilter which sends rows through several RowFilters in sequence.Methods in com.google.bigtable.v2 that return RowFilter.ChainOrBuilder Modifier and Type Method Description RowFilter.ChainOrBuilderRowFilter.Builder. getChainOrBuilder()Applies several RowFilters to the data in sequence, progressively narrowing the results.RowFilter.ChainOrBuilderRowFilter. getChainOrBuilder()Applies several RowFilters to the data in sequence, progressively narrowing the results.RowFilter.ChainOrBuilderRowFilterOrBuilder. getChainOrBuilder()Applies several RowFilters to the data in sequence, progressively narrowing the results.
-