Package | Description |
---|---|
com.actian.dataflow.cal.yarn.server | |
com.pervasive.datarush.cal |
Provides interfaces the define the "cluster abstraction layer".
|
Modifier and Type | Method and Description |
---|---|
protected <R> MonitoredFuture<R> |
YarnClusterExecutor.createFuture(DistributedCallableBatch<R> batch,
List<com.pervasive.datarush.cal.dr.CommandHandleInfo> handles,
ExecutionOptions options) |
Modifier and Type | Field and Description |
---|---|
static ExecutionOptions |
ExecutionOptions.MASTER
Execution options to run in the master.
|
static ExecutionOptions |
ExecutionOptions.WORKER
Default execution options: parallel/distributed, retry disabled
|
Modifier and Type | Method and Description |
---|---|
ExecutionOptions |
ExecutionOptions.maxParallelism(int maxParallelism)
Creates a new ExecutionOptions, with the maximum parallelism set to the specified
value
|
ExecutionOptions |
ExecutionOptions.maxRetries(int maxRetries)
Creates a new ExecutionOptions, with the maximum retries set to the specified
value
|
Modifier and Type | Method and Description |
---|---|
<T> T |
DistributedExecutorService.execute(DistributedCallable<T> command,
ExecutionOptions options)
Synchronously invokes the given callable.
|
<T> T |
DistributedExecutorService.execute(DistributedCallableBatch<T> command,
ExecutionOptions options)
Synchronously invokes the given callable.
|
<T> MonitoredFuture<T> |
DistributedExecutorService.submit(DistributedCallable<T> callable,
ExecutionOptions options)
Asynchronously invokes the given callable.
|
<T> MonitoredFuture<T> |
DistributedExecutorService.submit(DistributedCallableBatch<T> callable,
ExecutionOptions options)
Asynchronously invokes the given callable.
|
Copyright © 2019 Actian Corporation. All rights reserved.