Uses of Interface
org.apache.ignite.internal.processors.platform.PlatformContext
-
-
Uses of PlatformContext in org.apache.ignite.internal.logger.platform
Methods in org.apache.ignite.internal.logger.platform with parameters of type PlatformContext Modifier and Type Method Description voidPlatformLogger. setContext(PlatformContext ctx)Sets the context. -
Uses of PlatformContext in org.apache.ignite.internal.processors.platform
Classes in org.apache.ignite.internal.processors.platform that implement PlatformContext Modifier and Type Class Description classPlatformContextImplImplementation of platform context.Fields in org.apache.ignite.internal.processors.platform declared as PlatformContext Modifier and Type Field Description protected PlatformContextPlatformAbstractPredicate. ctxInterop processor.protected PlatformContextPlatformExtendedException. ctxPlatform context.protected PlatformContextPlatformAbstractTarget. platformCtxContext.protected PlatformContextPlatformTargetProxyImpl. platformCtxContext.Methods in org.apache.ignite.internal.processors.platform that return PlatformContext Modifier and Type Method Description PlatformContextPlatformExtendedException. context()PlatformContextPlatformNoopProcessor. context()Gets platform context.PlatformContextPlatformProcessor. context()Gets platform context.PlatformContextPlatformProcessorImpl. context()Gets platform context.PlatformContextPlatformAbstractTarget. platformContext()Constructors in org.apache.ignite.internal.processors.platform with parameters of type PlatformContext Constructor Description PlatformAbstractPredicate(Object pred, long ptr, PlatformContext ctx)Constructor.PlatformAbstractTarget(PlatformContext platformCtx)Constructor.PlatformExtendedException(Throwable cause, PlatformContext ctx)Constructor.PlatformTargetProxyImpl(PlatformTarget target, PlatformContext platformCtx) -
Uses of PlatformContext in org.apache.ignite.internal.processors.platform.binary
Constructors in org.apache.ignite.internal.processors.platform.binary with parameters of type PlatformContext Constructor Description PlatformBinaryProcessor(PlatformContext platformCtx)Constructor. -
Uses of PlatformContext in org.apache.ignite.internal.processors.platform.cache
Constructors in org.apache.ignite.internal.processors.platform.cache with parameters of type PlatformContext Constructor Description PlatformCache(PlatformContext platformCtx, IgniteCache cache, boolean keepBinary)Constructor.PlatformCache(PlatformContext platformCtx, IgniteCache cache, boolean keepBinary, PlatformCacheExtension[] exts)Constructor.PlatformCacheEntryFilterImpl(Object pred, long ptr, PlatformContext ctx)Constructor.PlatformCacheIterator(PlatformContext platformCtx, Iterator<javax.cache.Cache.Entry> iter)Constructor.PlatformCachePartialUpdateException(CachePartialUpdateCheckedException cause, PlatformContext ctx, boolean keepBinary)Constructor. -
Uses of PlatformContext in org.apache.ignite.internal.processors.platform.cache.affinity
Methods in org.apache.ignite.internal.processors.platform.cache.affinity with parameters of type PlatformContext Modifier and Type Method Description static @NotNull List<List<ClusterNode>>PlatformAffinityUtils. readPartitionAssignment(BinaryRawReader reader, PlatformContext ctx)Reads the partition assignment.static voidPlatformAffinityUtils. writeAffinityFunctionContext(AffinityFunctionContext affCtx, BinaryRawWriterEx writer, PlatformContext ctx)Writes the affinity function context.static voidPlatformAffinityUtils. writePartitionAssignment(Collection<List<ClusterNode>> partitions, BinaryRawWriterEx writer, PlatformContext ctx)Writes the partition assignment to a stream.Constructors in org.apache.ignite.internal.processors.platform.cache.affinity with parameters of type PlatformContext Constructor Description PlatformAffinity(PlatformContext platformCtx, @Nullable String name)Constructor.PlatformAffinityFunctionTarget(PlatformContext platformCtx, AffinityFunction baseFunc)Constructor.PlatformAffinityManager(PlatformContext platformCtx, int cacheId)Constructor. -
Uses of PlatformContext in org.apache.ignite.internal.processors.platform.cache.query
Fields in org.apache.ignite.internal.processors.platform.cache.query declared as PlatformContext Modifier and Type Field Description protected PlatformContextPlatformContinuousQueryImpl. platformCtxContext.Constructors in org.apache.ignite.internal.processors.platform.cache.query with parameters of type PlatformContext Constructor Description PlatformContinuousQueryImpl(PlatformContext platformCtx, long ptr, boolean hasFilter, Object filter)Constructor.PlatformContinuousQueryProxy(PlatformContext platformCtx, PlatformContinuousQuery qry)Constructor.PlatformFieldsQueryCursor(PlatformContext platformCtx, QueryCursorEx<List<?>> cursor, int batchSize)Constructor.PlatformQueryCursor(PlatformContext platformCtx, QueryCursorEx<javax.cache.Cache.Entry> cursor, int batchSize)Constructor. -
Uses of PlatformContext in org.apache.ignite.internal.processors.platform.cluster
Constructors in org.apache.ignite.internal.processors.platform.cluster with parameters of type PlatformContext Constructor Description PlatformClusterGroup(PlatformContext platformCtx, ClusterGroupEx prj)Constructor.PlatformClusterNodeFilterImpl(Object pred, PlatformContext ctx)Constructor. -
Uses of PlatformContext in org.apache.ignite.internal.processors.platform.compute
Fields in org.apache.ignite.internal.processors.platform.compute declared as PlatformContext Modifier and Type Field Description protected PlatformContextPlatformAbstractTask. ctxPlatform context.Methods in org.apache.ignite.internal.processors.platform.compute with parameters of type PlatformContext Modifier and Type Method Description protected booleanPlatformAbstractJob. createJob(PlatformContext ctx)Create job in native platform if needed.protected abstract ObjectPlatformAbstractJob. execute0(PlatformContext ctx)Internal job execution routine.@Nullable ObjectPlatformClosureJob. execute0(PlatformContext ctx)Internal job execution routine.@Nullable ObjectPlatformFullJob. execute0(PlatformContext ctx)Internal job execution routine.protected ObjectPlatformAbstractJob. runLocal(PlatformContext ctx, boolean cancel, PlatformTargetProxy ses)Run local job.Constructors in org.apache.ignite.internal.processors.platform.compute with parameters of type PlatformContext Constructor Description PlatformAbstractTask(PlatformContext ctx, long taskPtr)Constructor.PlatformBalancingMultiClosureTask(PlatformContext ctx, long taskPtr)Constructor.PlatformBalancingSingleClosureTask(PlatformContext ctx, long taskPtr)Constructor.PlatformBroadcastingMultiClosureTask(PlatformContext ctx, long taskPtr)Constructor.PlatformBroadcastingSingleClosureTask(PlatformContext ctx, long taskPtr)Constructor.PlatformCompute(PlatformContext platformCtx, ClusterGroup grp, String platformAttr)PlatformComputeTaskSession(PlatformContext platformCtx, ComputeTaskSession ses)Constructor.PlatformFullJob(PlatformContext ctx, PlatformAbstractTask task, long ptr, Object job, String jobName)Constructor.PlatformFullTask(PlatformContext ctx, ClusterGroup grp, long taskPtr, long topVer, String taskName, boolean taskSesFullSupport)Constructor. -
Uses of PlatformContext in org.apache.ignite.internal.processors.platform.datastreamer
Constructors in org.apache.ignite.internal.processors.platform.datastreamer with parameters of type PlatformContext Constructor Description PlatformDataStreamer(PlatformContext platformCtx, String cacheName, DataStreamerImpl ldr, boolean keepBinary)Constructor.PlatformStreamReceiverImpl(Object pred, long ptr, boolean keepBinary, PlatformContext ctx)Constructor. -
Uses of PlatformContext in org.apache.ignite.internal.processors.platform.datastructures
Methods in org.apache.ignite.internal.processors.platform.datastructures with parameters of type PlatformContext Modifier and Type Method Description static PlatformAtomicReferencePlatformAtomicReference. createInstance(PlatformContext ctx, String name, Object initVal, boolean create)Creates an instance or returns null.Constructors in org.apache.ignite.internal.processors.platform.datastructures with parameters of type PlatformContext Constructor Description PlatformAtomicLong(PlatformContext ctx, GridCacheAtomicLongImpl atomicLong)Ctor.PlatformAtomicSequence(PlatformContext ctx, IgniteAtomicSequence atomicSeq)Ctor. -
Uses of PlatformContext in org.apache.ignite.internal.processors.platform.dotnet
Fields in org.apache.ignite.internal.processors.platform.dotnet declared as PlatformContext Modifier and Type Field Description protected PlatformContextPlatformDotNetCacheStore. platformCtxInterop processor.Constructors in org.apache.ignite.internal.processors.platform.dotnet with parameters of type PlatformContext Constructor Description PlatformDotNetServiceImpl(Object svc, PlatformContext ctx, boolean srvKeepBinary)Constructor.PlatformDotNetServiceImpl(Object svc, PlatformContext ctx, boolean srvKeepBinary, Object interceptors)Constructor. -
Uses of PlatformContext in org.apache.ignite.internal.processors.platform.events
Constructors in org.apache.ignite.internal.processors.platform.events with parameters of type PlatformContext Constructor Description PlatformEventFilterListenerImpl(long hnd, PlatformContext ctx)Constructor.PlatformEvents(PlatformContext platformCtx, IgniteEvents events)Ctor. -
Uses of PlatformContext in org.apache.ignite.internal.processors.platform.messaging
Fields in org.apache.ignite.internal.processors.platform.messaging declared as PlatformContext Modifier and Type Field Description protected PlatformContextPlatformMessageLocalFilter. platformCtxConstructors in org.apache.ignite.internal.processors.platform.messaging with parameters of type PlatformContext Constructor Description PlatformMessageFilterImpl(Object pred, long ptr, PlatformContext ctx)Constructor.PlatformMessageLocalFilter(long hnd, PlatformContext ctx)Constructor.PlatformMessaging(PlatformContext platformCtx, IgniteMessaging messaging)Ctor. -
Uses of PlatformContext in org.apache.ignite.internal.processors.platform.services
Fields in org.apache.ignite.internal.processors.platform.services declared as PlatformContext Modifier and Type Field Description protected PlatformContextPlatformAbstractService. platformCtxContext.Constructors in org.apache.ignite.internal.processors.platform.services with parameters of type PlatformContext Constructor Description PlatformAbstractService(Object svc, PlatformContext ctx, boolean srvKeepBinary, @Nullable Object interceptors)Constructor.PlatformServices(PlatformContext platformCtx, IgniteServices services, boolean srvKeepBinary)Ctor. -
Uses of PlatformContext in org.apache.ignite.internal.processors.platform.transactions
Constructors in org.apache.ignite.internal.processors.platform.transactions with parameters of type PlatformContext Constructor Description PlatformTransactions(PlatformContext platformCtx)Constructor.PlatformTransactions(PlatformContext platformCtx, String lbl)Constructor. -
Uses of PlatformContext in org.apache.ignite.internal.processors.platform.utils
Methods in org.apache.ignite.internal.processors.platform.utils that return PlatformContext Modifier and Type Method Description static PlatformContextPlatformUtils. platformContext(Ignite grid)Gets interop context for the grid.Methods in org.apache.ignite.internal.processors.platform.utils with parameters of type PlatformContext Modifier and Type Method Description static voidPlatformUtils. applyContinuousQueryEvents(PlatformContext ctx, long lsnrPtr, Iterable<javax.cache.event.CacheEntryEvent> evts)Apply continuous query events to listener.static booleanPlatformUtils. evaluateContinuousQueryEvent(PlatformContext ctx, long filterPtr, javax.cache.event.CacheEntryEvent evt)Evaluate the filter.static PlatformListenablePlatformFutureUtils. listen(PlatformContext ctx, IgniteInternalFuture fut, long futPtr, int typ, PlatformTarget target)Listen future.static PlatformListenablePlatformFutureUtils. listen(PlatformContext ctx, IgniteInternalFuture fut, long futPtr, int typ, PlatformFutureUtils.Writer writer, PlatformTarget target)Listen future.static PlatformListenablePlatformFutureUtils. listen(PlatformContext ctx, IgniteInternalFuture fut, long futPtr, PlatformFutureUtils.Writer writer, PlatformTarget target)Listen future.static voidPlatformFutureUtils. listen(PlatformContext ctx, PlatformListenable listenable, long futPtr, int typ, @Nullable PlatformFutureUtils.Writer writer, PlatformTarget target)Listen future.static PlatformListenablePlatformFutureUtils. listen(PlatformContext ctx, IgniteFuture fut, long futPtr, int typ, PlatformTarget target)Listen future.static PlatformListenablePlatformFutureUtils. listen(PlatformContext ctx, IgniteFuture fut, long futPtr, int typ, PlatformFutureUtils.Writer writer, PlatformTarget target)Listen future.static ObjectPlatformUtils. readInvocationResult(PlatformContext ctx, BinaryRawReaderEx reader)Reads invocation result (of a job/service/etc) using a common protocol.static ObjectPlatformUtils. readInvocationResult(PlatformContext ctx, BinaryRawReaderEx reader, boolean deserialize)Reads invocation result (of a job/service/etc) using a common protocol.Constructors in org.apache.ignite.internal.processors.platform.utils with parameters of type PlatformContext Constructor Description PlatformListenableTarget(PlatformListenable listenable, PlatformContext platformCtx)Constructor.
-