| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.processors.datastructures | |
| org.apache.ignite.internal.processors.platform.datastructures |
| Modifier and Type | Method and Description |
|---|---|
IgniteAtomicSequence |
Ignite.atomicSequence(String name,
AtomicConfiguration cfg,
long initVal,
boolean create)
Will get an atomic sequence from cache and create one if it has not been created yet and
create flag
is true. |
IgniteAtomicSequence |
Ignite.atomicSequence(String name,
long initVal,
boolean create)
Will get an atomic sequence from cache and create one if it has not been created yet and
create flag
is true. |
| Modifier and Type | Method and Description |
|---|---|
@Nullable IgniteAtomicSequence |
IgniteKernal.atomicSequence(String name,
AtomicConfiguration cfg,
long initVal,
boolean create)
Will get an atomic sequence from cache and create one if it has not been created yet and
create flag
is true. |
@Nullable IgniteAtomicSequence |
IgniteKernal.atomicSequence(String name,
long initVal,
boolean create)
Will get an atomic sequence from cache and create one if it has not been created yet and
create flag
is true. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridCacheAtomicSequenceEx
Sequence managed by cache (
'Ex' stands for external. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheAtomicSequenceImpl
Cache sequence implementation.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteAtomicSequence |
DataStructuresProcessor.sequence(String name,
@Nullable AtomicConfiguration cfg,
long initVal,
boolean create)
Gets a sequence from cache or creates one if it's not cached.
|
| Constructor and Description |
|---|
PlatformAtomicSequence(PlatformContext ctx,
IgniteAtomicSequence atomicSeq)
Ctor.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021