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) |
protected <R> List<com.pervasive.datarush.cal.dr.CommandHandleInfo> |
YarnClusterExecutor.submit(DistributedCallableBatch<R> command,
List<com.pervasive.datarush.cal.dr.AbstractDRClusterExecutor.CommandServiceHelper> services) |
Modifier and Type | Class and Description |
---|---|
class |
DistributedCommandBatch<T>
Convenient base class for
DistributedCallableBatch 's that do not support
monitoring/partial results. |
Modifier and Type | Method and Description |
---|---|
<T> T |
DistributedExecutorService.execute(DistributedCallableBatch<T> command,
ExecutionOptions options)
Synchronously invokes the given callable.
|
<T> MonitoredFuture<T> |
DistributedExecutorService.submit(DistributedCallableBatch<T> callable,
ExecutionOptions options)
Asynchronously invokes the given callable.
|
Copyright © 2016 Actian Corporation. All rights reserved.