|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.store.raw.log.LogAccessFileBuffer
final class LogAccessFileBuffer
A single buffer of data.
Field Summary | |
---|---|
protected byte[] |
buffer
Fields of the class |
protected int |
bytes_free
|
protected long |
greatest_instant
|
protected int |
length
|
(package private) LogAccessFileBuffer |
next
|
protected int |
position
|
(package private) LogAccessFileBuffer |
prev
|
Constructor Summary | |
---|---|
LogAccessFileBuffer(int size)
Constructors for This class: |
Method Summary | |
---|---|
void |
init(int reserve)
Private/Protected methods of This class: |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected byte[] buffer
protected int bytes_free
protected int position
protected int length
protected long greatest_instant
LogAccessFileBuffer next
LogAccessFileBuffer prev
Constructor Detail |
---|
public LogAccessFileBuffer(int size)
Method Detail |
---|
public void init(int reserve)
|
Built on Thu 2011-03-10 11:54:14+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |