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

nl.renarj.jasdb.index.IndexHeader Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package nl.renarj.jasdb.index;

import nl.renarj.jasdb.index.keys.keyinfo.KeyInfo;

/**
 * @author Renze de Vries
 */
public interface IndexHeader {
    int getPageSize();

    KeyInfo getKeyInfo();

    int getIndexVersion();

    int getHeaderSize();

    long count();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy