public class QueueView extends Object
SystemView.| Constructor and Description |
|---|
QueueView(org.apache.ignite.internal.processors.datastructures.GridCacheQueueProxy<?> queue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
bounded() |
int |
capacity() |
boolean |
collocated()
Collocated flag.
|
int |
groupId() |
String |
groupName() |
IgniteUuid |
id() |
String |
name() |
boolean |
removed() |
int |
size() |
public QueueView(org.apache.ignite.internal.processors.datastructures.GridCacheQueueProxy<?> queue)
queue - Queue to view.public IgniteUuid id()
public String name()
public int capacity()
public int size()
public String groupName()
public int groupId()
public boolean bounded()
true then queue capacity is bounded.public boolean collocated()
public boolean removed()
true then this queue removed.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025