public abstract class SequenceCache extends Object
| Constructor and Description |
|---|
SequenceCache(int step,
int cacheNSteps,
int initTimeout,
ExceptionHandler exceptionHandler,
int delayRetryBaseLine) |
public SequenceCache(int step,
int cacheNSteps,
int initTimeout,
ExceptionHandler exceptionHandler,
int delayRetryBaseLine)
throws InterruptedException,
TimeoutException
InterruptedExceptionTimeoutExceptionpublic long get(long timeout,
TimeUnit timeUnit)
throws InterruptedException,
TimeoutException
InterruptedExceptionTimeoutExceptionpublic abstract SequenceRange getSequenceRange() throws Exception
ExceptionCopyright © 2018. All rights reserved.