- seek(byte[]) - Method in interface org.iq80.leveldb.DBIterator
-
Repositions the iterator so the key of the next BlockElement
returned greater than or equal to the specified targetKey.
- seekToFirst() - Method in interface org.iq80.leveldb.DBIterator
-
Repositions the iterator so is is at the beginning of the Database.
- seekToLast() - Method in interface org.iq80.leveldb.DBIterator
-
Repositions the iterator so it is at the end of of the Database.
- size() - Method in interface org.iq80.leveldb.WriteBatch
-
Number of entries in the batch
- snapshot() - Method in class org.iq80.leveldb.ReadOptions
-
- snapshot(Snapshot) - Method in class org.iq80.leveldb.ReadOptions
-
If "snapshot" is non-null, read as of the supplied snapshot
(which must belong to the DB that is being read and which must
not have been closed).
- Snapshot - Interface in org.iq80.leveldb
-
Abstract handle to particular state of a DB.
- snapshot() - Method in class org.iq80.leveldb.WriteOptions
-
If "snapshot" is true, take a snapshot at the end of this write operation
- snapshot(boolean) - Method in class org.iq80.leveldb.WriteOptions
-
- start() - Method in class org.iq80.leveldb.Range
-
Not included in the range
- suspendCompactions() - Method in interface org.iq80.leveldb.DB
-
Suspends any background compaction threads.
- sync() - Method in class org.iq80.leveldb.WriteOptions
-
If true, the write will be flushed from the operating system
buffer cache (by calling WritableFile::Sync()) before the write
is considered complete.
- sync(boolean) - Method in class org.iq80.leveldb.WriteOptions
-