RemoteBufferFileHandle

Package: db.buffers
Type: class

9.1.2_PUBLIC

addedmethod: clearParameters
void clearParameters() 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: getFreeIndexes
int[] getFreeIndexes() throws IOException
addedmethod: getIndexCount
int getIndexCount() throws IOException
addedmethod: getInputBlockStream
db.buffers.InputBlockStream getInputBlockStream() throws IOException
addedmethod: getInputBlockStreamHandle
db.buffers.BlockStreamHandle<db.buffers.InputBlockStream> getInputBlockStreamHandle() 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: isReadOnly
boolean isReadOnly() throws IOException
addedmethod: put
void put(db.buffers.DataBuffer buf, int index) 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

9.0.2_PUBLIC

introducedInitial version