| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.tunnel.pipeline |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStage<INPUT,OUTPUT> |
class |
Pipeline<INPUT,OUTPUT> |
class |
ThreadPoolStageDecorator<INPUT,OUTPUT> |
| Modifier and Type | Method and Description |
|---|---|
<INPUT,OUTPUT> |
Pipeline.addExecutorForStage(Stage<INPUT,OUTPUT> stage,
ExecutorService executorService) |
void |
ThreadPoolStageDecorator.setNextStage(Stage<?,?> nextPipe) |
void |
AbstractStage.setNextStage(Stage<?,?> stage) |
void |
Stage.setNextStage(Stage<?,?> stage) |
| Constructor and Description |
|---|
StageException(Stage<?,?> stage,
Object input,
String message) |
StageException(Stage<?,?> stage,
Object input,
String message,
Throwable cause) |
ThreadPoolStageDecorator(Stage<INPUT,OUTPUT> stage,
ExecutorService executorService) |
Copyright © 2024. All Rights Reserved.