Package | Description |
---|---|
com.pervasive.datarush.cal |
Provides interfaces the define the "cluster abstraction layer".
|
Modifier and Type | Method and Description |
---|---|
DistributedCallableContextBatch |
PseudoDistributedExecutorService.getContexts()
Returns the contexts corresponding to all distributed contexts.
|
Modifier and Type | Method and Description |
---|---|
protected abstract T |
DistributedCommandBatch.execute(DistributedCallableContextBatch ctx)
Subclasses must override to provide an execution implementation
|
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 . |
Copyright © 2016 Actian Corporation. All rights reserved.