| Package | Description | 
|---|---|
| com.pervasive.datarush.cal | 
 Provides interfaces the define the "cluster abstraction layer". 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MonitoredCallable<T> | 
DistributedCommand.init(DistributedCallableContext ctx)
Implementation of init that returns a callable whose  
call
 method invokes DistributedCommand.execute(DistributedCallableContext). | 
MonitoredCallable<T> | 
DistributedCallable.init(DistributedCallableContext ctx)
Invoked once per  
VirtualNodeID. | 
MonitoredCallable<T> | 
DistributedCommandBatch.init(DistributedCallableContextBatch ctx)
Implementation of init that returns a callable whose  
call
 method invokes DistributedCommandBatch.execute(DistributedCallableContextBatch). | 
MonitoredCallable<R> | 
DistributedCallableBatch.init(DistributedCallableContextBatch ctx)
Invoked once per  
physicalNodeID. | 
MonitoredCallable<T> | 
JobCallable.init(JobContext ctx)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> MonitoredFuture<T> | 
DistributedExecutorService.submitMaster(MonitoredCallable<T> callable)
Asynchronous, local, and non-parallel submission of the given callable. 
 | 
Copyright © 2024 Actian Corporation. All rights reserved.