Class SqlViewColumnViewWalker
- java.lang.Object
-
- org.apache.ignite.internal.managers.systemview.walker.SqlViewColumnViewWalker
-
- All Implemented Interfaces:
SystemViewRowAttributeWalker<SqlViewColumnView>
public class SqlViewColumnViewWalker extends Object implements SystemViewRowAttributeWalker<SqlViewColumnView>
Generated byorg.apache.ignite.codegen.SystemViewRowAttributeWalkerGenerator.SqlViewColumnViewattributes walker.- See Also:
SqlViewColumnView
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.ignite.spi.systemview.view.SystemViewRowAttributeWalker
SystemViewRowAttributeWalker.AttributeVisitor, SystemViewRowAttributeWalker.AttributeWithValueVisitor
-
-
Constructor Summary
Constructors Constructor Description SqlViewColumnViewWalker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcount()voidvisitAll(SqlViewColumnView row, SystemViewRowAttributeWalker.AttributeWithValueVisitor v)Calls visitor for each row attribute.voidvisitAll(SystemViewRowAttributeWalker.AttributeVisitor v)Calls visitor for each row attribute.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.ignite.spi.systemview.view.SystemViewRowAttributeWalker
filtrableAttributes
-
-
-
-
Method Detail
-
visitAll
public void visitAll(SystemViewRowAttributeWalker.AttributeVisitor v)
Calls visitor for each row attribute.- Specified by:
visitAllin interfaceSystemViewRowAttributeWalker<SqlViewColumnView>- Parameters:
v- Attribute visitor.
-
visitAll
public void visitAll(SqlViewColumnView row, SystemViewRowAttributeWalker.AttributeWithValueVisitor v)
Calls visitor for each row attribute. Value of the attribute also provided.- Specified by:
visitAllin interfaceSystemViewRowAttributeWalker<SqlViewColumnView>- Parameters:
row- Row to iterate.v- Attribute visitor.
-
count
public int count()
- Specified by:
countin interfaceSystemViewRowAttributeWalker<SqlViewColumnView>- Returns:
- Count of a row properties.
-
-