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

com.microsoft.azure.datalake.store.ReadBufferStatus Maven / Gradle / Ivy

There is a newer version: 2.3.10
Show newest version
package com.microsoft.azure.datalake.store;


enum ReadBufferStatus {
    NOT_AVAILABLE,  // buffers sitting in readaheadqueue have this stats
    READING_IN_PROGRESS,  // reading is in progress on this buffer. Buffer should be in inProgressList
    AVAILABLE,  // data is available in buffer. It should be in completedList
    READ_FAILED  // read completed, but failed.
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy