public class ActorPathUtil extends Object
| 构造器和说明 |
|---|
ActorPathUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
getContainerRouterPath(String workerIdAddr)
get remote path of container router
|
static String |
getIpAndPortFromAkkaPath(String akkaPath)
get ip and port from akka path
|
static String |
getWorkerHeartbeatRouterPath(String workerIdAddr)
get remote path of heartbeat router
|
static String |
getWorkerJobInstancePath(String workerIdAddr) |
public static String getContainerRouterPath(String workerIdAddr)
workerIdAddr - remote worker id and addrpublic static String getWorkerHeartbeatRouterPath(String workerIdAddr)
workerIdAddr - remote worker id and addrCopyright © 2021. All rights reserved.