Created by stewartbryson on 11/19/16.
| Type | Name and description |
|---|---|
java.lang.Boolean |
formatSuffix |
java.lang.Boolean |
ignoreErrors |
java.lang.Boolean |
isDebugEnabled |
java.lang.String |
joinerThe joiner used to construct sink targets such as topics, object store paths, and tables. |
java.lang.String |
nameThe name of the container entity. |
java.lang.String |
prefixThe prefix used to construct sink targets such as topics, object store paths, and tables. |
java.lang.String |
suffixThe suffix used to construct sink targets such as topics, object store paths, and tables. |
| Constructor and description |
|---|
SinkContainer
(java.lang.String name)The name of the container entity. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
getContainerType()Returns the container name. |
|
java.lang.Object |
getDescription() |
|
java.lang.Object |
getTaskName()Returns the task name. |
|
void |
logTaskName(java.lang.String task)Log a debug message with the name of the container object. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The joiner used to construct sink targets such as topics, object store paths, and tables. Default: '-'
The name of the container entity.
The prefix used to construct sink targets such as topics, object store paths, and tables.
The suffix used to construct sink targets such as topics, object store paths, and tables.
Returns the container name.
Returns the task name.
Log a debug message with the name of the container object.
Groovy Documentation