Class LogAccessFileBuffer
java.lang.Object
org.apache.derby.impl.store.raw.log.LogAccessFileBuffer
A single buffer of data.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]
Fields of the classprotected int
protected long
protected int
(package private) LogAccessFileBuffer
protected int
(package private) LogAccessFileBuffer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(int reserve) Private/Protected methods of This class:
-
Field Details
-
buffer
protected byte[] bufferFields 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
-
-
Constructor Details
-
LogAccessFileBuffer
public LogAccessFileBuffer(int size) Constructors for This class:
-
-
Method Details
-
init
public void init(int reserve) Private/Protected methods of This class:
-