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