Package | Description |
---|---|
com.pervasive.datarush.cal |
Provides interfaces the define the "cluster abstraction layer".
|
Modifier and Type | Class and Description |
---|---|
class |
DistributedCommand<T>
Convenient base class for
DistributedCallable 's that do not support
monitoring/partial results. |
Modifier and Type | Method and Description |
---|---|
<T> T |
DistributedExecutorService.execute(DistributedCallable<T> command,
ExecutionOptions options)
Synchronously invokes the given callable.
|
<T> MonitoredFuture<T> |
DistributedExecutorService.submit(DistributedCallable<T> callable,
ExecutionOptions options)
Asynchronously invokes the given callable.
|
Copyright © 2016 Actian Corporation. All rights reserved.