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