public class HostComponentSummary extends Object
HostComponentSum1mary
class provides a concise representation of
the state of a component on a given host. Some of its fields are serializable
to JSON.Constructor and Description |
---|
HostComponentSummary(String serviceName,
String componentName,
Long hostId,
State desiredState,
State currentState) |
Modifier and Type | Method and Description |
---|---|
State |
getCurrentState() |
State |
getDesiredState() |
static List<HostComponentSummary> |
getHostComponentSummaries(String serviceName,
String componentName) |
long |
getHostId() |
String |
getHostName() |
int |
hashCode() |
public long getHostId()
public String getHostName()
public State getDesiredState()
public State getCurrentState()
public static List<HostComponentSummary> getHostComponentSummaries(String serviceName, String componentName)
Copyright © 2022 Apache Software Foundation. All rights reserved.