| Modifier and Type | Method and Description |
|---|---|
static CallResult<ChannelRecoverInfo> |
PbResultParser.parseRollbackResult(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncRemoteCaller.batchRollback(List<io.ray.api.BaseActorHandle> actors,
Long checkpointId,
Collection<String> abnormalQueues,
RemoteCallPool.Callback<List<CallResult<ChannelRecoverInfo>>> callback,
RemoteCallPool.ExceptionHandler<Throwable> onException)
Call JobWorker::rollback async in batch
|
void |
AsyncRemoteCaller.rollback(io.ray.api.BaseActorHandle actor,
Long checkpointId,
RemoteCallPool.Callback<CallResult<ChannelRecoverInfo>> callback,
RemoteCallPool.ExceptionHandler<Throwable> onException)
Call JobWorker::rollback async
|
| Modifier and Type | Method and Description |
|---|---|
ChannelRecoverInfo |
DataReader.getQueueRecoverInfo() |
| Modifier and Type | Method and Description |
|---|---|
CallResult<ChannelRecoverInfo> |
JobWorker.rollback(Long checkpointId,
Long startRollbackTs)
Start worker's stream tasks with specific checkpoint ID.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelRecoverInfo |
StreamTask.recover(boolean isRecover) |
Copyright © 2021. All rights reserved.