Class StatisticsColumnPartitionDataViewWalker
- java.lang.Object
-
- org.apache.ignite.internal.managers.systemview.walker.StatisticsColumnPartitionDataViewWalker
-
- All Implemented Interfaces:
SystemViewRowAttributeWalker<StatisticsColumnPartitionDataView>
public class StatisticsColumnPartitionDataViewWalker extends Object implements SystemViewRowAttributeWalker<StatisticsColumnPartitionDataView>
Generated byorg.apache.ignite.codegen.SystemViewRowAttributeWalkerGenerator.StatisticsColumnPartitionDataViewattributes walker.- See Also:
StatisticsColumnPartitionDataView
-
-
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 StringPARTITION_FILTERFilter key for attribute "partition"static StringSCHEMA_FILTERFilter key for attribute "schema"static StringTYPE_FILTERFilter key for attribute "type"
-
Constructor Summary
Constructors Constructor Description StatisticsColumnPartitionDataViewWalker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcount()List<String>filtrableAttributes()voidvisitAll(StatisticsColumnPartitionDataView 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
-
PARTITION_FILTER
public static final String PARTITION_FILTER
Filter key for attribute "partition"- See Also:
- Constant Field Values
-
-
Method Detail
-
filtrableAttributes
public List<String> filtrableAttributes()
- Specified by:
filtrableAttributesin interfaceSystemViewRowAttributeWalker<StatisticsColumnPartitionDataView>- 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<StatisticsColumnPartitionDataView>- Parameters:
v- Attribute visitor.
-
visitAll
public void visitAll(StatisticsColumnPartitionDataView row, SystemViewRowAttributeWalker.AttributeWithValueVisitor v)
Calls visitor for each row attribute. Value of the attribute also provided.- Specified by:
visitAllin interfaceSystemViewRowAttributeWalker<StatisticsColumnPartitionDataView>- Parameters:
row- Row to iterate.v- Attribute visitor.
-
count
public int count()
- Specified by:
countin interfaceSystemViewRowAttributeWalker<StatisticsColumnPartitionDataView>- Returns:
- Count of a row properties.
-
-