| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.internal.processors.cache.transactions | |
| org.apache.ignite.internal.util |
System-wide utility routine and helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
GridCacheSharedContext.verifyTxCompatibility(IgniteInternalTx tx,
GridIntList activeCacheIds,
GridCacheContext<K,V> cacheCtx) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable GridIntList |
IgniteTxImplicitSingleStateImpl.cacheIds()
Gets caches ids affected with current tx.
|
@Nullable GridIntList |
IgniteTxStateImpl.cacheIds()
Gets caches ids affected with current tx.
|
@Nullable GridIntList |
IgniteTxRemoteStateAdapter.cacheIds()
Gets caches ids affected with current tx.
|
@Nullable GridIntList |
IgniteTxState.cacheIds()
Gets caches ids affected with current tx.
|
| Modifier and Type | Method and Description |
|---|---|
static GridIntList |
GridIntList.addAll(@Nullable GridIntList to,
GridIntList from) |
static GridIntList |
GridIntList.asList(int... vals) |
GridIntList |
GridIntList.copy() |
GridIntList |
GridIntList.copyWithout(GridIntList l)
Returns (possibly reordered) copy of this list, excluding all elements of given list.
|
static @Nullable GridIntList |
GridIntList.readFrom(DataInput in) |
GridIntList |
GridIntList.sort()
Sorts this list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridIntList.addAll(GridIntList l) |
static GridIntList |
GridIntList.addAll(@Nullable GridIntList to,
GridIntList from) |
static GridIntList |
GridIntList.addAll(@Nullable GridIntList to,
GridIntList from) |
boolean |
GridIntList.containsAll(GridIntList l) |
GridIntList |
GridIntList.copyWithout(GridIntList l)
Returns (possibly reordered) copy of this list, excluding all elements of given list.
|
static void |
GridIntList.writeTo(DataOutput out,
@Nullable GridIntList list) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020