Class LogAccessFileBuffer
- java.lang.Object
-
- org.apache.derby.impl.store.raw.log.LogAccessFileBuffer
-
final class LogAccessFileBuffer extends java.lang.Object
A single buffer of data.
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]
buffer
Fields of the classprotected int
bytes_free
protected long
greatest_instant
protected int
length
(package private) LogAccessFileBuffer
next
protected int
position
(package private) LogAccessFileBuffer
prev
-
Constructor Summary
Constructors Constructor Description LogAccessFileBuffer(int size)
Constructors for This class:
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(int reserve)
Private/Protected methods of This class:
-
-
-
Field Detail
-
buffer
protected byte[] buffer
Fields of the class
-
bytes_free
protected int bytes_free
-
position
protected int position
-
length
protected int length
-
greatest_instant
protected long greatest_instant
-
next
LogAccessFileBuffer next
-
prev
LogAccessFileBuffer prev
-
-