addedmethod:
canSave
boolean canSave() throws IOException
addedmethod:
close
void close() throws IOException
addedmethod:
delete
boolean delete() throws IOException
addedmethod:
dispose
void dispose() throws IOException
addedmethod:
get
db.buffers.DataBuffer get(int index) throws IOException
addedmethod:
getBufferSize
int getBufferSize() throws IOException
addedmethod:
getCheckinID
long getCheckinID() throws IOException
addedmethod:
getIndexCount
int getIndexCount() throws IOException
addedmethod:
getInputBlockStream
db.buffers.InputBlockStream getInputBlockStream() throws IOException
addedmethod:
getInputBlockStream
db.buffers.InputBlockStream getInputBlockStream(byte[] changeMapData) throws IOException
addedmethod:
getInputBlockStreamHandle
db.buffers.BlockStreamHandle<db.buffers.InputBlockStream> getInputBlockStreamHandle() throws IOException
addedmethod:
getInputBlockStreamHandle
db.buffers.BlockStreamHandle<db.buffers.InputBlockStream> getInputBlockStreamHandle(byte[] changeMapData) throws IOException
addedmethod:
getNextChangeDataFile
db.buffers.BufferFileHandle getNextChangeDataFile(boolean getFirst) throws IOException
addedmethod:
getOutputBlockStream
db.buffers.OutputBlockStream getOutputBlockStream(int blockCount) throws IOException
addedmethod:
getOutputBlockStreamHandle
db.buffers.BlockStreamHandle<db.buffers.OutputBlockStream> getOutputBlockStreamHandle(int blockCount) throws IOException
addedmethod:
getParameter
int getParameter(java.lang.String name) throws NoSuchElementException, IOException
addedmethod:
getParameterNames
java.lang.String[] getParameterNames() throws IOException
addedmethod:
getSaveChangeDataFile
db.buffers.BufferFileHandle getSaveChangeDataFile() throws IOException
addedmethod:
getSaveFile
db.buffers.ManagedBufferFileHandle getSaveFile() throws IOException
addedmethod:
isReadOnly
boolean isReadOnly() throws IOException
addedmethod:
put
void put(db.buffers.DataBuffer buf, int index) throws IOException
addedmethod:
saveCompleted
void saveCompleted(boolean commit) throws IOException
addedmethod:
setFreeIndexes
void setFreeIndexes(int[] indexes) throws IOException
addedmethod:
setParameter
void setParameter(java.lang.String name, int value) throws IOException
addedmethod:
setReadOnly
boolean setReadOnly() throws IOException
addedmethod:
setVersionComment
void setVersionComment(java.lang.String comment) throws IOException