public final class IndexLogger extends IndexWrapper
| Constructor and Description |
|---|
IndexLogger(RangeIndex rIdx,
org.slf4j.Logger log) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete(Record record)
Delete a record - Return true if a record was actually removed
|
Record |
find(Record record)
Find one record - and return the record actually in the index (may have a value part)
|
boolean |
insert(Record record)
Insert a record - return true if an insertion was actually needed
|
Iterator<Record> |
iterator()
Iterate over the whole index
|
check, clear, close, contains, getRecordFactory, isEmpty, size, syncequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbulkChangesforEach, spliteratorpublic IndexLogger(RangeIndex rIdx, org.slf4j.Logger log)
public boolean insert(Record record)
Indexinsert in interface Indexinsert in class IndexWrapperpublic boolean delete(Record record)
Indexdelete in interface Indexdelete in class IndexWrapperpublic Record find(Record record)
Indexfind in interface Indexfind in class IndexWrapperLicensed under the Apache License, Version 2.0