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

org.xbib.elx.api.IndexRetention Maven / Gradle / Ivy

package org.xbib.elx.api;

public interface IndexRetention {

    IndexRetention setDelta(int delta);

    int getDelta();

    IndexRetention setMinToKeep(int minToKeep);

    int getMinToKeep();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy