public final class WorkerRollbackRequest extends BaseWorkerCmd
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
cascadingGroupId |
static String |
DEFAULT_PID |
boolean |
isForcedRollback |
fromActorId| 构造器和说明 |
|---|
WorkerRollbackRequest(io.ray.api.id.ActorId actorId) |
WorkerRollbackRequest(io.ray.api.id.ActorId actorId,
String msg) |
WorkerRollbackRequest(io.ray.api.id.ActorId actorId,
String msg,
String hostname,
String pid) |
WorkerRollbackRequest(ExecutionVertex executionVertex,
String hostname,
String msg,
boolean isForcedRollback) |
public static String DEFAULT_PID
public Long cascadingGroupId
public boolean isForcedRollback
public WorkerRollbackRequest(io.ray.api.id.ActorId actorId)
public WorkerRollbackRequest(io.ray.api.id.ActorId actorId,
String msg)
public WorkerRollbackRequest(ExecutionVertex executionVertex, String hostname, String msg, boolean isForcedRollback)
Copyright © 2021. All rights reserved.