Uses of Class
org.apache.ignite.spi.systemview.view.ScanQueryView
-
Packages that use ScanQueryView Package Description org.apache.ignite.internal.managers.systemview org.apache.ignite.internal.managers.systemview.walker -
-
Uses of ScanQueryView in org.apache.ignite.internal.managers.systemview
Methods in org.apache.ignite.internal.managers.systemview that return types with arguments of type ScanQueryView Modifier and Type Method Description @NotNull Iterator<ScanQueryView>ScanQuerySystemView. iterator() -
Uses of ScanQueryView in org.apache.ignite.internal.managers.systemview.walker
Methods in org.apache.ignite.internal.managers.systemview.walker with parameters of type ScanQueryView Modifier and Type Method Description voidScanQueryViewWalker. visitAll(ScanQueryView row, SystemViewRowAttributeWalker.AttributeWithValueVisitor v)Calls visitor for each row attribute.
-