com.marklogic.spark.reader.file.StreamingMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marklogic-spark-connector Show documentation
Show all versions of marklogic-spark-connector Show documentation
Spark 3 connector for MarkLogic
/*
* Copyright © 2024 MarkLogic Corporation. All Rights Reserved.
*/
package com.marklogic.spark.reader.file;
/**
* Used when streaming from a zip file or archive file.
*/
public enum StreamingMode {
STREAM_DURING_READER_PHASE,
STREAM_DURING_WRITER_PHASE
}