nl.renarj.jasdb.index.IndexState Maven / Gradle / Ivy
package nl.renarj.jasdb.index;
/**
* @author Renze de Vries
*/
public enum IndexState {
NOT_INITIALIZED,
OK,
REBUILDING,
INVALID,
CLOSED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy