public final class WorkerRollbackRequest extends BaseWorkerCmd
| Modifier and Type | Field and Description |
|---|---|
Long |
cascadingGroupId |
static String |
DEFAULT_PID |
boolean |
isForcedRollback |
fromActorId| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostname() |
String |
getPid() |
String |
getRollbackExceptionMsg() |
String |
toString() |
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.