Constructor and Description |
---|
MetaData() |
Modifier and Type | Method and Description |
---|---|
String |
getFileType() |
String |
getFileTypeVersion() |
long |
getFreePages() |
long |
getLastTxId() |
long |
getMetaDataTxId() |
int |
getPageSize() |
boolean |
isCleanShutdown() |
void |
setCleanShutdown(boolean cleanShutdown) |
void |
setFileType(String fileType) |
void |
setFileTypeVersion(String version) |
void |
setFreePages(long value) |
void |
setLastTxId(long lastTxId) |
void |
setMetaDataTxId(long metaDataTxId) |
void |
setPageSize(int pageSize) |
public String getFileType()
public void setFileType(String fileType)
public String getFileTypeVersion()
public void setFileTypeVersion(String version)
public long getMetaDataTxId()
public void setMetaDataTxId(long metaDataTxId)
public int getPageSize()
public void setPageSize(int pageSize)
public boolean isCleanShutdown()
public void setCleanShutdown(boolean cleanShutdown)
public long getLastTxId()
public void setLastTxId(long lastTxId)
public long getFreePages()
public void setFreePages(long value)
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.