Uses of Interface
com.pervasive.datarush.cal.DistributedCallableContext
Packages that use DistributedCallableContext
Package
Description
Provides interfaces the define the "cluster abstraction layer".
Provides classes and interfaces for developing dataflow operators.
-
Uses of DistributedCallableContext in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return DistributedCallableContextModifier and TypeMethodDescriptionDistributedCallableContextBatch.getContext(int partitionID) Returns the context corresponding to the given partitionIDDistributedExecutorService.getMasterContext()Returns the job master context.Methods in com.pervasive.datarush.cal that return types with arguments of type DistributedCallableContextModifier and TypeMethodDescriptionDistributedCallableContextBatch.getContexts()Returns the contexts for thisphysicalNode.Methods in com.pervasive.datarush.cal with parameters of type DistributedCallableContextModifier and TypeMethodDescriptionprotected abstract TDistributedCommand.execute(DistributedCallableContext ctx) Subclasses must override to provide an execution implementationDistributedCallable.init(DistributedCallableContext ctx) Invoked once perVirtualNodeID.final MonitoredCallable<T>DistributedCommand.init(DistributedCallableContext ctx) Implementation of init that returns a callable whosecallmethod invokesDistributedCommand.execute(DistributedCallableContext). -
Uses of DistributedCallableContext in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators that return DistributedCallableContextModifier and TypeMethodDescriptionDeferredCompositionContext.getDistributedCallableContext()Public only as a matter if implementation; operator authors should not invoke this method.ExecutionContext.getDistributedCallableContext()Public only as a matter if implementation; operator authors should not invoke this method.