Interface RowFilter.ChainOrBuilder (2.17.1)

public static interface RowFilter.ChainOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
List<? extends com.google.bigtable.v2.RowFilterOrBuilder>