程序包 | 说明 |
---|---|
com.alicloud.openservices.tablestore.tunnel.pipeline |
限定符和类型 | 类和说明 |
---|---|
class |
AbstractStage<INPUT,OUTPUT> |
class |
Pipeline<INPUT,OUTPUT> |
class |
ThreadPoolStageDecorator<INPUT,OUTPUT> |
限定符和类型 | 方法和说明 |
---|---|
<INPUT,OUTPUT> |
Pipeline.addExecutorForStage(Stage<INPUT,OUTPUT> stage,
ExecutorService executorService) |
void |
AbstractStage.setNextStage(Stage<?,?> stage) |
void |
Stage.setNextStage(Stage<?,?> stage) |
void |
ThreadPoolStageDecorator.setNextStage(Stage<?,?> nextPipe) |
构造器和说明 |
---|
StageException(Stage<?,?> stage,
Object input,
String message) |
StageException(Stage<?,?> stage,
Object input,
String message,
Throwable cause) |
ThreadPoolStageDecorator(Stage<INPUT,OUTPUT> stage,
ExecutorService executorService) |
Copyright © 2019. All Rights Reserved.