Class PagesTimestampHistogramViewWalker
- java.lang.Object
-
- org.apache.ignite.internal.managers.systemview.walker.PagesTimestampHistogramViewWalker
-
- All Implemented Interfaces:
SystemViewRowAttributeWalker<PagesTimestampHistogramView>
public class PagesTimestampHistogramViewWalker extends Object implements SystemViewRowAttributeWalker<PagesTimestampHistogramView>
Generated byorg.apache.ignite.codegen.SystemViewRowAttributeWalkerGenerator.PagesTimestampHistogramViewattributes walker.- See Also:
PagesTimestampHistogramView
-
-
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 PagesTimestampHistogramViewWalker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcount()voidvisitAll(PagesTimestampHistogramView 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<PagesTimestampHistogramView>- Parameters:
v- Attribute visitor.
-
visitAll
public void visitAll(PagesTimestampHistogramView row, SystemViewRowAttributeWalker.AttributeWithValueVisitor v)
Calls visitor for each row attribute. Value of the attribute also provided.- Specified by:
visitAllin interfaceSystemViewRowAttributeWalker<PagesTimestampHistogramView>- Parameters:
row- Row to iterate.v- Attribute visitor.
-
count
public int count()
- Specified by:
countin interfaceSystemViewRowAttributeWalker<PagesTimestampHistogramView>- Returns:
- Count of a row properties.
-
-