public final class InstanceNode extends Object
| Constructor and Description |
|---|
InstanceNode(String jobName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceFullPath()
Get job instance full path.
|
String |
getInstancePath(String instanceId)
Get instance path.
|
String |
getLocalInstancePath()
Get local instance path.
|
String |
getLocalInstanceValue()
Get local instance value.
|
boolean |
isInstancePath(String path)
Judge path is job instance path or not.
|
public static final String ROOT
public InstanceNode(String jobName)
public String getInstanceFullPath()
public boolean isInstancePath(String path)
path - path to be judgedpublic String getLocalInstancePath()
public String getLocalInstanceValue()
Copyright © 2021 The Apache Software Foundation. All rights reserved.