org.apache.kahadb.page
Class PageFile.MetaData
java.lang.Object
org.apache.kahadb.page.PageFile.MetaData
- Enclosing class:
- PageFile
public static class PageFile.MetaData
- extends Object
The MetaData object hold the persistent data associated with a PageFile object.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageFile.MetaData
public PageFile.MetaData()
getFileType
public String getFileType()
setFileType
public void setFileType(String fileType)
getFileTypeVersion
public String getFileTypeVersion()
setFileTypeVersion
public void setFileTypeVersion(String version)
getMetaDataTxId
public long getMetaDataTxId()
setMetaDataTxId
public void setMetaDataTxId(long metaDataTxId)
getPageSize
public int getPageSize()
setPageSize
public void setPageSize(int pageSize)
isCleanShutdown
public boolean isCleanShutdown()
setCleanShutdown
public void setCleanShutdown(boolean cleanShutdown)
getLastTxId
public long getLastTxId()
setLastTxId
public void setLastTxId(long lastTxId)
getFreePages
public long getFreePages()
setFreePages
public void setFreePages(long value)
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.