![]() |
Quadcap Embeddable Database |
Inheritance diagram for com.quadcap.sql.file.SegmentManager:

Definition at line 50 of file SegmentManager.java.
Public Member Functions | |
| RandomAccessInputStream | getInputStream (long seg) throws IOException |
| Return a new input stream, reading from the region with the specified root segment. | |
| RandomAccessOutputStream | getOutputStream (long seg) throws IOException |
| Return a new output stream, writing to the region with the specified root segment. | |
| RandomAccess | getStream (long seg) throws IOException |
| Return the random-access region with the specified root segment. | |
| void | freeSegment (long seg) throws IOException |
| Destroy the stream with the specified root segment and free up the 7 * storage it was using. | |
| long | putBytes (byte[] buf) throws IOException |
| Create a new segment with the specified bytes value and return its reference. | |
| byte[] | getBytes (long seg) throws IOException |
| Return the segment as a byte array. | |
| void | updateBytes (long seg, byte[] buf) throws IOException |
| Update a segment with new value bytes. | |
|
|
Destroy the stream with the specified root segment and free up the 7 * storage it was using.
Implemented in com.quadcap.sql.file.BlockFile. |
|
|
Return the segment as a byte array.
Implemented in com.quadcap.sql.file.BlockFile. |
|
|
Return a new input stream, reading from the region with the specified root segment.
Implemented in com.quadcap.sql.file.BlockFile. |
|
|
Return a new output stream, writing to the region with the specified root segment.
Implemented in com.quadcap.sql.file.BlockFile. |
|
|
Return the random-access region with the specified root segment.
Implemented in com.quadcap.sql.file.BlockFile. |
|
|
Create a new segment with the specified bytes value and return its reference.
Implemented in com.quadcap.sql.file.BlockFile. |
|
||||||||||||
|
Update a segment with new value bytes.
Implemented in com.quadcap.sql.file.BlockFile. |