public class SinkStatus
extends Object
param: description Description of the source corresponding to this status. param: offsetDesc Description of the current offsets up to which data has been written by the sink.
Modifier and Type | Method and Description |
---|---|
static SinkStatus |
apply(String desc,
String offsetDesc) |
String |
description() |
String |
json()
The compact JSON representation of this status.
|
String |
offsetDesc() |
String |
prettyJson()
The pretty (i.e.
|
String |
toString() |
public static SinkStatus apply(String desc, String offsetDesc)
public String description()
public String offsetDesc()
public String json()
public String prettyJson()
public String toString()
toString
in class Object