Package xbird.storage.index.Paged

Examples of xbird.storage.index.Paged.FileHeader


    public String getName() {
        return name;
    }

    public long getPageCount() {
        final FileHeader header = btree.getFileHeader();
        return header.getTotalPageCount();
    }
View Full Code Here

TOP

Related Classes of xbird.storage.index.Paged.FileHeader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.