public abstract class RetryScheduler<T> extends Object
Modifier | Constructor and Description |
---|---|
|
RetryScheduler() |
protected |
RetryScheduler(int batchSize) |
Modifier and Type | Method and Description |
---|---|
FileAccessor |
getFileAccessor() |
protected abstract boolean |
isRemotingEnable()
远程连接是否可用
|
protected abstract boolean |
retry(List<T> list)
重试
|
void |
start() |
void |
stop() |
public RetryScheduler()
protected RetryScheduler(int batchSize)
public void start()
public void stop()
protected abstract boolean isRemotingEnable()
public FileAccessor getFileAccessor()
Copyright © 2014. All Rights Reserved.