Class StatisticsColumnConfigurationViewWalker
- java.lang.Object
-
- org.apache.ignite.internal.managers.systemview.walker.StatisticsColumnConfigurationViewWalker
-
- All Implemented Interfaces:
SystemViewRowAttributeWalker<StatisticsColumnConfigurationView>
public class StatisticsColumnConfigurationViewWalker extends Object implements SystemViewRowAttributeWalker<StatisticsColumnConfigurationView>
Generated byorg.apache.ignite.codegen.SystemViewRowAttributeWalkerGenerator.StatisticsColumnConfigurationViewattributes walker.- See Also:
StatisticsColumnConfigurationView
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.ignite.spi.systemview.view.SystemViewRowAttributeWalker
SystemViewRowAttributeWalker.AttributeVisitor, SystemViewRowAttributeWalker.AttributeWithValueVisitor
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOLUMN_FILTERFilter key for attribute "column"static StringNAME_FILTERFilter key for attribute "name"static StringSCHEMA_FILTERFilter key for attribute "schema"static StringTYPE_FILTERFilter key for attribute "type"
-
Constructor Summary
Constructors Constructor Description StatisticsColumnConfigurationViewWalker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcount()List<String>filtrableAttributes()voidvisitAll(StatisticsColumnConfigurationView row, SystemViewRowAttributeWalker.AttributeWithValueVisitor v)Calls visitor for each row attribute.voidvisitAll(SystemViewRowAttributeWalker.AttributeVisitor v)Calls visitor for each row attribute.
-
-
-
Field Detail
-
SCHEMA_FILTER
public static final String SCHEMA_FILTER
Filter key for attribute "schema"- See Also:
- Constant Field Values
-
TYPE_FILTER
public static final String TYPE_FILTER
Filter key for attribute "type"- See Also:
- Constant Field Values
-
NAME_FILTER
public static final String NAME_FILTER
Filter key for attribute "name"- See Also:
- Constant Field Values
-
COLUMN_FILTER
public static final String COLUMN_FILTER
Filter key for attribute "column"- See Also:
- Constant Field Values
-
-
Method Detail
-
filtrableAttributes
public List<String> filtrableAttributes()
- Specified by:
filtrableAttributesin interfaceSystemViewRowAttributeWalker<StatisticsColumnConfigurationView>- Returns:
- List of filtrable attributes for this system view.
-
visitAll
public void visitAll(SystemViewRowAttributeWalker.AttributeVisitor v)
Calls visitor for each row attribute.- Specified by:
visitAllin interfaceSystemViewRowAttributeWalker<StatisticsColumnConfigurationView>- Parameters:
v- Attribute visitor.
-
visitAll
public void visitAll(StatisticsColumnConfigurationView row, SystemViewRowAttributeWalker.AttributeWithValueVisitor v)
Calls visitor for each row attribute. Value of the attribute also provided.- Specified by:
visitAllin interfaceSystemViewRowAttributeWalker<StatisticsColumnConfigurationView>- Parameters:
row- Row to iterate.v- Attribute visitor.
-
count
public int count()
- Specified by:
countin interfaceSystemViewRowAttributeWalker<StatisticsColumnConfigurationView>- Returns:
- Count of a row properties.
-
-