Java org.apache.spark.sql.streaming OutputMode fields, constructors, methods, implement or subclass

Example usage for Java org.apache.spark.sql.streaming OutputMode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.spark.sql.streaming OutputMode.

The text is from its open source code.

Method

OutputModeAppend()
OutputMode in which only the new rows in the streaming DataFrame/Dataset will be written to the sink.