Uses of Interface
com.pervasive.datarush.cal.MonitoredCallable
Packages that use MonitoredCallable
Package
Description
Provides interfaces the define the "cluster abstraction layer".
-
Uses of MonitoredCallable in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return MonitoredCallableModifier and TypeMethodDescriptionDistributedCallable.init(DistributedCallableContext ctx) Invoked once perVirtualNodeID.DistributedCallableBatch.init(DistributedCallableContextBatch ctx) Invoked once perphysicalNodeID.final MonitoredCallable<T>DistributedCommand.init(DistributedCallableContext ctx) Implementation of init that returns a callable whosecallmethod invokesDistributedCommand.execute(DistributedCallableContext).final MonitoredCallable<T>DistributedCommandBatch.init(DistributedCallableContextBatch ctx) Implementation of init that returns a callable whosecallmethod invokesDistributedCommandBatch.execute(DistributedCallableContextBatch).JobCallable.init(JobContext ctx) Methods in com.pervasive.datarush.cal with parameters of type MonitoredCallableModifier and TypeMethodDescription<T> MonitoredFuture<T>DistributedExecutorService.submitMaster(MonitoredCallable<T> callable) Asynchronous, local, and non-parallel submission of the given callable.