public final class JobNodePath extends Object
Job node is add job name as prefix.
| Constructor and Description |
|---|
JobNodePath() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigNodePath()
Get configuration node path.
|
String |
getFullPath(String node)
Get full path.
|
String |
getInstanceNodePath(String instanceId)
Get instance node path via job instance ID.
|
String |
getInstancesNodePath()
Get instances node path.
|
String |
getLeaderHostNodePath()
Get leader host node path.
|
String |
getServerNodePath()
Get server node path.
|
String |
getServerNodePath(String serverIp)
Get server node path.
|
String |
getShardingNodePath()
Get sharding node path.
|
String |
getShardingNodePath(String item,
String nodeName)
Get sharding node path.
|
public String getFullPath(String node)
node - nodepublic String getConfigNodePath()
public String getLeaderHostNodePath()
public String getServerNodePath()
public String getServerNodePath(String serverIp)
serverIp - server IP addresspublic String getInstancesNodePath()
public String getInstanceNodePath(String instanceId)
instanceId - instance IDpublic String getShardingNodePath()
Copyright © 2021 The Apache Software Foundation. All rights reserved.