Class AgentClientMetadata
java.lang.Object
com.netflix.genie.common.internal.dtos.ClientMetadata
com.netflix.genie.common.internal.dtos.AgentClientMetadata
- All Implemented Interfaces:
Serializable
Metadata for a Genie Agent client.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAgentClientMetadata
(String hostname, String version, Integer pid) Constructor. -
Method Summary
Methods inherited from class com.netflix.genie.common.internal.dtos.ClientMetadata
getHostname
-
Constructor Details
-
AgentClientMetadata
public AgentClientMetadata(@Nullable String hostname, @Nullable String version, @Nullable Integer pid) Constructor.- Parameters:
hostname
- The hostname of the computer the agent is running onversion
- The version of the agent that sent the requestpid
- The PID of the agent that sent the request
-
-
Method Details