| Package | Description |
|---|---|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.util |
System-wide utility routine and helper classes.
|
| org.apache.ignite.internal.util.lang | |
| org.apache.ignite.internal.util.lang.gridfunc |
Contains utilities classes for
GridFunc. |
| org.apache.ignite.internal.util.typedef |
Contains typedefs definitions for frequently used classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteKernal.start(IgniteConfiguration cfg,
ExecutorService utilityCachePool,
ExecutorService execSvc,
ExecutorService svcExecSvc,
ExecutorService sysExecSvc,
StripedExecutor stripedExecSvc,
ExecutorService p2pExecSvc,
ExecutorService mgmtExecSvc,
StripedExecutor dataStreamExecSvc,
ExecutorService restExecSvc,
ExecutorService affExecSvc,
@Nullable ExecutorService idxExecSvc,
@Nullable ExecutorService buildIdxExecSvc,
IgniteStripedThreadPoolExecutor callbackExecSvc,
ExecutorService qryExecSvc,
ExecutorService schemaExecSvc,
ExecutorService rebalanceExecSvc,
IgniteStripedThreadPoolExecutor rebalanceStripedExecSvc,
@Nullable Map<String,? extends ExecutorService> customExecSvcs,
GridAbsClosure errHnd,
WorkersRegistry workerRegistry,
Thread.UncaughtExceptionHandler hnd,
TimeBag startTimer) |
| Modifier and Type | Method and Description |
|---|---|
static GridJavaProcess |
GridJavaProcess.exec(Class cls,
String params,
@Nullable IgniteLogger log,
@Nullable IgniteInClosure<String> printC,
@Nullable GridAbsClosure procKilledC)
Executes main() method of the given class in a separate system process.
|
static GridJavaProcess |
GridJavaProcess.exec(Class cls,
String params,
@Nullable IgniteLogger log,
@Nullable IgniteInClosure<String> printC,
@Nullable GridAbsClosure procKilledC,
@Nullable Collection<String> jvmArgs,
@Nullable String cp)
Executes main() method of the given class in a separate system process.
|
static GridJavaProcess |
GridJavaProcess.exec(String clsName,
String params,
@Nullable IgniteLogger log,
@Nullable IgniteInClosure<String> printC,
@Nullable GridAbsClosure procKilledC,
@Nullable String javaHome,
@Nullable Collection<String> jvmArgs,
@Nullable String cp)
Executes main() method of the given class in a separate system process.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridAbsClosureX
Convenient abs-closure subclass that allows for thrown grid exception.
|
| Modifier and Type | Method and Description |
|---|---|
static GridAbsClosure |
GridFunc.as(@Nullable Runnable r)
Deprecated.
|
static GridAbsClosure |
GridFunc.noop()
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpClosure
Absolute closure that does nothing.
|
class |
RunnableWrapperClosure
Closure that wraps given runnable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CA
Defines
alias for GridAbsClosure by extending it. |
class |
CAX
Defines
alias for GridAbsClosureX by extending it. |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021