public class ConnectorHealth extends Object
| Constructor and Description |
|---|
ConnectorHealth(String name, ConnectorState connectorState, Map<Integer,TaskState> tasks, ConnectorType type) |
| Modifier and Type | Method and Description |
|---|---|
ConnectorState | connectorState()Provides the current state of the connector. |
boolean | equals(Object o) |
int | hashCode() |
String | name()Provides the name of the connector. |
Map<Integer,TaskState> | tasksState()Provides the current state of the connector tasks. |
String | toString() |
ConnectorType | type()Provides the type of the connector. |
public ConnectorHealth(String name, ConnectorState connectorState, Map<Integer,TaskState> tasks, ConnectorType type)
public String name()
null or emptypublic ConnectorState connectorState()
nullpublic Map<Integer,TaskState> tasksState()
nullpublic ConnectorType type()
null