public class BaselineNodeAttributeViewWalker extends Object implements SystemViewRowAttributeWalker<BaselineNodeAttributeView>
org.apache.ignite.codegen.SystemViewRowAttributeWalkerGenerator.
BaselineNodeAttributeView attributes walker.BaselineNodeAttributeViewSystemViewRowAttributeWalker.AttributeVisitor, SystemViewRowAttributeWalker.AttributeWithValueVisitor| Modifier and Type | Field and Description |
|---|---|
static String |
NAME_FILTER
Filter key for attribute "name"
|
static String |
NODE_CONSISTENT_ID_FILTER
Filter key for attribute "nodeConsistentId"
|
| Constructor and Description |
|---|
BaselineNodeAttributeViewWalker() |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
List<String> |
filtrableAttributes() |
void |
visitAll(BaselineNodeAttributeView row,
SystemViewRowAttributeWalker.AttributeWithValueVisitor v)
Calls visitor for each row attribute.
|
void |
visitAll(SystemViewRowAttributeWalker.AttributeVisitor v)
Calls visitor for each row attribute.
|
public static final String NODE_CONSISTENT_ID_FILTER
public static final String NAME_FILTER
public List<String> filtrableAttributes()
filtrableAttributes in interface SystemViewRowAttributeWalker<BaselineNodeAttributeView>public void visitAll(SystemViewRowAttributeWalker.AttributeVisitor v)
visitAll in interface SystemViewRowAttributeWalker<BaselineNodeAttributeView>v - Attribute visitor.public void visitAll(BaselineNodeAttributeView row, SystemViewRowAttributeWalker.AttributeWithValueVisitor v)
visitAll in interface SystemViewRowAttributeWalker<BaselineNodeAttributeView>row - Row to iterate.v - Attribute visitor.public int count()
count in interface SystemViewRowAttributeWalker<BaselineNodeAttributeView>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021