| Package | Description |
|---|---|
| org.apache.ignite.igfs |
Contains IGnite File System APIs.
|
| org.apache.ignite.internal.direct.state | |
| org.apache.ignite.internal.managers.communication |
TODO.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
IgfsUserContext.doAs(String user,
IgniteOutClosure<T> c)
Executes given callable in the given user context.
|
| Constructor and Description |
|---|
DirectMessageState(Class<T> cls,
IgniteOutClosure<T> factory) |
| Modifier and Type | Method and Description |
|---|---|
static void |
GridIoMessageFactory.registerCustom(short type,
IgniteOutClosure<Message> c)
Registers factory for custom message.
|
| 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 Fabric : ver. 2.2.0 Release Date : September 15 2017