Uses of Interface
org.apache.ignite.spi.systemview.view.SystemViewRowAttributeWalker.AttributeVisitor
-
Packages that use SystemViewRowAttributeWalker.AttributeVisitor Package Description org.apache.ignite.spi.systemview.view ContainsSystemView
clases that exists in Ignite. -
-
Uses of SystemViewRowAttributeWalker.AttributeVisitor in org.apache.ignite.spi.systemview.view
Methods in org.apache.ignite.spi.systemview.view with parameters of type SystemViewRowAttributeWalker.AttributeVisitor Modifier and Type Method Description void
SystemViewRowAttributeWalker. visitAll(SystemViewRowAttributeWalker.AttributeVisitor visitor)
Calls visitor for each row attribute.
-