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 classRowFilter.InterleaveA RowFilter which sends each row to each of several component RowFilters and interleaves the results.static classRowFilter.Interleave.BuilderA 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.InterleaveOrBuilderRowFilter.Builder. getInterleaveOrBuilder()Applies several RowFilters to the data in parallel and combines the results.RowFilter.InterleaveOrBuilderRowFilter. getInterleaveOrBuilder()Applies several RowFilters to the data in parallel and combines the results.RowFilter.InterleaveOrBuilderRowFilterOrBuilder. getInterleaveOrBuilder()Applies several RowFilters to the data in parallel and combines the results.
-