Package | Description |
---|---|
nl.renarj.jasdb.core.storage | |
nl.renarj.jasdb.service.search | |
nl.renarj.jasdb.storage | |
nl.renarj.jasdb.storage.btree | |
nl.renarj.jasdb.storage.transactional |
Modifier and Type | Method and Description |
---|---|
RecordWriter |
RecordWriterFactory.createWriter(File file)
Creates a record writer for the given file location
|
Constructor and Description |
---|
EntityRetrievalOperation(RecordWriter recordWriter) |
QueryResultIteratorImpl(IndexSearchResultIterator indexIterator,
SearchLimit limit,
RecordWriter recordWriter) |
QuerySearchOperation(String bagName,
IndexManager indexManager,
RecordWriter recordWriter) |
TableScanOperation(RecordWriter recordWriter) |
Modifier and Type | Class and Description |
---|---|
class |
CachedRecordWriter |
Modifier and Type | Method and Description |
---|---|
RecordWriter |
RecordWriterFactoryLoader.loadRecordWriter(String instanceId,
String bagName) |
Constructor and Description |
---|
CachedRecordWriter(CacheManager cacheManager,
String storeName,
RecordWriter wrappedWriter) |
Modifier and Type | Class and Description |
---|---|
class |
BtreeIndexRecordWriter |
Modifier and Type | Method and Description |
---|---|
RecordWriter |
BTreeRecordWriterFactory.createWriter(File file) |
Modifier and Type | Class and Description |
---|---|
class |
TransactionalRecordWriter |
Modifier and Type | Method and Description |
---|---|
RecordWriter |
TransactionalRecordWriterFactory.createWriter(File file) |
Copyright © 2015. All rights reserved.