final class LogAccessFileBuffer
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
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 | Description |
---|---|
LogAccessFileBuffer(int size) |
Constructors for This class:
|
Modifier and Type | Method | Description |
---|---|---|
void |
init(int reserve) |
Private/Protected methods of This class:
|
protected byte[] buffer
protected int bytes_free
protected int position
protected int length
protected long greatest_instant
LogAccessFileBuffer next
LogAccessFileBuffer prev
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.