Uses of Interface
com.pervasive.datarush.cal.DistributedCallableContextBatch
Packages that use DistributedCallableContextBatch
Package
Description
Provides interfaces the define the "cluster abstraction layer".
-
Uses of DistributedCallableContextBatch in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return DistributedCallableContextBatchModifier and TypeMethodDescriptionPseudoDistributedExecutorService.getContexts()Returns the contexts corresponding to all distributed contexts.Methods in com.pervasive.datarush.cal with parameters of type DistributedCallableContextBatchModifier and TypeMethodDescriptionprotected abstract TDistributedCommandBatch.execute(DistributedCallableContextBatch ctx) Subclasses must override to provide an execution implementationDistributedCallableBatch.init(DistributedCallableContextBatch ctx) Invoked once perphysicalNodeID.final MonitoredCallable<T>DistributedCommandBatch.init(DistributedCallableContextBatch ctx) Implementation of init that returns a callable whosecallmethod invokesDistributedCommandBatch.execute(DistributedCallableContextBatch).