Uses of Interface
com.google.bigtable.v2.RowFilter.InterleaveOrBuilder
-
Uses of RowFilter.InterleaveOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement RowFilter.InterleaveOrBuilderModifier and TypeClassDescriptionstatic final classA RowFilter which sends each row to each of several component RowFilters and interleaves the results.static final classA RowFilter which sends each row to each of several component RowFilters and interleaves the results.Methods in com.google.bigtable.v2 that return RowFilter.InterleaveOrBuilderModifier and TypeMethodDescriptionRowFilter.Builder.getInterleaveOrBuilder()Applies several RowFilters to the data in parallel and combines the results.RowFilter.getInterleaveOrBuilder()Applies several RowFilters to the data in parallel and combines the results.RowFilterOrBuilder.getInterleaveOrBuilder()Applies several RowFilters to the data in parallel and combines the results.