public class DuccNode extends Object implements Node
| Constructor and Description |
|---|
DuccNode(NodeIdentity nodeIdentity,
NodeMetrics nodeMetrics,
boolean cge) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
duccLingExists() |
void |
duccLingExists(boolean duccLingExists) |
boolean |
equals(Object obj) |
NodeIdentity |
getNodeIdentity() |
NodeMetrics |
getNodeMetrics() |
int |
hashCode() |
boolean |
isCgroupEnabled() |
boolean |
runWithDuccLing() |
void |
runWithDuccLing(boolean runWithDuccLing) |
void |
setCgroupEnabled(boolean cge) |
public DuccNode(NodeIdentity nodeIdentity, NodeMetrics nodeMetrics, boolean cge)
public boolean isCgroupEnabled()
isCgroupEnabled in interface Nodepublic void setCgroupEnabled(boolean cge)
public boolean duccLingExists()
duccLingExists in interface Nodepublic void duccLingExists(boolean duccLingExists)
public boolean runWithDuccLing()
runWithDuccLing in interface Nodepublic void runWithDuccLing(boolean runWithDuccLing)
public NodeMetrics getNodeMetrics()
getNodeMetrics in interface Nodepublic NodeIdentity getNodeIdentity()
getNodeIdentity in interface NodeCopyright © 2012–2017 The Apache Software Foundation. All rights reserved.