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.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025