public static interface RowFilter.ChainOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFilters(int index)
public abstract RowFilter getFilters(int index)
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;
Name | Description |
index | int |
Type | Description |
RowFilter |
getFiltersCount()
public abstract int getFiltersCount()
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;
Type | Description |
int |
getFiltersList()
public abstract List<RowFilter> getFiltersList()
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;
Type | Description |
List<RowFilter> |
getFiltersOrBuilder(int index)
public abstract RowFilterOrBuilder getFiltersOrBuilder(int index)
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;
Name | Description |
index | int |
Type | Description |
RowFilterOrBuilder |
getFiltersOrBuilderList()
public abstract List<? extends RowFilterOrBuilder> getFiltersOrBuilderList()
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;
Type | Description |
List<? extends com.google.bigtable.v2.RowFilterOrBuilder> |