public class AtomicSequenceView extends Object
IgniteAtomicSequence representation for a SystemView.| Modifier and Type | Field and Description |
|---|---|
protected T |
ds
Data structure instance.
|
| Constructor and Description |
|---|
AtomicSequenceView(org.apache.ignite.internal.processors.datastructures.GridCacheRemovable ds) |
| Modifier and Type | Method and Description |
|---|---|
long |
batchSize() |
int |
groupId() |
String |
groupName() |
String |
name() |
boolean |
removed() |
long |
value() |
protected final T extends org.apache.ignite.internal.processors.datastructures.AtomicDataStructureProxy ds
public AtomicSequenceView(org.apache.ignite.internal.processors.datastructures.GridCacheRemovable ds)
ds - Data structure instance.public long value()
IgniteAtomicSequence.get()public long batchSize()
IgniteAtomicSequence.batchSize()public String name()
public String groupName()
public int groupId()
public boolean removed()
True is data structure removed.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025