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 class
RowFilter.Chain
A RowFilter which sends rows through several RowFilters in sequence.static class
RowFilter.Chain.Builder
A 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.ChainOrBuilder
RowFilter.Builder. getChainOrBuilder()
Applies several RowFilters to the data in sequence, progressively narrowing the results.RowFilter.ChainOrBuilder
RowFilter. getChainOrBuilder()
Applies several RowFilters to the data in sequence, progressively narrowing the results.RowFilter.ChainOrBuilder
RowFilterOrBuilder. getChainOrBuilder()
Applies several RowFilters to the data in sequence, progressively narrowing the results.
-