Interface | Description |
---|---|
Filters.Filter |
Class | Description |
---|---|
Filters |
A Fluent DSL to create a hierarchy of filters for the CheckAndMutateRow RPCs and ReadRows Query.
|
Filters.ChainFilter |
DSL for adding filters to a chain.
|
Filters.ConditionFilter |
DSL for configuring a conditional filter.
|
Filters.FamilyFilter | |
Filters.InterleaveFilter |
DSL for adding filters to the interleave list.
|
Filters.KeyFilter | |
Filters.LimitFilter | |
Filters.OffsetFilter | |
Filters.QualifierFilter | |
Filters.QualifierRangeFilter |
Matches only cells from columns within the given range.
|
Filters.TimestampFilter | |
Filters.TimestampRangeFilter |
Matches only cells with microsecond timestamps within the given range.
|
Filters.ValueFilter | |
Filters.ValueRangeFilter |
Matches only cells with values that fall within the given value range.
|