RemoteBufferFileHandle

Package: db.buffers
Type: class

12.1_PUBLIC

modifiedmethod: clearParameters
added throws RemoteException; removed throws IOException
- void clearParameters() throws IOException
+ void clearParameters() throws RemoteException
modifiedmethod: delete
added throws RemoteException; removed throws IOException
- boolean delete() throws IOException
+ boolean delete() throws RemoteException
modifiedmethod: getBufferSize
added throws RemoteException; removed throws IOException
- int getBufferSize() throws IOException
+ int getBufferSize() throws RemoteException
modifiedmethod: getFreeIndexes
added throws RemoteException; removed throws IOException
- int[] getFreeIndexes() throws IOException
+ int[] getFreeIndexes() throws RemoteException
modifiedmethod: getIndexCount
added throws RemoteException; removed throws IOException
- int getIndexCount() throws IOException
+ int getIndexCount() throws RemoteException
modifiedmethod: getParameter
added throws RemoteException; removed throws NoSuchElementException; removed throws IOException
- int getParameter(java.lang.String name) throws NoSuchElementException, IOException
+ int getParameter(java.lang.String name) throws RemoteException
modifiedmethod: getParameterNames
added throws RemoteException; removed throws IOException
- java.lang.String[] getParameterNames() throws IOException
+ java.lang.String[] getParameterNames() throws RemoteException
modifiedmethod: isReadOnly
added throws RemoteException; removed throws IOException
- boolean isReadOnly() throws IOException
+ boolean isReadOnly() throws RemoteException
modifiedmethod: setFreeIndexes
added throws RemoteException; removed throws IOException
- void setFreeIndexes(int[] indexes) throws IOException
+ void setFreeIndexes(int[] indexes) throws RemoteException
modifiedmethod: setParameter
added throws RemoteException; removed throws IOException
- void setParameter(java.lang.String name, int value) throws IOException
+ void setParameter(java.lang.String name, int value) throws RemoteException

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