@Evolving
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 there are some updates.
|
static OutputMode |
Update()
OutputMode in which only the rows that were updated in the streaming DataFrame/Dataset will
be written to the sink every time there are some updates.
|
public static OutputMode Append()
public static OutputMode Complete()
public static OutputMode Update()