Package | Description |
---|---|
nl.renarj.jasdb.core.storage | |
nl.renarj.jasdb.service | |
nl.renarj.jasdb.storage | |
nl.renarj.jasdb.storage.btree | |
nl.renarj.jasdb.storage.transactional |
Modifier and Type | Method and Description |
---|---|
RecordResult |
RecordWriter.readRecord(UUIDKey documentId)
This reads a specific record at the indicated record position
|
Modifier and Type | Method and Description |
---|---|
static Key |
BagOperationUtil.recordToKey(RecordResult recordResult) |
Modifier and Type | Method and Description |
---|---|
RecordResult |
CachableRecord.getResult() |
RecordResult |
CachedRecordWriter.readRecord(UUIDKey documentId) |
Modifier and Type | Method and Description |
---|---|
static String |
RecordStreamUtil.toString(RecordResult result) |
Constructor and Description |
---|
CachableRecord(RecordResult result) |
Modifier and Type | Class and Description |
---|---|
class |
BtreeRecordResult |
Modifier and Type | Method and Description |
---|---|
RecordResult |
BtreeRecordIteratorImpl.next() |
RecordResult |
BtreeIndexRecordWriter.readRecord(UUIDKey documentId) |
Modifier and Type | Method and Description |
---|---|
Iterator<RecordResult> |
BtreeRecordIteratorImpl.iterator() |
Modifier and Type | Class and Description |
---|---|
class |
RecordResultImpl |
Modifier and Type | Method and Description |
---|---|
RecordResult |
TransactionalRecordWriter.readRecord(UUIDKey documentId) |
Modifier and Type | Method and Description |
---|---|
Iterator<RecordResult> |
RecordIteratorImpl.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionalRecordWriter.verify(java.util.function.Function<RecordResult,UUIDKey> f) |
Copyright © 2015. All rights reserved.