Package com.netflix.genie.agent
Class AgentMetadataImpl
java.lang.Object
com.netflix.genie.agent.AgentMetadataImpl
- All Implemented Interfaces:
AgentMetadata
Implementation of AgentMetadata.
- Since:
- 4.0.0
-
Constructor Summary
ConstructorDescriptionConstructor.AgentMetadataImpl
(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
-
Constructor Details
-
AgentMetadataImpl
public AgentMetadataImpl()Constructor. -
AgentMetadataImpl
Constructor with pre-resolved hostname.- Parameters:
hostname
- The hostname
-