Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.apache.ignite.lang Classes and Interfaces - 20 results found.
| Name | Description | Type | Package | Framework |
| IgniteAsyncSupport | Allows to enable asynchronous mode on Ignite APIs. | Interface | org.apache.ignite.lang | Ignite |
|
| IgniteAsyncSupported | Annotation to indicate that method can be executed asynchronously if async mode is enabled. | Class | org.apache.ignite.lang | Ignite |
|
| IgniteBiClosure | Defines generic closure with two parameters. | Interface | org.apache.ignite.lang | Ignite |
|
| IgniteBiInClosure | Closure with two in-parameters and void return type. | Interface | org.apache.ignite.lang | Ignite |
|
| IgniteBiPredicate | Defines a predicate which accepts two parameters and returns true or false. | Interface | org.apache.ignite.lang | Ignite |
|
| IgniteBiTuple | Convenience class representing mutable tuple of two values. | Class | org.apache.ignite.lang | Ignite |
|
| IgniteCallable | Grid-aware adapter for Callable implementations. | Interface | org.apache.ignite.lang | Ignite |
|
| IgniteClosure | Defines generic closure with one parameter. | Interface | org.apache.ignite.lang | Ignite |
|
| IgniteFuture | Future with simplified exception handling, functional programming support and ability to listen for future completion via functional callback. | Interface | org.apache.ignite.lang | Ignite |
|
| IgniteFutureCancelledException | Future computation cannot be retrieved because it was cancelled. | Class | org.apache.ignite.lang | Ignite |
|
| IgniteFutureTimeoutException | Future computation completion is timed out. | Class | org.apache.ignite.lang | Ignite |
|
| IgniteImmutable | Immutable types should be annotated with this annotation to avoid unnecessary copying (e. | Class | org.apache.ignite.lang | Ignite |
|
| IgniteInClosure | Closure with one in-parameter and void return type. | Interface | org.apache.ignite.lang | Ignite |
|
| IgniteNotPeerDeployable | This annotations should be used to mark any type that should not be peer deployable. | Class | org.apache.ignite.lang | Ignite |
|
| IgniteOutClosure | Closure that does not take any parameters and returns a value. | Interface | org.apache.ignite.lang | Ignite |
|
| IgnitePredicate | Defines a predicate which accepts a parameter and returns true or false. | Interface | org.apache.ignite.lang | Ignite |
|
| IgniteProductVersion | Represents node version. | Class | org.apache.ignite.lang | Ignite |
|
| IgniteReducer | Defines generic reducer that collects multiple values and reduces them into one. | Interface | org.apache.ignite.lang | Ignite |
|
| IgniteRunnable | Grid-aware adapter for Runnable implementations. | Interface | org.apache.ignite.lang | Ignite |
|
| IgniteUuid | This is a faster performing version of UUID. | Class | org.apache.ignite.lang | Ignite |