Class StreamingReadOptions
Object
org.apache.spark.sql.pipelines.util.StreamingReadOptions
- All Implemented Interfaces:
- Serializable,- InputReadOptions,- scala.Equals,- scala.Product
public final class StreamingReadOptions
extends Object
implements InputReadOptions, scala.Product, Serializable
Options for a streaming read of an input.
 
param: userOptions Holds the user defined read options. param: droppedUserOptions Holds the options that were specified by the user but not actually used. This is a bug but we are preserving this behavior for now to avoid making a backwards incompatible change.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionStreamingReadOptions(org.apache.spark.sql.catalyst.util.CaseInsensitiveMap<String> userOptions, org.apache.spark.sql.catalyst.util.CaseInsensitiveMap<String> droppedUserOptions) 
- 
Method SummaryMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
StreamingReadOptions
 
- 
- 
Method Details- 
EmptyUserOptions
- 
userOptions
- 
droppedUserOptions
 
-