| Modifier and Type | Class and Description |
|---|---|
class |
ComputeTaskInternalFuture<R>
This class provide implementation for task future.
|
| Modifier and Type | Method and Description |
|---|---|
GridFutureAdapter<?> |
GridKernalGateway.onDisconnected()
Disconnected callback.
|
GridFutureAdapter<?> |
GridKernalGatewayImpl.onDisconnected()
Disconnected callback.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheObjectsReleaseFuture<T,R> |
class |
GridCacheCompoundFuture<T,R> |
class |
GridCacheCompoundIdentityFuture<T> |
class |
GridCacheFutureAdapter<R> |
class |
GridCacheMultiTxFuture<K,V>
Future which waits for completion of one or more transactions.
|
| Modifier and Type | Method and Description |
|---|---|
GridFutureAdapter |
GridCacheMvccManager.addDataStreamerFuture(AffinityTopologyVersion topVer) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheTxRecoveryFuture
Future verifying that all remote transactions related to transaction were prepared or committed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheDistributedGetFutureAdapter<K,V> |
class |
ClientCacheDhtTopologyFuture
Topology future created for client cache start.
|
class |
GridDhtAssignmentFetchFuture
Future that fetches affinity assignment from remote cache nodes.
|
class |
GridDhtEmbeddedFuture<A,B>
Embedded DHT future.
|
class |
GridDhtGetFuture<K,V> |
class |
GridDhtGetSingleFuture<K,V> |
class |
GridDhtLockFuture
Cache lock future.
|
class |
GridDhtTopologyFutureAdapter |
class |
GridDhtTxFinishFuture<K,V> |
class |
GridDhtTxPrepareFuture |
class |
GridPartitionedGetFuture<K,V>
Colocated get future.
|
class |
GridPartitionedSingleGetFuture |
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtAtomicAbstractUpdateFuture
DHT atomic cache backup update future.
|
class |
GridNearAtomicAbstractUpdateFuture
Base for near atomic update futures.
|
class |
GridNearAtomicSingleUpdateFuture
DHT atomic cache near update future.
|
class |
GridNearAtomicUpdateFuture
DHT atomic cache near update future.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtColocatedLockFuture
Colocated cache lock future.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtForceKeysFuture<K,V>
Force keys request future.
|
static class |
GridDhtPartitionDemander.RebalanceFuture |
class |
GridDhtPartitionsExchangeFuture
Future for exchanging partition maps.
|
class |
InitNewCoordinatorFuture |
class |
StopCachesOnClientReconnectExchangeTask |
| Modifier and Type | Class and Description |
|---|---|
class |
GridNearGetFuture<K,V> |
class |
GridNearLockFuture
Cache lock future.
|
class |
GridNearOptimisticSerializableTxPrepareFuture |
class |
GridNearOptimisticTxPrepareFuture |
class |
GridNearOptimisticTxPrepareFutureAdapter |
protected static class |
GridNearOptimisticTxPrepareFutureAdapter.KeyLockFuture
Keys lock future.
|
class |
GridNearPessimisticTxPrepareFuture |
class |
GridNearTxFastFinishFuture |
class |
GridNearTxFinishFuture<K,V> |
class |
GridNearTxPrepareFutureAdapter
Common code for tx prepare in optimistic and pessimistic modes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridLocalLockFuture<K,V>
Cache lock future.
|
| Modifier and Type | Method and Description |
|---|---|
GridFutureAdapter |
CheckpointFuture.beginFuture() |
GridFutureAdapter |
CheckpointFuture.finishFuture() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileDownloader.download(GridFutureAdapter<?> fut) |
void |
FileUploader.upload(SocketChannel writeChannel,
GridFutureAdapter<Long> finishFut) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheDistributedFieldsQueryFuture
Distributed fields query future.
|
class |
GridCacheDistributedQueryFuture<K,V,R>
Distributed query future.
|
class |
GridCacheLocalFieldsQueryFuture
Local fields query future.
|
class |
GridCacheLocalQueryFuture<K,V,R>
Local query future.
|
class |
GridCacheQueryFutureAdapter<K,V,R>
Query future adapter.
|
| Modifier and Type | Method and Description |
|---|---|
GridDhtTopologyFuture |
IgniteTxStateImpl.topologyReadLock(GridCacheSharedContext cctx,
GridFutureAdapter<?> fut) |
GridDhtTopologyFuture |
IgniteTxRemoteStateAdapter.topologyReadLock(GridCacheSharedContext cctx,
GridFutureAdapter<?> fut) |
GridDhtTopologyFuture |
IgniteTxState.topologyReadLock(GridCacheSharedContext cctx,
GridFutureAdapter<?> fut) |
GridDhtTopologyFuture |
IgniteTxImplicitSingleStateImpl.topologyReadLock(GridCacheSharedContext cctx,
GridFutureAdapter<?> fut) |
| Modifier and Type | Method and Description |
|---|---|
GridFutureAdapter<MappingExchangeResult> |
MarshallerMappingTransport.awaitMappingAcceptance(MarshallerMappingItem item,
ConcurrentMap<Integer,MappedName> cache) |
GridFutureAdapter<MappingExchangeResult> |
MarshallerMappingTransport.proposeMapping(MarshallerMappingItem item,
ConcurrentMap<Integer,MappedName> cache) |
GridFutureAdapter<MappingExchangeResult> |
MarshallerMappingTransport.requestMapping(MarshallerMappingItem item,
ConcurrentMap<Integer,MappedName> cache) |
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaOperationClientFuture
Schema operation client future.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridServiceDeploymentCompoundFuture
Service deployment compound future.
|
class |
GridServiceDeploymentFuture
Service deployment future.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CountDownFuture |
class |
GridCompoundFuture<T,R>
Future composed of multiple inner futures.
|
class |
GridCompoundIdentityFuture<T>
Compound future with reducer which accepts and produces results of the same type.
|
class |
GridEmbeddedFuture<A,B>
Future which waits for embedded future to complete and then asynchronously executes
provided closure with embedded future result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridNioEmbeddedFuture<R>
Future that delegates to some other future.
|
class |
GridNioFutureImpl<R>
Default future implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridWorkerFuture<T>
Future for locally executed closure that defines cancellation logic.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.4.0 Release Date : March 5 2018