| Modifier and Type | Method and Description |
|---|---|
GridLongList |
IgniteCacheOffheapManager.mvccRemoveNative(boolean primary,
GridCacheMapEntry entry,
MvccSnapshot mvccSnapshot) |
GridLongList |
IgniteCacheOffheapManagerImpl.mvccRemoveNative(boolean primary,
GridCacheMapEntry entry,
MvccSnapshot mvccSnapshot) |
GridLongList |
IgniteCacheOffheapManager.CacheDataStore.mvccRemoveNative(GridCacheContext cctx,
boolean primary,
KeyCacheObject key,
MvccSnapshot mvccSnapshot) |
GridLongList |
IgniteCacheOffheapManagerImpl.CacheDataStoreImpl.mvccRemoveNative(GridCacheContext cctx,
boolean primary,
KeyCacheObject key,
MvccSnapshot mvccSnapshot) |
GridLongList |
IgniteCacheOffheapManager.mvccUpdateNative(boolean primary,
GridCacheMapEntry entry,
CacheObject val,
GridCacheVersion ver,
long expireTime,
MvccSnapshot mvccSnapshot) |
GridLongList |
IgniteCacheOffheapManagerImpl.mvccUpdateNative(boolean primary,
GridCacheMapEntry entry,
CacheObject val,
GridCacheVersion ver,
long expireTime,
MvccSnapshot mvccSnapshot) |
GridLongList |
IgniteCacheOffheapManager.CacheDataStore.mvccUpdateNative(GridCacheContext cctx,
boolean primary,
KeyCacheObject key,
CacheObject val,
GridCacheVersion ver,
long expireTime,
MvccSnapshot mvccSnapshot) |
GridLongList |
IgniteCacheOffheapManagerImpl.CacheDataStoreImpl.mvccUpdateNative(GridCacheContext cctx,
boolean primary,
KeyCacheObject key,
CacheObject val,
GridCacheVersion ver,
long expireTime,
MvccSnapshot mvccSnapshot) |
GridLongList |
GridCacheUpdateTxResult.mvccWaitTransactions() |
| Modifier and Type | Method and Description |
|---|---|
Map<UUID,GridLongList> |
ExchangeContext.activeQueries() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExchangeContext.addActiveQueries(UUID nodeId,
GridLongList nodeQueries) |
| Modifier and Type | Method and Description |
|---|---|
GridLongList |
GridDhtTxFinishRequest.partUpdateCounters() |
| Constructor and Description |
|---|
GridDhtAtomicDeferredUpdateResponse(int cacheId,
GridLongList futIds)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,GridLongList> |
CacheGroupAffinityMessage.assignmentsDiff() |
| Modifier and Type | Method and Description |
|---|---|
static List<ClusterNode> |
CacheGroupAffinityMessage.toNodes(GridLongList assign,
Map<Long,ClusterNode> nodesByOrder,
DiscoCache discoCache) |
| Modifier and Type | Method and Description |
|---|---|
void |
MvccProcessorImpl.processClientActiveQueries(UUID nodeId,
GridLongList activeQueries) |
void |
MvccProcessor.processClientActiveQueries(UUID nodeId,
GridLongList activeQueries) |
IgniteInternalFuture<Void> |
MvccProcessorImpl.waitTxsFuture(UUID crdId,
GridLongList txs) |
IgniteInternalFuture<Void> |
MvccProcessor.waitTxsFuture(UUID crdId,
GridLongList txs) |
| Modifier and Type | Method and Description |
|---|---|
void |
MvccProcessorImpl.onExchangeDone(boolean newCrd,
DiscoCache discoCache,
Map<UUID,GridLongList> activeQueries)
Exchange done callback.
|
void |
MvccProcessor.onExchangeDone(boolean newCoord,
DiscoCache discoCache,
Map<UUID,GridLongList> activeQueries)
Exchange done callback.
|
| Modifier and Type | Method and Description |
|---|---|
GridLongList |
MvccActiveQueriesMessage.activeQueries() |
GridLongList |
MvccWaitTxsRequest.transactions() |
| Constructor and Description |
|---|
MvccActiveQueriesMessage(GridLongList activeQrys) |
MvccWaitTxsRequest(long futId,
GridLongList txs) |
| Modifier and Type | Method and Description |
|---|---|
GridLongList |
GridCacheOffheapManager.GridCacheDataStore.mvccRemoveNative(GridCacheContext cctx,
boolean primary,
KeyCacheObject key,
MvccSnapshot mvccSnapshot) |
GridLongList |
GridCacheOffheapManager.GridCacheDataStore.mvccUpdateNative(GridCacheContext cctx,
boolean primary,
KeyCacheObject key,
CacheObject val,
GridCacheVersion ver,
long expireTime,
MvccSnapshot mvccSnapshot) |
| Modifier and Type | Method and Description |
|---|---|
void |
PagesListMetaIO.getBucketsData(long pageAddr,
Map<Integer,GridLongList> res) |
| Modifier and Type | Method and Description |
|---|---|
GridLongList |
FullPageIdTable.removeIf(int startIdxToClear,
int endIdxToClear,
LoadedPagesMap.KeyPredicate keyPred)
Removes entities matching provided predicate at specified mapping range.
|
GridLongList |
RobinHoodBackwardShiftHashMap.removeIf(int startIdxToClear,
int endIdxToClear,
LoadedPagesMap.KeyPredicate keyPred)
Removes entities matching provided predicate at specified mapping range.
|
GridLongList |
LoadedPagesMap.removeIf(int startIdxToClear,
int endIdxToClear,
LoadedPagesMap.KeyPredicate keyPred)
Removes entities matching provided predicate at specified mapping range.
|
default GridLongList |
LoadedPagesMap.removeIf(LoadedPagesMap.KeyPredicate keyPred)
Removes entities matching provided predicate.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LongListReuseBag
GridLongList-based reuse bag. |
| Modifier and Type | Method and Description |
|---|---|
GridLongList |
IgniteTxLocalAdapter.mvccWaitTransactions() |
| Modifier and Type | Method and Description |
|---|---|
GridLongList |
MvccUpdateDataRowNative.activeTransactions() |
| Modifier and Type | Method and Description |
|---|---|
static GridLongList |
GridLongList.addAll(GridLongList to,
GridLongList from) |
static GridLongList |
GridLongList.asList(long... vals) |
GridLongList |
GridLongList.copy() |
GridLongList |
GridLongList.copyWithout(GridLongList l)
Returns (possibly reordered) copy of this list, excluding all elements of given list.
|
static GridLongList |
GridLongList.readFrom(DataInput in) |
GridLongList |
GridLongList.sort()
Sorts this list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridLongList.addAll(GridLongList l) |
static GridLongList |
GridLongList.addAll(GridLongList to,
GridLongList from) |
boolean |
GridLongList.containsAll(GridLongList l) |
GridLongList |
GridLongList.copyWithout(GridLongList l)
Returns (possibly reordered) copy of this list, excluding all elements of given list.
|
static void |
GridLongList.writeTo(DataOutput out,
GridLongList list) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019