All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.marklogic.spark.reader.file.StreamingMode Maven / Gradle / Ivy

There is a newer version: 2.4.2
Show newest version
/*
 * 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
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy