Uses of Interface
com.google.bigtable.v2.RowFilter.InterleaveOrBuilder
-
Packages that use RowFilter.InterleaveOrBuilder Package Description com.google.bigtable.v2 -
-
Uses of RowFilter.InterleaveOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement RowFilter.InterleaveOrBuilder Modifier and Type Class Description static class
RowFilter.Interleave
A RowFilter which sends each row to each of several component RowFilters and interleaves the results.static class
RowFilter.Interleave.Builder
A RowFilter which sends each row to each of several component RowFilters and interleaves the results.Methods in com.google.bigtable.v2 that return RowFilter.InterleaveOrBuilder Modifier and Type Method Description RowFilter.InterleaveOrBuilder
RowFilter.Builder. getInterleaveOrBuilder()
Applies several RowFilters to the data in parallel and combines the results.RowFilter.InterleaveOrBuilder
RowFilter. getInterleaveOrBuilder()
Applies several RowFilters to the data in parallel and combines the results.RowFilter.InterleaveOrBuilder
RowFilterOrBuilder. getInterleaveOrBuilder()
Applies several RowFilters to the data in parallel and combines the results.
-