| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.segment |
| Modifier and Type | Method and Description |
|---|---|
static RecordType |
RecordType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordType[] |
RecordType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Segment.RecordConsumer.consume(int number,
RecordType type,
int offset)
Consume data about a record.
|
RecordId |
SegmentBufferWriter.prepare(RecordType type,
int size,
Collection<RecordId> ids)
Before writing a record (which are written backwards, from the end of the
file to the beginning), this method is called, to ensure there is enough
space.
|
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.