| Package | Description |
|---|---|
| org.hellojavaer.ddal.sequence |
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandler |
SingleSequence.getExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleSequence.setExceptionHandler(ExceptionHandler exceptionHandler) |
| Constructor and Description |
|---|
SequenceCache(int step,
int cacheNSteps,
int initTimeout,
ExceptionHandler exceptionHandler,
int delayRetryBaseLine) |
SingleSequence(String schemaName,
String tableName,
Integer step,
Integer cacheNSteps,
Integer initTimeout,
SequenceRangeGetter sequenceRangeGetter,
ExceptionHandler exceptionHandler) |
SingleSequence(String schemaName,
String tableName,
Integer step,
Integer cacheNSteps,
Integer initTimeout,
SequenceRangeGetter sequenceRangeGetter,
ExceptionHandler exceptionHandler,
Integer delayRetryBaseLine) |
Copyright © 2018. All rights reserved.