| Package | Description |
|---|---|
| org.apache.ignite.internal.direct.state | |
| org.apache.ignite.internal.processors.cache.persistence |
This package contain cache with persistence implementation.
|
| org.apache.ignite.internal.processors.cache.persistence.file | |
| org.apache.ignite.internal.processors.cache.persistence.pagemem |
This package contains page memory implementation for case persitence is enabled.
|
| org.apache.ignite.internal.processors.cache.transactions | |
| org.apache.ignite.internal.util |
System-wide utility routine and helper classes.
|
| org.apache.ignite.internal.util.future |
Future related classes.
|
| org.apache.ignite.internal.util.lang | |
| org.apache.ignite.internal.util.typedef |
Contains typedefs definitions for frequently used classes.
|
| Constructor and Description |
|---|
DirectMessageState(Class<T> cls,
IgniteOutClosure<T> factory) |
| Modifier and Type | Method and Description |
|---|---|
protected IgniteOutClosure<Long> |
GridCacheDatabaseSharedManager.freeSpaceProvider(DataRegionConfiguration dataRegCfg)
Deprecated.
|
protected IgniteOutClosure<Long> |
IgniteCacheDatabaseSharedManager.freeSpaceProvider(DataRegionConfiguration dataRegCfg)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataStorageMetricsImpl.setWalSizeProvider(IgniteOutClosure<Long> walSizeProvider) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
FilePageStoreManager.LongOperationAsyncExecutor.afterAsyncCompletion(IgniteOutClosure<T> closure)
Executes closure that can't run in parallel with long operation that is executed by
FilePageStoreManager.LongOperationAsyncExecutor.async(java.lang.Runnable). |
PageStore |
FileVersionCheckingFactory.createPageStore(byte type,
IgniteOutClosure<Path> pathProvider,
LongAdderMetric allocatedTracker)
Creates instance of PageStore based on file path provider.
|
PageStore |
FilePageStoreFactory.createPageStore(byte type,
IgniteOutClosure<Path> pathProvider,
LongAdderMetric allocatedTracker)
Creates instance of PageStore based on file path provider.
|
| Constructor and Description |
|---|
FilePageStore(byte type,
IgniteOutClosure<Path> pathProvider,
FileIOFactory factory,
DataStorageConfiguration cfg,
LongAdderMetric allocatedTracker) |
FilePageStoreV2(byte type,
IgniteOutClosure<Path> pathProvider,
FileIOFactory factory,
DataStorageConfiguration cfg,
LongAdderMetric allocatedTracker)
Constructor which initializes file path provider closure, allowing to calculate file path in any time.
|
| Constructor and Description |
|---|
PageMemoryImpl(DirectMemoryProvider directMemoryProvider,
long[] sizes,
GridCacheSharedContext<?,?> ctx,
int pageSize,
PageStoreWriter flushDirtyPage,
@Nullable GridInClosure3X<Long,FullPageId,PageMemoryEx> changeTracker,
CheckpointLockStateChecker stateChecker,
DataRegionMetricsImpl memMetrics,
@Nullable PageMemoryImpl.ThrottlingPolicy throttlingPlc,
IgniteOutClosure<CheckpointProgress> cpProgressProvider) |
PagesWriteSpeedBasedThrottle(PageMemoryImpl pageMemory,
IgniteOutClosure<CheckpointProgress> cpProgress,
CheckpointLockStateChecker stateChecker,
IgniteLogger log) |
PagesWriteThrottle(PageMemoryImpl pageMemory,
IgniteOutClosure<CheckpointProgress> cpProgress,
CheckpointLockStateChecker stateChecker,
boolean throttleOnlyPagesInCheckpoint,
IgniteLogger log) |
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteTxManager.checkEmptyTransactions(@NotNull IgniteOutClosure<String> errMsgConstructor)
Method checks that current thread does not have active transactions.
|
| Modifier and Type | Method and Description |
|---|---|
static <R> R |
IgniteUtils.wrapThreadLoader(ClassLoader ldr,
IgniteOutClosure<R> c)
Sets thread context class loader to the given loader, executes the closure, and then
resets thread context class loader to its initial value.
|
| Constructor and Description |
|---|
GridEmbeddedFuture(IgniteInternalFuture<B> embedded,
IgniteOutClosure<IgniteInternalFuture<A>> c) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IgniteReducer2<E1,E2,R>
Defines generic
for-all or reduce type of closure. |
interface |
IgniteReducer3<E1,E2,E3,R>
Defines generic
for-all or reduce type of closure. |
| Modifier and Type | Class and Description |
|---|---|
class |
IgniteOutClosureX<T>
Convenient out-closure subclass that allows for thrown grid exception.
|
class |
IgniteReducer2X<E1,E2,R>
Convenient reducer subclass that allows for thrown grid exception.
|
class |
IgniteReducer3X<E1,E2,E3,R>
Convenient reducer subclass that allows for thrown grid exception.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CO<T>
Defines
alias for IgniteOutClosure by extending it. |
interface |
R2<E1,E2,R>
Defines
alias for IgniteReducer2 by extending it. |
interface |
R3<E1,E2,E3,R>
Defines
alias for IgniteReducer3 by extending it. |
| Modifier and Type | Class and Description |
|---|---|
class |
COX<T>
Defines
alias for IgniteOutClosureX by extending it. |
class |
RX2<E1,E2,R>
Defines
alias for IgniteReducer2X by extending it. |
class |
RX3<E1,E2,E3,R>
Defines
alias for IgniteReducer3X by extending it. |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020