Package com.netflix.genie.agent
Class AgentMetadataImpl
- java.lang.Object
-
- com.netflix.genie.agent.AgentMetadataImpl
-
- All Implemented Interfaces:
AgentMetadata
public class AgentMetadataImpl extends java.lang.Object implements AgentMetadata
Implementation of AgentMetadata.- Since:
- 4.0.0
-
-
Constructor Summary
Constructors Constructor Description AgentMetadataImpl()
Constructor.AgentMetadataImpl(java.lang.String hostname)
Constructor with pre-resolved hostname.
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.netflix.genie.agent.AgentMetadata
getAgentHostName, getAgentPid, getAgentVersion
-
-