public class ConnectorHealth
extends java.lang.Object
Constructor and Description |
---|
ConnectorHealth(java.lang.String name,
ConnectorState connectorState,
java.util.Map<java.lang.Integer,TaskState> tasks,
ConnectorType type) |
Modifier and Type | Method and Description |
---|---|
ConnectorState |
connectorState()
Provides the current state of the connector.
|
java.lang.String |
name()
Provides the name of the connector.
|
java.util.Map<java.lang.Integer,TaskState> |
tasksState()
Provides the current state of the connector tasks.
|
ConnectorType |
type()
Provides the type of the connector.
|
public ConnectorHealth(java.lang.String name, ConnectorState connectorState, java.util.Map<java.lang.Integer,TaskState> tasks, ConnectorType type)
public java.lang.String name()
null
or emptypublic ConnectorState connectorState()
null
public java.util.Map<java.lang.Integer,TaskState> tasksState()
null
public ConnectorType type()
null