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