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

org.elasticsearch.river.mongodb.Status Maven / Gradle / Ivy

The newest version!
package org.elasticsearch.river.mongodb;

public enum Status {

    UNKNOWN,
    /** River should be started */
    START_PENDING,
    /** River is actually starting up */
    STARTING,
    START_FAILED,
    RUNNING,
    STOPPED,
    IMPORT_FAILED,
    INITIAL_IMPORT_FAILED,
    SCRIPT_IMPORT_FAILED,
    RIVER_STALE;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy