Uses of Interface
org.apache.ignite.internal.util.lang.GridPeerDeployAware
-
Packages that use GridPeerDeployAware Package Description org.apache.ignite.internal.processors.cache.transactions org.apache.ignite.internal.processors.closure TODO.org.apache.ignite.internal.processors.datastructures org.apache.ignite.internal.util System-wide utility routine and helper classes.org.apache.ignite.internal.util.lang -
-
Uses of GridPeerDeployAware in org.apache.ignite.internal.processors.cache.transactions
Classes in org.apache.ignite.internal.processors.cache.transactions that implement GridPeerDeployAware Modifier and Type Class Description classIgniteTxEntryTransaction entry. -
Uses of GridPeerDeployAware in org.apache.ignite.internal.processors.closure
Classes in org.apache.ignite.internal.processors.closure that implement GridPeerDeployAware Modifier and Type Class Description classGridPeerDeployAwareTaskAdapter<T,R>Peer deployment aware task adapter.Constructors in org.apache.ignite.internal.processors.closure with parameters of type GridPeerDeployAware Constructor Description GridPeerDeployAwareTaskAdapter(@Nullable GridPeerDeployAware pda)Constructor that receives deployment information for task. -
Uses of GridPeerDeployAware in org.apache.ignite.internal.processors.datastructures
Classes in org.apache.ignite.internal.processors.datastructures that implement GridPeerDeployAware Modifier and Type Class Description classGridCacheAtomicReferenceValue<T>Atomic reference value.classGridCacheAtomicStampedValue<T,S>Atomic stamped value. -
Uses of GridPeerDeployAware in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util that return GridPeerDeployAware Modifier and Type Method Description static GridPeerDeployAwareIgniteUtils. detectPeerDeployAware(GridPeerDeployAware obj)Unwraps top level user class for wrapped objects.static GridPeerDeployAwareIgniteUtils. peerDeployAware(Object obj)Creates an instance ofGridPeerDeployAwarefor object.static GridPeerDeployAwareIgniteUtils. peerDeployAware0(@Nullable Iterable<?> c)Gets the peer deploy aware instance for the object with the widest class loader.static GridPeerDeployAwareIgniteUtils. peerDeployAware0(@Nullable Object... c)Gets the peer deploy aware instance for the object with the widest class loader.static GridPeerDeployAwareIgniteUtils. peerDeployAware0(Object obj)Creates an instance ofGridPeerDeployAwarefor object.Methods in org.apache.ignite.internal.util with parameters of type GridPeerDeployAware Modifier and Type Method Description static GridPeerDeployAwareIgniteUtils. detectPeerDeployAware(GridPeerDeployAware obj)Unwraps top level user class for wrapped objects. -
Uses of GridPeerDeployAware in org.apache.ignite.internal.util.lang
Classes in org.apache.ignite.internal.util.lang that implement GridPeerDeployAware Modifier and Type Class Description classGridPeerDeployAwareAdapterAdapter for common interfaces in closures, reducers and predicates.Fields in org.apache.ignite.internal.util.lang declared as GridPeerDeployAware Modifier and Type Field Description protected GridPeerDeployAwareGridPeerDeployAwareAdapter. pdaPeer deploy aware class.
-