public class OutputMode
extends Object
Constructor and Description |
---|
OutputMode() |
Modifier and Type | Method and Description |
---|---|
static OutputMode |
Append()
OutputMode in which only the new rows in the streaming DataFrame/Dataset will be
written to the sink.
|
static OutputMode |
Complete()
OutputMode in which all the rows in the streaming DataFrame/Dataset will be written
to the sink every time these is some updates.
|
public static OutputMode Append()
public static OutputMode Complete()