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