public class AtomicLongView extends Object
IgniteAtomicLong
representation for a SystemView
.Modifier and Type | Field and Description |
---|---|
protected T |
ds
Data structure instance.
|
Constructor and Description |
---|
AtomicLongView(org.apache.ignite.internal.processors.datastructures.GridCacheRemovable ds) |
Modifier and Type | Method and Description |
---|---|
int |
groupId() |
String |
groupName() |
String |
name() |
boolean |
removed() |
long |
value() |
protected final T extends org.apache.ignite.internal.processors.datastructures.AtomicDataStructureProxy ds
public AtomicLongView(org.apache.ignite.internal.processors.datastructures.GridCacheRemovable ds)
ds
- Data structure instance.public long value()
IgniteAtomicLong.get()
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.14 Release Date : November 5 2024