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()
null
public Map<Integer,TaskState> tasksState()
null
public ConnectorType type()
null