Uses of Interface
org.apache.ignite.lang.IgniteAsyncSupport
-
Packages that use IgniteAsyncSupport Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.cluster org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.transactions org.apache.ignite.lang Contains general language constructs and functional APIs for distributed computations.org.apache.ignite.transactions Contains transaction-related classes. -
-
Uses of IgniteAsyncSupport in org.apache.ignite
Subinterfaces of IgniteAsyncSupport in org.apache.ignite Modifier and Type Interface Description interfaceIgniteCache<K,V>Main entry point for all Data Grid APIs. You can get a named cache by callingIgnite.cache(String)method.interfaceIgniteClusterRepresents whole cluster (all available nodes) and also provides a handle onIgniteCluster.nodeLocalMap()which provides map-like functionality linked to current grid node.interfaceIgniteComputeDefines compute grid functionality for executing tasks and closures over nodes in theClusterGroup.interfaceIgniteEventsProvides functionality for local and remote event notifications on nodes defined byIgniteEvents.clusterGroup().interfaceIgniteMessagingProvides functionality for topic-based message exchange among nodes defined byIgniteMessaging.clusterGroup().interfaceIgniteServicesDefines functionality necessary to deploy distributed services on the grid. -
Uses of IgniteAsyncSupport in org.apache.ignite.internal
Classes in org.apache.ignite.internal with type parameters of type IgniteAsyncSupport Modifier and Type Class Description classAsyncSupportAdapter<T extends IgniteAsyncSupport>Adapter forIgniteAsyncSupport.Subinterfaces of IgniteAsyncSupport in org.apache.ignite.internal Modifier and Type Interface Description interfaceIgniteServicesExExtended interface that provides additional internal methods for managing services.Classes in org.apache.ignite.internal that implement IgniteAsyncSupport Modifier and Type Class Description classAsyncSupportAdapter<T extends IgniteAsyncSupport>Adapter forIgniteAsyncSupport.classIgniteComputeImplIgniteComputeimplementation.classIgniteEventsImplIgniteEventsimplementation.classIgniteMessagingImplIgniteMessagingimplementation.classIgniteServicesImplIgniteServicesimplementation. -
Uses of IgniteAsyncSupport in org.apache.ignite.internal.cluster
Subinterfaces of IgniteAsyncSupport in org.apache.ignite.internal.cluster Modifier and Type Interface Description interfaceIgniteClusterExClasses in org.apache.ignite.internal.cluster that implement IgniteAsyncSupport Modifier and Type Class Description classIgniteClusterAsyncImplclassIgniteClusterImpl -
Uses of IgniteAsyncSupport in org.apache.ignite.internal.processors.cache
Subinterfaces of IgniteAsyncSupport in org.apache.ignite.internal.processors.cache Modifier and Type Interface Description interfaceIgniteCacheProxy<K,V>Cache proxy.Classes in org.apache.ignite.internal.processors.cache that implement IgniteAsyncSupport Modifier and Type Class Description classGatewayProtectedCacheProxy<K,V>Cache proxy wrapper with gateway lock provided operations and possibility to change cache operation context.classIgniteCacheProxyImpl<K,V>Cache proxy implementation. -
Uses of IgniteAsyncSupport in org.apache.ignite.internal.processors.cache.transactions
Subinterfaces of IgniteAsyncSupport in org.apache.ignite.internal.processors.cache.transactions Modifier and Type Interface Description interfaceTransactionProxyMarker interface for transaction proxy.Classes in org.apache.ignite.internal.processors.cache.transactions that implement IgniteAsyncSupport Modifier and Type Class Description classTransactionEventProxyImplTransaction proxy used at tx events.classTransactionProxyImpl<K,V>Cache transaction proxy.classTransactionProxyRollbackOnlyImpl<K,V>Cache transaction proxy which supports only rollback or close operations and getters.Methods in org.apache.ignite.internal.processors.cache.transactions that return IgniteAsyncSupport Modifier and Type Method Description IgniteAsyncSupportTransactionEventProxyImpl. withAsync()Gets instance of this component with asynchronous mode enabled.IgniteAsyncSupportTransactionProxyImpl. withAsync()Gets instance of this component with asynchronous mode enabled. -
Uses of IgniteAsyncSupport in org.apache.ignite.lang
Methods in org.apache.ignite.lang that return IgniteAsyncSupport Modifier and Type Method Description IgniteAsyncSupportIgniteAsyncSupport. withAsync()Deprecated.since 2.0. -
Uses of IgniteAsyncSupport in org.apache.ignite.transactions
Subinterfaces of IgniteAsyncSupport in org.apache.ignite.transactions Modifier and Type Interface Description interfaceTransactionIgnite cache transaction.
-