Package org.jclouds.compute.events
Class StatementOnNode
- java.lang.Object
-
- org.jclouds.compute.events.StatementOnNode
-
- Direct Known Subclasses:
StatementOnNodeCompletion
,StatementOnNodeFailure
,StatementOnNodeSubmission
@Beta public class StatementOnNode extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected NodeMetadata
node
protected Statement
statement
-
Constructor Summary
Constructors Constructor Description StatementOnNode(Statement statement, NodeMetadata node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
NodeMetadata
getNode()
Statement
getStatement()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
String
toString()
-
-
-
Field Detail
-
statement
protected final Statement statement
-
node
protected final NodeMetadata node
-
-
Constructor Detail
-
StatementOnNode
public StatementOnNode(Statement statement, NodeMetadata node)
-
-
Method Detail
-
getStatement
public Statement getStatement()
-
getNode
public NodeMetadata getNode()
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
-