public interface SystemViewRowAttributeWalker<R>
Modifier and Type | Interface and Description |
---|---|
static interface |
SystemViewRowAttributeWalker.AttributeVisitor
Attribute visitor.
|
static interface |
SystemViewRowAttributeWalker.AttributeWithValueVisitor
Attribute visitor.
|
Modifier and Type | Method and Description |
---|---|
int |
count() |
default List<String> |
filtrableAttributes() |
void |
visitAll(R row,
SystemViewRowAttributeWalker.AttributeWithValueVisitor visitor)
Calls visitor for each row attribute.
|
void |
visitAll(SystemViewRowAttributeWalker.AttributeVisitor visitor)
Calls visitor for each row attribute.
|
int count()
void visitAll(SystemViewRowAttributeWalker.AttributeVisitor visitor)
visitor
- Attribute visitor.void visitAll(R row, SystemViewRowAttributeWalker.AttributeWithValueVisitor visitor)
row
- Row to iterate.visitor
- Attribute visitor.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023