public class ScanQuerySystemView<K,V> extends Object
SystemView implementation providing data about cache queries.| Modifier and Type | Field and Description |
|---|---|
static String |
SCAN_QRY_SYS_VIEW
Scan query system view.
|
static String |
SCAN_QRY_SYS_VIEW_DESC
Scan query system view description.
|
| Constructor and Description |
|---|
ScanQuerySystemView(Collection<GridCacheContext<K,V>> cctxs) |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
@NotNull Iterator<ScanQueryView> |
iterator() |
String |
name() |
int |
size() |
SystemViewRowAttributeWalker<R> |
walker() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static final String SCAN_QRY_SYS_VIEW
public static final String SCAN_QRY_SYS_VIEW_DESC
public ScanQuerySystemView(Collection<GridCacheContext<K,V>> cctxs)
cctxs - Cache data.public int size()
@NotNull public @NotNull Iterator<ScanQueryView> iterator()
public String name()
name in interface SystemView<R>public String description()
description in interface SystemView<R>public SystemViewRowAttributeWalker<R> walker()
walker in interface SystemView<R>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021