Class PageFile.MetaData
java.lang.Object
org.apache.activemq.store.kahadb.disk.page.PageFile.MetaData
- Enclosing class:
- PageFile
The MetaData object hold the persistent data associated with a PageFile object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonglongintbooleanvoidsetCleanShutdown(boolean cleanShutdown) voidsetFileType(String fileType) voidsetFileTypeVersion(String version) voidsetFreePages(long value) voidsetLastTxId(long lastTxId) voidsetMetaDataTxId(long metaDataTxId) voidsetPageSize(int pageSize)
-
Constructor Details
-
MetaData
public MetaData()
-
-
Method Details
-
getFileType
-
setFileType
-
getFileTypeVersion
-
setFileTypeVersion
-
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)
-