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