Skip navigation links
A B C D E F G H I L M N O P R S T U V W X 

A

abandon() - Method in class org.iq80.leveldb.table.TableBuilder
 
AbstractSeekingIterator<K,V> - Class in org.iq80.leveldb.util
 
AbstractSeekingIterator() - Constructor for class org.iq80.leveldb.util.AbstractSeekingIterator
 
add(long, ValueType, Slice, Slice) - Method in class org.iq80.leveldb.impl.MemTable
 
add(BlockEntry) - Method in class org.iq80.leveldb.table.BlockBuilder
 
add(Slice, Slice) - Method in class org.iq80.leveldb.table.BlockBuilder
 
add(BlockEntry) - Method in class org.iq80.leveldb.table.TableBuilder
 
add(Slice, Slice) - Method in class org.iq80.leveldb.table.TableBuilder
 
add(int) - Method in class org.iq80.leveldb.util.IntVector
 
addCleanup(T, Callable<?>) - Method in class org.iq80.leveldb.util.Finalizer
 
addFile(FileMetaData) - Method in class org.iq80.leveldb.impl.Level
 
addFile(FileMetaData) - Method in class org.iq80.leveldb.impl.Level0
 
addFile(int, FileMetaData) - Method in class org.iq80.leveldb.impl.Version
 
addFile(int, long, long, InternalKey, InternalKey) - Method in class org.iq80.leveldb.impl.VersionEdit
 
addFile(int, FileMetaData) - Method in class org.iq80.leveldb.impl.VersionEdit
 
addFiles(Multimap<Integer, FileMetaData>) - Method in class org.iq80.leveldb.impl.VersionEdit
 
addInputDeletions(VersionEdit) - Method in class org.iq80.leveldb.impl.Compaction
 
addRecord(Slice, boolean) - Method in class org.iq80.leveldb.impl.FileChannelLogWriter
 
addRecord(Slice, boolean) - Method in interface org.iq80.leveldb.impl.LogWriter
 
addRecord(Slice, boolean) - Method in class org.iq80.leveldb.impl.MMapLogWriter
 
allocate(int) - Static method in class org.iq80.leveldb.util.Slices
 
approximateMemoryUsage() - Method in class org.iq80.leveldb.impl.MemTable
 
assertNoOverlappingFiles() - Method in class org.iq80.leveldb.impl.Version
 
assertNoOverlappingFiles(int) - Method in class org.iq80.leveldb.impl.Version
 
asString(byte[]) - Static method in class org.iq80.leveldb.impl.Iq80DBFactory
 
available() - Method in class org.iq80.leveldb.util.SliceInput
Returns the number of readable bytes which is equal to (this.slice.length() - this.position).
available() - Static method in class org.iq80.leveldb.util.Snappy
 

B

BackgroundProcessingException(Throwable) - Constructor for exception org.iq80.leveldb.impl.DbImpl.BackgroundProcessingException
 
BasicSliceOutput - Class in org.iq80.leveldb.util
 
BasicSliceOutput(Slice) - Constructor for class org.iq80.leveldb.util.BasicSliceOutput
 
Block - Class in org.iq80.leveldb.table
Binary Structure name offset length description

entries 4 vary Entries in order by key restart index vary 4 * restart count Index of prefix compression restarts restart count 0 4 Number of prefix compression restarts (used as index into entries)

Block(Slice, Comparator<Slice>) - Constructor for class org.iq80.leveldb.table.Block
 
BLOCK_SIZE - Static variable in class org.iq80.leveldb.impl.LogConstants
 
BlockBuilder - Class in org.iq80.leveldb.table
 
BlockBuilder(int, int, Comparator<Slice>) - Constructor for class org.iq80.leveldb.table.BlockBuilder
 
BlockEntry - Class in org.iq80.leveldb.table
Binary Structure
name offset length description

shared key length 0 vary variable length encoded int: size of shared key prefix with the key from the previous entry non-shared key length vary vary variable length encoded int: size of non-shared key suffix in this entry value length vary vary variable length encoded int: size of value in this entry non-shared key vary non-shared key length non-shared key data value vary value length value data

BlockEntry(Slice, Slice) - Constructor for class org.iq80.leveldb.table.BlockEntry
 
BlockHandle - Class in org.iq80.leveldb.table
 
BlockIterator - Class in org.iq80.leveldb.table
 
BlockIterator(Slice, Slice, Comparator<Slice>) - Constructor for class org.iq80.leveldb.table.BlockIterator
 
BlockTrailer - Class in org.iq80.leveldb.table
 
BlockTrailer(CompressionType, int) - Constructor for class org.iq80.leveldb.table.BlockTrailer
 
ByteBufferSupport - Class in org.iq80.leveldb.util
 
bytes(String) - Static method in class org.iq80.leveldb.impl.Iq80DBFactory
 
BytewiseComparator - Class in org.iq80.leveldb.table
 
BytewiseComparator() - Constructor for class org.iq80.leveldb.table.BytewiseComparator
 

C

calculateSharedBytes(Slice, Slice) - Static method in class org.iq80.leveldb.table.BlockBuilder
 
checkBackgroundException() - Method in class org.iq80.leveldb.impl.DbImpl
 
clear() - Method in class org.iq80.leveldb.impl.ReadStats
 
clear() - Method in class org.iq80.leveldb.util.IntVector
 
close() - Method in class org.iq80.leveldb.impl.DbImpl
 
close() - Method in class org.iq80.leveldb.impl.FileChannelLogWriter
 
close() - Method in interface org.iq80.leveldb.impl.LogWriter
 
close() - Method in class org.iq80.leveldb.impl.MMapLogWriter
 
close() - Method in class org.iq80.leveldb.impl.SeekingIteratorAdapter
 
close() - Method in class org.iq80.leveldb.impl.SnapshotImpl
 
close() - Method in class org.iq80.leveldb.impl.SnapshotSeekingIterator
 
close() - Method in class org.iq80.leveldb.impl.TableCache
 
close() - Method in class org.iq80.leveldb.impl.WriteBatchImpl
 
Closeables - Class in org.iq80.leveldb.util
 
closeQuietly(Closeable) - Static method in class org.iq80.leveldb.util.Closeables
 
closer() - Method in class org.iq80.leveldb.table.MMapTable
 
closer() - Method in class org.iq80.leveldb.table.Table
 
Compaction - Class in org.iq80.leveldb.impl
 
Compaction(Version, int, List<FileMetaData>, List<FileMetaData>, List<FileMetaData>) - Constructor for class org.iq80.leveldb.impl.Compaction
 
compactMemTable() - Method in class org.iq80.leveldb.impl.DbImpl
 
compactRange(int, Slice, Slice) - Method in class org.iq80.leveldb.impl.DbImpl
 
compactRange(byte[], byte[]) - Method in class org.iq80.leveldb.impl.DbImpl
 
compactRange(int, InternalKey, InternalKey) - Method in class org.iq80.leveldb.impl.VersionSet
 
comparator - Variable in class org.iq80.leveldb.table.Table
 
compare(InternalKey, InternalKey) - Method in class org.iq80.leveldb.impl.InternalKeyComparator
 
compare(Slice, Slice) - Method in class org.iq80.leveldb.impl.InternalUserComparator
 
compare(Slice, Slice) - Method in class org.iq80.leveldb.table.BytewiseComparator
 
compare(Slice, Slice) - Method in class org.iq80.leveldb.table.CustomUserComparator
 
compare(Slice, Slice) - Method in class org.iq80.leveldb.util.SliceComparator
 
compareTo(Slice) - Method in class org.iq80.leveldb.util.Slice
Compares the content of the specified buffer to the content of this buffer.
compress(byte[], int, int, byte[], int) - Static method in class org.iq80.leveldb.util.Snappy
 
compress(String) - Static method in class org.iq80.leveldb.util.Snappy
 
compress(byte[], int, int, byte[], int) - Method in class org.iq80.leveldb.util.Snappy.IQ80Snappy
 
compress(String) - Method in class org.iq80.leveldb.util.Snappy.IQ80Snappy
 
compress(byte[], int, int, byte[], int) - Method in interface org.iq80.leveldb.util.Snappy.SPI
 
compress(String) - Method in interface org.iq80.leveldb.util.Snappy.SPI
 
compress(byte[], int, int, byte[], int) - Method in class org.iq80.leveldb.util.Snappy.XerialSnappy
 
compress(String) - Method in class org.iq80.leveldb.util.Snappy.XerialSnappy
 
copiedBuffer(ByteBuffer, int, int) - Static method in class org.iq80.leveldb.util.Slices
 
copiedBuffer(ByteBuffer) - Static method in class org.iq80.leveldb.util.Slices
 
copiedBuffer(String, Charset) - Static method in class org.iq80.leveldb.util.Slices
 
copyBytes() - Method in class org.iq80.leveldb.util.Slice
 
copyBytes(int, int) - Method in class org.iq80.leveldb.util.Slice
 
copyDirectoryContents(File, File) - Static method in class org.iq80.leveldb.util.FileUtils
 
copyRecursively(File, File) - Static method in class org.iq80.leveldb.util.FileUtils
 
copySlice() - Method in class org.iq80.leveldb.util.Slice
 
copySlice(int, int) - Method in class org.iq80.leveldb.util.Slice
Returns a copy of this buffer's sub-region.
corruption(long, String) - Method in interface org.iq80.leveldb.impl.LogMonitor
 
corruption(long, Throwable) - Method in interface org.iq80.leveldb.impl.LogMonitor
 
CPU_DATA_MODEL - Static variable in class org.iq80.leveldb.impl.Iq80DBFactory
 
crc32c(Slice, CompressionType) - Static method in class org.iq80.leveldb.table.TableBuilder
 
createLevelConcatIterator(TableCache, List<FileMetaData>, InternalKeyComparator) - Static method in class org.iq80.leveldb.impl.Level
 
createLogWriter(File, long) - Static method in class org.iq80.leveldb.impl.Logs
 
createTempDir(String) - Static method in class org.iq80.leveldb.util.FileUtils
 
createTempDir(File, String) - Static method in class org.iq80.leveldb.util.FileUtils
 
createWriteBatch() - Method in class org.iq80.leveldb.impl.DbImpl
 
currentFileName() - Static method in class org.iq80.leveldb.impl.Filename
Return the name of the current file.
currentSizeEstimate() - Method in class org.iq80.leveldb.table.BlockBuilder
 
CustomUserComparator - Class in org.iq80.leveldb.table
 
CustomUserComparator(DBComparator) - Constructor for class org.iq80.leveldb.table.CustomUserComparator
 

D

DatabaseShutdownException() - Constructor for exception org.iq80.leveldb.impl.DbImpl.DatabaseShutdownException
 
DatabaseShutdownException(String) - Constructor for exception org.iq80.leveldb.impl.DbImpl.DatabaseShutdownException
 
DbConstants - Class in org.iq80.leveldb.impl
 
DbEntry(Slice, Slice) - Constructor for class org.iq80.leveldb.impl.SeekingIteratorAdapter.DbEntry
 
DbImpl - Class in org.iq80.leveldb.impl
 
DbImpl(Options, File) - Constructor for class org.iq80.leveldb.impl.DbImpl
 
DbImpl.BackgroundProcessingException - Exception in org.iq80.leveldb.impl
 
DbImpl.DatabaseShutdownException - Exception in org.iq80.leveldb.impl
 
DbIterator - Class in org.iq80.leveldb.util
 
DbIterator(MemTable.MemTableIterator, MemTable.MemTableIterator, List<InternalTableIterator>, List<LevelIterator>, Comparator<InternalKey>) - Constructor for class org.iq80.leveldb.util.DbIterator
 
DbLock - Class in org.iq80.leveldb.impl
 
DbLock(File) - Constructor for class org.iq80.leveldb.impl.DbLock
 
decodeString(ByteBuffer, Charset) - Static method in class org.iq80.leveldb.util.Slices
 
decrementAllowedSeeks() - Method in class org.iq80.leveldb.impl.FileMetaData
 
delete(byte[]) - Method in class org.iq80.leveldb.impl.DbImpl
 
delete(byte[], WriteOptions) - Method in class org.iq80.leveldb.impl.DbImpl
 
delete() - Method in class org.iq80.leveldb.impl.FileChannelLogWriter
 
delete() - Method in interface org.iq80.leveldb.impl.LogWriter
 
delete() - Method in class org.iq80.leveldb.impl.MMapLogWriter
 
delete(byte[]) - Method in class org.iq80.leveldb.impl.WriteBatchImpl
 
delete(Slice) - Method in class org.iq80.leveldb.impl.WriteBatchImpl
 
delete(Slice) - Method in interface org.iq80.leveldb.impl.WriteBatchImpl.Handler
 
deleted(LookupKey) - Static method in class org.iq80.leveldb.impl.LookupResult
 
deleteDirectoryContents(File) - Static method in class org.iq80.leveldb.util.FileUtils
 
deleteFile(int, long) - Method in class org.iq80.leveldb.impl.VersionEdit
 
deleteRecursively(File) - Static method in class org.iq80.leveldb.util.FileUtils
 
descriptorFileName(long) - Static method in class org.iq80.leveldb.impl.Filename
Return the name of the descriptor file with the specified incarnation number.
destroy(File, Options) - Method in class org.iq80.leveldb.impl.Iq80DBFactory
 
destroy() - Method in class org.iq80.leveldb.impl.VersionSet
 
destroy() - Method in class org.iq80.leveldb.util.Finalizer
 
DynamicSliceOutput - Class in org.iq80.leveldb.util
 
DynamicSliceOutput(int) - Constructor for class org.iq80.leveldb.util.DynamicSliceOutput
 

E

EMPTY_SLICE - Static variable in class org.iq80.leveldb.util.Slices
A buffer whose capacity is 0.
encode() - Method in class org.iq80.leveldb.impl.InternalKey
 
encode() - Method in class org.iq80.leveldb.impl.VersionEdit
 
ENCODED_LENGTH - Static variable in class org.iq80.leveldb.table.BlockTrailer
 
ENCODED_LENGTH - Static variable in class org.iq80.leveldb.table.Footer
 
encodeString(CharBuffer, Charset) - Static method in class org.iq80.leveldb.util.Slices
 
ensureCompressedOutputCapacity(int) - Method in class org.iq80.leveldb.table.TableBuilder
 
ensureSize(Slice, int) - Static method in class org.iq80.leveldb.util.Slices
 
equals(Object) - Method in class org.iq80.leveldb.impl.Filename.FileInfo
 
equals(Object) - Method in class org.iq80.leveldb.impl.InternalEntry
 
equals(Object) - Method in class org.iq80.leveldb.impl.InternalKey
 
equals(Object) - Method in class org.iq80.leveldb.impl.SeekingIteratorAdapter.DbEntry
 
equals(Object) - Method in class org.iq80.leveldb.impl.SnapshotImpl
 
equals(Object) - Method in class org.iq80.leveldb.table.BlockEntry
 
equals(Object) - Method in class org.iq80.leveldb.table.BlockHandle
 
equals(Object) - Method in class org.iq80.leveldb.table.BlockTrailer
 
equals(Object) - Method in class org.iq80.leveldb.util.Slice
 
evict(long) - Method in class org.iq80.leveldb.impl.TableCache
 

F

factory - Static variable in class org.iq80.leveldb.impl.Iq80DBFactory
 
fileChannel - Variable in class org.iq80.leveldb.table.Table
 
FileChannelLogWriter - Class in org.iq80.leveldb.impl
 
FileChannelLogWriter(File, long) - Constructor for class org.iq80.leveldb.impl.FileChannelLogWriter
 
FileChannelTable - Class in org.iq80.leveldb.table
 
FileChannelTable(String, FileChannel, Comparator<Slice>, boolean) - Constructor for class org.iq80.leveldb.table.FileChannelTable
 
FileInfo(Filename.FileType) - Constructor for class org.iq80.leveldb.impl.Filename.FileInfo
 
FileInfo(Filename.FileType, long) - Constructor for class org.iq80.leveldb.impl.Filename.FileInfo
 
FileMetaData - Class in org.iq80.leveldb.impl
 
FileMetaData(long, long, InternalKey, InternalKey) - Constructor for class org.iq80.leveldb.impl.FileMetaData
 
Filename - Class in org.iq80.leveldb.impl
 
Filename.FileInfo - Class in org.iq80.leveldb.impl
 
Filename.FileType - Enum in org.iq80.leveldb.impl
 
FileUtils - Class in org.iq80.leveldb.util
 
Finalizer<T> - Class in org.iq80.leveldb.util
 
Finalizer() - Constructor for class org.iq80.leveldb.util.Finalizer
 
Finalizer(int) - Constructor for class org.iq80.leveldb.util.Finalizer
 
Finalizer(int, Finalizer.FinalizerMonitor) - Constructor for class org.iq80.leveldb.util.Finalizer
 
Finalizer.FinalizerMonitor - Interface in org.iq80.leveldb.util
 
findShortestSeparator(Slice, Slice) - Method in class org.iq80.leveldb.impl.InternalUserComparator
 
findShortestSeparator(Slice, Slice) - Method in class org.iq80.leveldb.table.BytewiseComparator
 
findShortestSeparator(Slice, Slice) - Method in class org.iq80.leveldb.table.CustomUserComparator
 
findShortestSeparator(Slice, Slice) - Method in interface org.iq80.leveldb.table.UserComparator
 
findShortSuccessor(Slice) - Method in class org.iq80.leveldb.impl.InternalUserComparator
 
findShortSuccessor(Slice) - Method in class org.iq80.leveldb.table.BytewiseComparator
 
findShortSuccessor(Slice) - Method in class org.iq80.leveldb.table.CustomUserComparator
 
findShortSuccessor(Slice) - Method in interface org.iq80.leveldb.table.UserComparator
 
finish() - Method in class org.iq80.leveldb.table.BlockBuilder
 
finish() - Method in class org.iq80.leveldb.table.TableBuilder
 
flushMemTable() - Method in class org.iq80.leveldb.impl.DbImpl
 
Footer - Class in org.iq80.leveldb.table
 
forEach(WriteBatchImpl.Handler) - Method in class org.iq80.leveldb.impl.WriteBatchImpl
 

G

get(byte[]) - Method in class org.iq80.leveldb.impl.DbImpl
 
get(byte[], ReadOptions) - Method in class org.iq80.leveldb.impl.DbImpl
 
get(LookupKey, ReadStats) - Method in class org.iq80.leveldb.impl.Level
 
get(LookupKey, ReadStats) - Method in class org.iq80.leveldb.impl.Level0
 
get(LookupKey) - Method in class org.iq80.leveldb.impl.MemTable
 
get(LookupKey) - Method in class org.iq80.leveldb.impl.Version
 
get(LookupKey) - Method in class org.iq80.leveldb.impl.VersionSet
 
getAllowedSeeks() - Method in class org.iq80.leveldb.impl.FileMetaData
 
getApproximateOffsetOf(FileMetaData, Slice) - Method in class org.iq80.leveldb.impl.TableCache
 
getApproximateOffsetOf(InternalKey) - Method in class org.iq80.leveldb.impl.Version
 
getApproximateOffsetOf(Slice) - Method in class org.iq80.leveldb.table.Table
Given a key, return an approximate byte offset in the file where the data for that key begins (or would begin if the key were present in the file).
getApproximateSize() - Method in class org.iq80.leveldb.impl.WriteBatchImpl
 
getApproximateSizes(Range...) - Method in class org.iq80.leveldb.impl.DbImpl
 
getApproximateSizes(Range) - Method in class org.iq80.leveldb.impl.DbImpl
 
getByte(int) - Method in class org.iq80.leveldb.util.Slice
Gets a byte at the specified absolute index in this buffer.
getBytes(int, Slice, int, int) - Method in class org.iq80.leveldb.util.Slice
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, byte[], int, int) - Method in class org.iq80.leveldb.util.Slice
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes() - Method in class org.iq80.leveldb.util.Slice
 
getBytes(int, int) - Method in class org.iq80.leveldb.util.Slice
 
getBytes(int, ByteBuffer) - Method in class org.iq80.leveldb.util.Slice
Transfers this buffer's data to the specified destination starting at the specified absolute index until the destination's position reaches its limit.
getBytes(int, OutputStream, int) - Method in class org.iq80.leveldb.util.Slice
Transfers this buffer's data to the specified stream starting at the specified absolute index.
getBytes(int, GatheringByteChannel, int) - Method in class org.iq80.leveldb.util.Slice
Transfers this buffer's data to the specified channel starting at the specified absolute index.
getChunkChecksum(int, Slice) - Static method in class org.iq80.leveldb.impl.Logs
 
getChunkChecksum(int, byte[], int, int) - Static method in class org.iq80.leveldb.impl.Logs
 
getCompactionLevel() - Method in class org.iq80.leveldb.impl.Version
 
getCompactionScore() - Method in class org.iq80.leveldb.impl.Version
 
getCompactPointers() - Method in class org.iq80.leveldb.impl.VersionEdit
 
getComparatorName() - Method in class org.iq80.leveldb.impl.VersionEdit
 
getCompressionType() - Method in class org.iq80.leveldb.table.BlockTrailer
 
getCrc32c() - Method in class org.iq80.leveldb.table.BlockTrailer
 
getCurrent() - Method in class org.iq80.leveldb.impl.VersionSet
 
getDataSize() - Method in class org.iq80.leveldb.table.BlockHandle
 
getDeletedFiles() - Method in class org.iq80.leveldb.impl.VersionEdit
 
getEdit() - Method in class org.iq80.leveldb.impl.Compaction
 
getEntryCount() - Method in class org.iq80.leveldb.table.BlockBuilder
 
getEntryCount() - Method in class org.iq80.leveldb.table.TableBuilder
 
getFile() - Method in class org.iq80.leveldb.impl.FileChannelLogWriter
 
getFile() - Method in interface org.iq80.leveldb.impl.LogWriter
 
getFile() - Method in class org.iq80.leveldb.impl.MMapLogWriter
 
getFileNumber() - Method in class org.iq80.leveldb.impl.FileChannelLogWriter
 
getFileNumber() - Method in class org.iq80.leveldb.impl.Filename.FileInfo
 
getFileNumber() - Method in interface org.iq80.leveldb.impl.LogWriter
 
getFileNumber() - Method in class org.iq80.leveldb.impl.MMapLogWriter
 
getFiles() - Method in class org.iq80.leveldb.impl.Level
 
getFiles() - Method in class org.iq80.leveldb.impl.Level0
 
getFiles() - Method in class org.iq80.leveldb.impl.Version
 
getFiles(int) - Method in class org.iq80.leveldb.impl.Version
 
getFileSize() - Method in class org.iq80.leveldb.impl.FileMetaData
 
getFileSize() - Method in class org.iq80.leveldb.table.TableBuilder
 
getFileToCompact() - Method in class org.iq80.leveldb.impl.Version
 
getFileToCompactLevel() - Method in class org.iq80.leveldb.impl.Version
 
getFileType() - Method in class org.iq80.leveldb.impl.Filename.FileInfo
 
getFullBlockSize() - Method in class org.iq80.leveldb.table.BlockHandle
 
getIndexBlockHandle() - Method in class org.iq80.leveldb.table.Footer
 
getInputs() - Method in class org.iq80.leveldb.impl.Compaction
 
getInt(int) - Method in class org.iq80.leveldb.util.Slice
Gets a 32-bit integer at the specified absolute index in this buffer.
getInternalKey() - Method in class org.iq80.leveldb.impl.LookupKey
 
getInternalKeyComparator() - Method in class org.iq80.leveldb.impl.Version
 
getInternalKeyComparator() - Method in class org.iq80.leveldb.impl.VersionSet
 
getIntValue() - Method in class org.iq80.leveldb.util.PureJavaCrc32C
 
getKey() - Method in class org.iq80.leveldb.impl.InternalEntry
 
getKey() - Method in class org.iq80.leveldb.impl.LookupResult
 
getKey() - Method in class org.iq80.leveldb.impl.SeekingIteratorAdapter.DbEntry
 
getKey() - Method in class org.iq80.leveldb.table.BlockEntry
 
getKeySlice() - Method in class org.iq80.leveldb.impl.SeekingIteratorAdapter.DbEntry
 
getLargest() - Method in class org.iq80.leveldb.impl.FileMetaData
 
getLastRecordOffset() - Method in class org.iq80.leveldb.impl.LogReader
 
getLastSequence() - Method in class org.iq80.leveldb.impl.SnapshotImpl
 
getLastSequence() - Method in class org.iq80.leveldb.impl.VersionSet
 
getLastSequenceNumber() - Method in class org.iq80.leveldb.impl.VersionEdit
 
getLevel() - Method in class org.iq80.leveldb.impl.Compaction
 
getLevelInputs() - Method in class org.iq80.leveldb.impl.Compaction
 
getLevelNumber() - Method in class org.iq80.leveldb.impl.Level
 
getLevelNumber() - Method in class org.iq80.leveldb.impl.Level0
 
getLevelUpInputs() - Method in class org.iq80.leveldb.impl.Compaction
 
getLiveFiles() - Method in class org.iq80.leveldb.impl.VersionSet
 
getLogChunkTypeByPersistentId(int) - Static method in enum org.iq80.leveldb.impl.LogChunkType
 
getLogNumber() - Method in class org.iq80.leveldb.impl.VersionEdit
 
getLogNumber() - Method in class org.iq80.leveldb.impl.VersionSet
 
getLong(int) - Method in class org.iq80.leveldb.util.Slice
Gets a 64-bit long integer at the specified absolute index in this buffer.
getManifestFileNumber() - Method in class org.iq80.leveldb.impl.VersionSet
 
getMaskedValue() - Method in class org.iq80.leveldb.util.PureJavaCrc32C
 
getMaxNextLevelOverlappingBytes() - Method in class org.iq80.leveldb.impl.DbImpl
 
getMaxNextLevelOverlappingBytes() - Method in class org.iq80.leveldb.impl.VersionSet
 
getMaxOutputFileSize() - Method in class org.iq80.leveldb.impl.Compaction
 
getMetaindexBlockHandle() - Method in class org.iq80.leveldb.table.Footer
 
getNewFiles() - Method in class org.iq80.leveldb.impl.VersionEdit
 
getNextElement() - Method in class org.iq80.leveldb.impl.SnapshotSeekingIterator
 
getNextElement() - Method in class org.iq80.leveldb.util.AbstractSeekingIterator
 
getNextElement() - Method in class org.iq80.leveldb.util.DbIterator
 
getNextElement() - Method in class org.iq80.leveldb.util.InternalTableIterator
 
getNextElement() - Method in class org.iq80.leveldb.util.Level0Iterator
 
getNextElement() - Method in class org.iq80.leveldb.util.LevelIterator
 
getNextElement() - Method in class org.iq80.leveldb.util.MergingIterator
 
getNextElement() - Method in class org.iq80.leveldb.util.TableIterator
 
getNextFileNumber() - Method in class org.iq80.leveldb.impl.VersionEdit
 
getNextFileNumber() - Method in class org.iq80.leveldb.impl.VersionSet
 
getNumber() - Method in class org.iq80.leveldb.impl.FileMetaData
 
getOffset() - Method in class org.iq80.leveldb.table.BlockHandle
 
getPersistentId() - Method in enum org.iq80.leveldb.impl.LogChunkType
 
getPersistentId() - Method in enum org.iq80.leveldb.impl.ValueType
 
getPersistentId() - Method in enum org.iq80.leveldb.impl.VersionEditTag
 
getPreviousLogNumber() - Method in class org.iq80.leveldb.impl.VersionEdit
 
getPrevLogNumber() - Method in class org.iq80.leveldb.impl.VersionSet
 
getProperty(String) - Method in class org.iq80.leveldb.impl.DbImpl
 
getRawArray() - Method in class org.iq80.leveldb.util.Slice
Gets the array underlying this slice.
getRawOffset() - Method in class org.iq80.leveldb.util.Slice
Gets the offset of this slice in the underlying array.
getSeekFile() - Method in class org.iq80.leveldb.impl.ReadStats
 
getSeekFileLevel() - Method in class org.iq80.leveldb.impl.ReadStats
 
getSequenceNumber() - Method in class org.iq80.leveldb.impl.InternalKey
 
getShort(int) - Method in class org.iq80.leveldb.util.Slice
Gets a 16-bit short integer at the specified absolute index in this slice.
getSmallest() - Method in class org.iq80.leveldb.impl.FileMetaData
 
getSnapshot() - Method in class org.iq80.leveldb.impl.DbImpl
 
getTableCache() - Method in class org.iq80.leveldb.impl.VersionSet
 
getUnsignedByte(int) - Method in class org.iq80.leveldb.util.Slice
Gets an unsigned byte at the specified absolute index in this buffer.
getUserComparator() - Method in class org.iq80.leveldb.impl.InternalKeyComparator
 
getUserKey() - Method in class org.iq80.leveldb.impl.InternalKey
 
getUserKey() - Method in class org.iq80.leveldb.impl.LookupKey
 
getValue() - Method in class org.iq80.leveldb.impl.InternalEntry
 
getValue() - Method in class org.iq80.leveldb.impl.LookupResult
 
getValue() - Method in class org.iq80.leveldb.impl.SeekingIteratorAdapter.DbEntry
 
getValue() - Method in class org.iq80.leveldb.table.BlockEntry
 
getValue() - Method in class org.iq80.leveldb.util.PureJavaCrc32C
 
getValueSlice() - Method in class org.iq80.leveldb.impl.SeekingIteratorAdapter.DbEntry
 
getValueType() - Method in class org.iq80.leveldb.impl.InternalKey
 
getValueTypeByPersistentId(int) - Static method in enum org.iq80.leveldb.impl.ValueType
 
getValueTypeByPersistentId(int) - Static method in enum org.iq80.leveldb.impl.VersionEditTag
 
getVersion() - Method in class org.iq80.leveldb.impl.SnapshotImpl
 

H

hashCode() - Method in class org.iq80.leveldb.impl.Filename.FileInfo
 
hashCode() - Method in class org.iq80.leveldb.impl.InternalEntry
 
hashCode() - Method in class org.iq80.leveldb.impl.InternalKey
 
hashCode() - Method in class org.iq80.leveldb.impl.SeekingIteratorAdapter.DbEntry
 
hashCode() - Method in class org.iq80.leveldb.impl.SnapshotImpl
 
hashCode() - Method in class org.iq80.leveldb.table.BlockEntry
 
hashCode() - Method in class org.iq80.leveldb.table.BlockHandle
 
hashCode() - Method in class org.iq80.leveldb.table.BlockTrailer
 
hashCode() - Method in class org.iq80.leveldb.util.Slice
 
hasNext() - Method in class org.iq80.leveldb.impl.MemTable.MemTableIterator
 
hasNext() - Method in class org.iq80.leveldb.impl.SeekingIteratorAdapter
 
hasNext() - Method in class org.iq80.leveldb.table.BlockIterator
 
hasNext() - Method in class org.iq80.leveldb.util.AbstractSeekingIterator
 
hasPrev() - Method in class org.iq80.leveldb.impl.SeekingIteratorAdapter
 
HEADER_SIZE - Static variable in class org.iq80.leveldb.impl.LogConstants
 

I

IGNORE_FINALIZER_MONITOR - Static variable in class org.iq80.leveldb.util.Finalizer
 
indexBlock - Variable in class org.iq80.leveldb.table.Table
 
infoLogFileName() - Static method in class org.iq80.leveldb.impl.Filename
Return the name of the info log file.
init() - Method in class org.iq80.leveldb.table.FileChannelTable
 
init() - Method in class org.iq80.leveldb.table.MMapTable
 
init() - Method in class org.iq80.leveldb.table.Table
 
input(int, int) - Method in class org.iq80.leveldb.impl.Compaction
 
input() - Method in class org.iq80.leveldb.util.Slice
Creates an input stream over this slice.
InternalEntry - Class in org.iq80.leveldb.impl
 
InternalEntry(InternalKey, Slice) - Constructor for class org.iq80.leveldb.impl.InternalEntry
 
InternalIterator - Interface in org.iq80.leveldb.util
A common interface for internal iterators.
InternalKey - Class in org.iq80.leveldb.impl
 
InternalKey(Slice, long, ValueType) - Constructor for class org.iq80.leveldb.impl.InternalKey
 
InternalKey(Slice) - Constructor for class org.iq80.leveldb.impl.InternalKey
 
InternalKey(byte[]) - Constructor for class org.iq80.leveldb.impl.InternalKey
 
InternalKeyComparator - Class in org.iq80.leveldb.impl
 
InternalKeyComparator(UserComparator) - Constructor for class org.iq80.leveldb.impl.InternalKeyComparator
 
InternalTableIterator - Class in org.iq80.leveldb.util
 
InternalTableIterator(TableIterator) - Constructor for class org.iq80.leveldb.util.InternalTableIterator
 
InternalUserComparator - Class in org.iq80.leveldb.impl
 
InternalUserComparator(InternalKeyComparator) - Constructor for class org.iq80.leveldb.impl.InternalUserComparator
 
IntVector - Class in org.iq80.leveldb.util
 
IntVector(int) - Constructor for class org.iq80.leveldb.util.IntVector
 
Iq80DBFactory - Class in org.iq80.leveldb.impl
 
Iq80DBFactory() - Constructor for class org.iq80.leveldb.impl.Iq80DBFactory
 
IQ80Snappy() - Constructor for class org.iq80.leveldb.util.Snappy.IQ80Snappy
 
isBaseLevelForKey(Slice) - Method in class org.iq80.leveldb.impl.Compaction
 
isClosed() - Method in class org.iq80.leveldb.impl.FileChannelLogWriter
 
isClosed() - Method in interface org.iq80.leveldb.impl.LogWriter
 
isClosed() - Method in class org.iq80.leveldb.impl.MMapLogWriter
 
isDeleted() - Method in class org.iq80.leveldb.impl.LookupResult
 
isDisposed() - Method in class org.iq80.leveldb.impl.Version
 
isEmpty() - Method in class org.iq80.leveldb.impl.MemTable
 
isEmpty() - Method in class org.iq80.leveldb.table.BlockBuilder
 
isOrdered(InternalKey...) - Method in class org.iq80.leveldb.impl.InternalKeyComparator
Returns true if each element in iterable after the first is greater than or equal to the element that preceded it, according to this ordering.
isOrdered(Iterable<InternalKey>) - Method in class org.iq80.leveldb.impl.InternalKeyComparator
Returns true if each element in iterable after the first is greater than or equal to the element that preceded it, according to this ordering.
isReadable() - Method in class org.iq80.leveldb.util.SliceInput
Returns true if and only if available() is greater than 0.
isSymbolicLink(File) - Static method in class org.iq80.leveldb.util.FileUtils
 
isTrivialMove() - Method in class org.iq80.leveldb.impl.Compaction
 
isValid() - Method in class org.iq80.leveldb.impl.DbLock
 
isWritable() - Method in class org.iq80.leveldb.util.BasicSliceOutput
 
isWritable() - Method in class org.iq80.leveldb.util.DynamicSliceOutput
 
isWritable() - Method in class org.iq80.leveldb.util.SliceOutput
Returns true if and only if (this.capacity - this.writerIndex) is greater than 0.
iterator() - Method in class org.iq80.leveldb.impl.DbImpl
 
iterator(ReadOptions) - Method in class org.iq80.leveldb.impl.DbImpl
 
iterator() - Method in class org.iq80.leveldb.impl.Level
 
iterator() - Method in class org.iq80.leveldb.impl.Level0
 
iterator() - Method in class org.iq80.leveldb.impl.MemTable
 
iterator() - Method in interface org.iq80.leveldb.impl.SeekingIterable
 
iterator() - Method in class org.iq80.leveldb.impl.Version
 
iterator() - Method in class org.iq80.leveldb.impl.VersionSet
 
iterator() - Method in class org.iq80.leveldb.table.Block
 
iterator() - Method in class org.iq80.leveldb.table.Table
 

L

L0_COMPACTION_TRIGGER - Static variable in class org.iq80.leveldb.impl.DbConstants
Level-0 compaction is started when we hit this many files.
L0_SLOWDOWN_WRITES_TRIGGER - Static variable in class org.iq80.leveldb.impl.DbConstants
Soft limit on number of level-0 files.
L0_STOP_WRITES_TRIGGER - Static variable in class org.iq80.leveldb.impl.DbConstants
Maximum number of level-0 files.
length() - Method in class org.iq80.leveldb.util.Slice
Length of this slice.
Level - Class in org.iq80.leveldb.impl
 
Level(int, List<FileMetaData>, TableCache, InternalKeyComparator) - Constructor for class org.iq80.leveldb.impl.Level
 
Level0 - Class in org.iq80.leveldb.impl
 
Level0(List<FileMetaData>, TableCache, InternalKeyComparator) - Constructor for class org.iq80.leveldb.impl.Level0
 
Level0Iterator - Class in org.iq80.leveldb.util
 
Level0Iterator(TableCache, List<FileMetaData>, Comparator<InternalKey>) - Constructor for class org.iq80.leveldb.util.Level0Iterator
 
Level0Iterator(List<InternalTableIterator>, Comparator<InternalKey>) - Constructor for class org.iq80.leveldb.util.Level0Iterator
 
LevelIterator - Class in org.iq80.leveldb.util
 
LevelIterator(TableCache, List<FileMetaData>, InternalKeyComparator) - Constructor for class org.iq80.leveldb.util.LevelIterator
 
listFiles(File) - Static method in class org.iq80.leveldb.impl.Filename
 
listFiles(File) - Static method in class org.iq80.leveldb.util.FileUtils
 
listFiles(File, FilenameFilter) - Static method in class org.iq80.leveldb.util.FileUtils
 
lockFileName() - Static method in class org.iq80.leveldb.impl.Filename
Return the name of the lock file.
logAndApply(VersionEdit) - Method in class org.iq80.leveldb.impl.VersionSet
 
LogChunkType - Enum in org.iq80.leveldb.impl
 
LogConstants - Class in org.iq80.leveldb.impl
 
logFileName(long) - Static method in class org.iq80.leveldb.impl.Filename
Return the name of the log file with the specified number.
LogMonitor - Interface in org.iq80.leveldb.impl
 
logMonitor() - Static method in class org.iq80.leveldb.impl.LogMonitors
 
LogMonitors - Class in org.iq80.leveldb.impl
 
LogReader - Class in org.iq80.leveldb.impl
 
LogReader(FileChannel, LogMonitor, boolean, long) - Constructor for class org.iq80.leveldb.impl.LogReader
 
Logs - Class in org.iq80.leveldb.impl
 
LogWriter - Interface in org.iq80.leveldb.impl
 
LookupKey - Class in org.iq80.leveldb.impl
 
LookupKey(Slice, long) - Constructor for class org.iq80.leveldb.impl.LookupKey
 
LookupResult - Class in org.iq80.leveldb.impl
 

M

MAJOR_VERSION - Static variable in class org.iq80.leveldb.impl.DbConstants
 
makeInputIterator(Compaction) - Method in class org.iq80.leveldb.impl.VersionSet
 
mask(int) - Static method in class org.iq80.leveldb.util.PureJavaCrc32C
Return a masked representation of crc.
MAX_ENCODED_LENGTH - Static variable in class org.iq80.leveldb.table.BlockHandle
 
MAX_GRAND_PARENT_OVERLAP_BYTES - Static variable in class org.iq80.leveldb.impl.VersionSet
 
MAX_MEM_COMPACT_LEVEL - Static variable in class org.iq80.leveldb.impl.DbConstants
Maximum level to which a new compacted memtable is pushed if it does not create overlap.
MAX_SEQUENCE_NUMBER - Static variable in class org.iq80.leveldb.impl.SequenceNumber
 
maxCompressedLength(int) - Method in class org.iq80.leveldb.util.Snappy.IQ80Snappy
 
maxCompressedLength(int) - Static method in class org.iq80.leveldb.util.Snappy
 
maxCompressedLength(int) - Method in interface org.iq80.leveldb.util.Snappy.SPI
 
maxCompressedLength(int) - Method in class org.iq80.leveldb.util.Snappy.XerialSnappy
 
maxFileSizeForLevel(int) - Static method in class org.iq80.leveldb.impl.VersionSet
 
MemTable - Class in org.iq80.leveldb.impl
 
MemTable(InternalKeyComparator) - Constructor for class org.iq80.leveldb.impl.MemTable
 
MemTable.MemTableIterator - Class in org.iq80.leveldb.impl
 
MemTableIterator() - Constructor for class org.iq80.leveldb.impl.MemTable.MemTableIterator
 
MergingIterator - Class in org.iq80.leveldb.util
 
MergingIterator(List<? extends InternalIterator>, Comparator<InternalKey>) - Constructor for class org.iq80.leveldb.util.MergingIterator
 
metaindexBlockHandle - Variable in class org.iq80.leveldb.table.Table
 
MINOR_VERSION - Static variable in class org.iq80.leveldb.impl.DbConstants
 
MMapLogWriter - Class in org.iq80.leveldb.impl
 
MMapLogWriter(File, long) - Constructor for class org.iq80.leveldb.impl.MMapLogWriter
 
MMapTable - Class in org.iq80.leveldb.table
 
MMapTable(String, FileChannel, Comparator<Slice>, boolean) - Constructor for class org.iq80.leveldb.table.MMapTable
 

N

name() - Method in class org.iq80.leveldb.impl.InternalKeyComparator
 
name() - Method in class org.iq80.leveldb.impl.InternalUserComparator
 
name() - Method in class org.iq80.leveldb.table.BytewiseComparator
 
name() - Method in class org.iq80.leveldb.table.CustomUserComparator
 
name - Variable in class org.iq80.leveldb.table.Table
 
name() - Method in interface org.iq80.leveldb.table.UserComparator
 
needsCompaction() - Method in class org.iq80.leveldb.impl.VersionSet
 
NEWEST_FIRST - Static variable in class org.iq80.leveldb.impl.Level0
 
newFile(String, String...) - Static method in class org.iq80.leveldb.util.FileUtils
 
newFile(File, String...) - Static method in class org.iq80.leveldb.util.FileUtils
 
newFile(File, Iterable<String>) - Static method in class org.iq80.leveldb.util.FileUtils
 
newIterator(FileMetaData) - Method in class org.iq80.leveldb.impl.TableCache
 
newIterator(long) - Method in class org.iq80.leveldb.impl.TableCache
 
next() - Method in class org.iq80.leveldb.impl.MemTable.MemTableIterator
 
next() - Method in class org.iq80.leveldb.impl.SeekingIteratorAdapter
 
next() - Method in class org.iq80.leveldb.table.BlockIterator
 
next() - Method in class org.iq80.leveldb.util.AbstractSeekingIterator
 
NUM_LEVELS - Static variable in class org.iq80.leveldb.impl.DbConstants
Max number of levels
numberOfBytesInLevel(int) - Method in class org.iq80.leveldb.impl.VersionSet
 
numberOfFilesInLevel(int) - Method in class org.iq80.leveldb.impl.Version
 
numberOfFilesInLevel(int) - Method in class org.iq80.leveldb.impl.VersionSet
 
numberOfLevels() - Method in class org.iq80.leveldb.impl.Version
 

O

ok(LookupKey, Slice) - Static method in class org.iq80.leveldb.impl.LookupResult
 
oldInfoLogFileName() - Static method in class org.iq80.leveldb.impl.Filename
Return the name of the old info log file.
open(File, Options) - Method in class org.iq80.leveldb.impl.Iq80DBFactory
 
openBlock(Slice) - Method in class org.iq80.leveldb.table.Table
 
org.iq80.leveldb.impl - package org.iq80.leveldb.impl
 
org.iq80.leveldb.table - package org.iq80.leveldb.table
 
org.iq80.leveldb.util - package org.iq80.leveldb.util
 
output() - Method in class org.iq80.leveldb.util.Slice
Creates an output stream over this slice.
overlapInLevel(int, Slice, Slice) - Method in class org.iq80.leveldb.impl.Version
 
overlapInLevel(int, Slice, Slice) - Method in class org.iq80.leveldb.impl.VersionSet
 

P

packSequenceAndValueType(long, ValueType) - Static method in class org.iq80.leveldb.impl.SequenceNumber
 
parseFileName(File) - Static method in class org.iq80.leveldb.impl.Filename
If filename is a leveldb file, store the type of the file in *type.
peek() - Method in class org.iq80.leveldb.impl.MemTable.MemTableIterator
 
peek() - Method in class org.iq80.leveldb.table.BlockIterator
 
peek() - Method in class org.iq80.leveldb.util.AbstractSeekingIterator
 
peekNext() - Method in class org.iq80.leveldb.impl.SeekingIteratorAdapter
 
peekPrev() - Method in class org.iq80.leveldb.impl.SeekingIteratorAdapter
 
pickCompaction() - Method in class org.iq80.leveldb.impl.VersionSet
 
position() - Method in class org.iq80.leveldb.util.SliceInput
Returns the position of this buffer.
prev() - Method in class org.iq80.leveldb.impl.SeekingIteratorAdapter
 
PureJavaCrc32C - Class in org.iq80.leveldb.util
A pure-java implementation of the CRC32 checksum that uses the CRC32-C polynomial, the same polynomial used by iSCSI and implemented on many Intel chipsets supporting SSE4.2.
PureJavaCrc32C() - Constructor for class org.iq80.leveldb.util.PureJavaCrc32C
Create a new PureJavaCrc32 object.
put(byte[], byte[]) - Method in class org.iq80.leveldb.impl.DbImpl
 
put(byte[], byte[], WriteOptions) - Method in class org.iq80.leveldb.impl.DbImpl
 
put(Slice, Slice) - Method in interface org.iq80.leveldb.impl.WriteBatchImpl.Handler
 
put(byte[], byte[]) - Method in class org.iq80.leveldb.impl.WriteBatchImpl
 
put(Slice, Slice) - Method in class org.iq80.leveldb.impl.WriteBatchImpl
 

R

read(MappedByteBuffer, int, int) - Static method in class org.iq80.leveldb.table.MMapTable
 
read() - Method in class org.iq80.leveldb.util.SliceInput
 
readBlock(BlockHandle) - Method in class org.iq80.leveldb.table.FileChannelTable
 
readBlock(BlockHandle) - Method in class org.iq80.leveldb.table.MMapTable
 
readBlock(BlockHandle) - Method in class org.iq80.leveldb.table.Table
 
readBlockHandle(SliceInput) - Static method in class org.iq80.leveldb.table.BlockHandle
 
readBlockTrailer(Slice) - Static method in class org.iq80.leveldb.table.BlockTrailer
 
readBoolean() - Method in class org.iq80.leveldb.util.SliceInput
 
readByte() - Method in class org.iq80.leveldb.util.SliceInput
Gets a byte at the current position and increases the position by 1 in this buffer.
readByteArray(int) - Method in class org.iq80.leveldb.util.SliceInput
 
readBytes(int) - Method in class org.iq80.leveldb.util.SliceInput
Transfers this buffer's data to a newly created buffer starting at the current position and increases the position by the number of the transferred bytes (= length).
readBytes(byte[]) - Method in class org.iq80.leveldb.util.SliceInput
Transfers this buffer's data to the specified destination starting at the current position and increases the position by the number of the transferred bytes (= dst.length).
readBytes(byte[], int, int) - Method in class org.iq80.leveldb.util.SliceInput
Transfers this buffer's data to the specified destination starting at the current position and increases the position by the number of the transferred bytes (= length).
readBytes(Slice) - Method in class org.iq80.leveldb.util.SliceInput
Transfers this buffer's data to the specified destination starting at the current position until the destination becomes non-writable, and increases the position by the number of the transferred bytes.
readBytes(Slice, int) - Method in class org.iq80.leveldb.util.SliceInput
Transfers this buffer's data to the specified destination starting at the current position and increases the position by the number of the transferred bytes (= length).
readBytes(Slice, int, int) - Method in class org.iq80.leveldb.util.SliceInput
Transfers this buffer's data to the specified destination starting at the current position and increases the position by the number of the transferred bytes (= length).
readBytes(ByteBuffer) - Method in class org.iq80.leveldb.util.SliceInput
Transfers this buffer's data to the specified destination starting at the current position until the destination's position reaches its limit, and increases the position by the number of the transferred bytes.
readBytes(GatheringByteChannel, int) - Method in class org.iq80.leveldb.util.SliceInput
Transfers this buffer's data to the specified stream starting at the current position.
readBytes(OutputStream, int) - Method in class org.iq80.leveldb.util.SliceInput
Transfers this buffer's data to the specified stream starting at the current position.
readChar() - Method in class org.iq80.leveldb.util.SliceInput
Unsupported operation
readDouble() - Method in class org.iq80.leveldb.util.SliceInput
 
readFloat() - Method in class org.iq80.leveldb.util.SliceInput
Unsupported operation
readFooter(Slice) - Static method in class org.iq80.leveldb.table.Footer
 
readFully(byte[]) - Method in class org.iq80.leveldb.util.SliceInput
 
readFully(byte[], int, int) - Method in class org.iq80.leveldb.util.SliceInput
 
readInt() - Method in class org.iq80.leveldb.util.SliceInput
Gets a 32-bit integer at the current position and increases the position by 4 in this buffer.
readLengthPrefixedBytes(SliceInput) - Static method in class org.iq80.leveldb.util.Slices
 
readLine() - Method in class org.iq80.leveldb.util.SliceInput
Unsupported operation
readLong() - Method in class org.iq80.leveldb.util.SliceInput
Gets a 64-bit integer at the current position and increases the position by 8 in this buffer.
readNextBlock() - Method in class org.iq80.leveldb.impl.LogReader
 
readRecord() - Method in class org.iq80.leveldb.impl.LogReader
 
readShort() - Method in class org.iq80.leveldb.util.SliceInput
Gets a 16-bit short integer at the current position and increases the position by 2 in this buffer.
readSlice(int) - Method in class org.iq80.leveldb.util.SliceInput
Returns a new slice of this buffer's sub-region starting at the current position and increases the position by the size of the new slice (= length).
ReadStats - Class in org.iq80.leveldb.impl
 
ReadStats() - Constructor for class org.iq80.leveldb.impl.ReadStats
 
readUnsignedByte() - Method in class org.iq80.leveldb.util.SliceInput
Gets an unsigned byte at the current position and increases the position by 1 in this buffer.
readUnsignedInt() - Method in class org.iq80.leveldb.util.SliceInput
Gets an unsigned 32-bit integer at the current position and increases the position by 4 in this buffer.
readUnsignedShort() - Method in class org.iq80.leveldb.util.SliceInput
 
readUTF() - Method in class org.iq80.leveldb.util.SliceInput
Unsupported operation
readValue(SliceInput, VersionEdit) - Method in enum org.iq80.leveldb.impl.VersionEditTag
 
readVariableLengthInt(SliceInput) - Static method in class org.iq80.leveldb.util.VariableLengthQuantity
 
readVariableLengthInt(ByteBuffer) - Static method in class org.iq80.leveldb.util.VariableLengthQuantity
 
readVariableLengthLong(SliceInput) - Static method in class org.iq80.leveldb.util.VariableLengthQuantity
 
recover() - Method in class org.iq80.leveldb.impl.VersionSet
 
release() - Method in class org.iq80.leveldb.impl.DbLock
 
release() - Method in class org.iq80.leveldb.impl.Version
 
remove() - Method in class org.iq80.leveldb.impl.MemTable.MemTableIterator
 
remove() - Method in class org.iq80.leveldb.impl.SeekingIteratorAdapter
 
remove() - Method in class org.iq80.leveldb.table.BlockIterator
 
remove() - Method in class org.iq80.leveldb.util.AbstractSeekingIterator
 
removeVersion(Version) - Method in class org.iq80.leveldb.impl.VersionSet
 
repair(File, Options) - Method in class org.iq80.leveldb.impl.Iq80DBFactory
 
reset() - Method in class org.iq80.leveldb.table.BlockBuilder
 
reset() - Method in class org.iq80.leveldb.util.BasicSliceOutput
 
reset() - Method in class org.iq80.leveldb.util.DynamicSliceOutput
 
reset() - Method in class org.iq80.leveldb.util.PureJavaCrc32C
 
reset() - Method in class org.iq80.leveldb.util.SliceOutput
Resets this stream to the initial position.
resumeCompactions() - Method in class org.iq80.leveldb.impl.DbImpl
 
retain() - Method in class org.iq80.leveldb.impl.Version
 

S

seek(InternalKey) - Method in class org.iq80.leveldb.impl.MemTable.MemTableIterator
 
seek(K) - Method in interface org.iq80.leveldb.impl.SeekingIterator
Repositions the iterator so the key of the next BlockElement returned greater than or equal to the specified targetKey.
seek(byte[]) - Method in class org.iq80.leveldb.impl.SeekingIteratorAdapter
 
seek(Slice) - Method in class org.iq80.leveldb.table.BlockIterator
Repositions the iterator so the key of the next BlockElement returned greater than or equal to the specified targetKey.
seek(K) - Method in class org.iq80.leveldb.util.AbstractSeekingIterator
 
SeekingIterable<K,V> - Interface in org.iq80.leveldb.impl
 
SeekingIterator<K,V> - Interface in org.iq80.leveldb.impl
 
SeekingIteratorAdapter - Class in org.iq80.leveldb.impl
 
SeekingIteratorAdapter(SnapshotSeekingIterator) - Constructor for class org.iq80.leveldb.impl.SeekingIteratorAdapter
 
SeekingIteratorAdapter.DbEntry - Class in org.iq80.leveldb.impl
 
seekInternal(Slice) - Method in class org.iq80.leveldb.impl.SnapshotSeekingIterator
 
seekInternal(K) - Method in class org.iq80.leveldb.util.AbstractSeekingIterator
 
seekInternal(InternalKey) - Method in class org.iq80.leveldb.util.DbIterator
 
seekInternal(InternalKey) - Method in class org.iq80.leveldb.util.InternalTableIterator
 
seekInternal(InternalKey) - Method in class org.iq80.leveldb.util.Level0Iterator
 
seekInternal(InternalKey) - Method in class org.iq80.leveldb.util.LevelIterator
 
seekInternal(InternalKey) - Method in class org.iq80.leveldb.util.MergingIterator
 
seekInternal(Slice) - Method in class org.iq80.leveldb.util.TableIterator
 
seekToFirst() - Method in class org.iq80.leveldb.impl.MemTable.MemTableIterator
 
seekToFirst() - Method in interface org.iq80.leveldb.impl.SeekingIterator
Repositions the iterator so the beginning of this block.
seekToFirst() - Method in class org.iq80.leveldb.impl.SeekingIteratorAdapter
 
seekToFirst() - Method in class org.iq80.leveldb.table.BlockIterator
Repositions the iterator so the beginning of this block.
seekToFirst() - Method in class org.iq80.leveldb.util.AbstractSeekingIterator
 
seekToFirstInternal() - Method in class org.iq80.leveldb.impl.SnapshotSeekingIterator
 
seekToFirstInternal() - Method in class org.iq80.leveldb.util.AbstractSeekingIterator
 
seekToFirstInternal() - Method in class org.iq80.leveldb.util.DbIterator
 
seekToFirstInternal() - Method in class org.iq80.leveldb.util.InternalTableIterator
 
seekToFirstInternal() - Method in class org.iq80.leveldb.util.Level0Iterator
 
seekToFirstInternal() - Method in class org.iq80.leveldb.util.LevelIterator
 
seekToFirstInternal() - Method in class org.iq80.leveldb.util.MergingIterator
 
seekToFirstInternal() - Method in class org.iq80.leveldb.util.TableIterator
 
seekToLast() - Method in class org.iq80.leveldb.impl.SeekingIteratorAdapter
 
SequenceNumber - Class in org.iq80.leveldb.impl
 
setAllowedSeeks(int) - Method in class org.iq80.leveldb.impl.FileMetaData
 
setByte(int, int) - Method in class org.iq80.leveldb.util.Slice
Sets the specified byte at the specified absolute index in this buffer.
setBytes(int, Slice, int, int) - Method in class org.iq80.leveldb.util.Slice
Transfers the specified source buffer's data to this buffer starting at the specified absolute index.
setBytes(int, byte[], int, int) - Method in class org.iq80.leveldb.util.Slice
Transfers the specified source array's data to this buffer starting at the specified absolute index.
setBytes(int, ByteBuffer) - Method in class org.iq80.leveldb.util.Slice
Transfers the specified source buffer's data to this buffer starting at the specified absolute index until the source buffer's position reaches its limit.
setBytes(int, InputStream, int) - Method in class org.iq80.leveldb.util.Slice
Transfers the content of the specified source stream to this buffer starting at the specified absolute index.
setBytes(int, ScatteringByteChannel, int) - Method in class org.iq80.leveldb.util.Slice
Transfers the content of the specified source channel to this buffer starting at the specified absolute index.
setBytes(int, FileChannel, int, int) - Method in class org.iq80.leveldb.util.Slice
 
setCompactionLevel(int) - Method in class org.iq80.leveldb.impl.Version
 
setCompactionScore(double) - Method in class org.iq80.leveldb.impl.Version
 
setCompactPointer(int, InternalKey) - Method in class org.iq80.leveldb.impl.VersionEdit
 
setCompactPointers(Map<Integer, InternalKey>) - Method in class org.iq80.leveldb.impl.VersionEdit
 
setComparatorName(String) - Method in class org.iq80.leveldb.impl.VersionEdit
 
setCurrentFile(File, long) - Static method in class org.iq80.leveldb.impl.Filename
Make the CURRENT file point to the descriptor file with the specified number.
setInt(int, int) - Method in class org.iq80.leveldb.util.Slice
Sets the specified 32-bit integer at the specified absolute index in this buffer.
setLastSequence(long) - Method in class org.iq80.leveldb.impl.VersionSet
 
setLastSequenceNumber(long) - Method in class org.iq80.leveldb.impl.VersionEdit
 
setLogNumber(long) - Method in class org.iq80.leveldb.impl.VersionEdit
 
setLong(int, long) - Method in class org.iq80.leveldb.util.Slice
Sets the specified 64-bit long integer at the specified absolute index in this buffer.
setNextFileNumber(long) - Method in class org.iq80.leveldb.impl.VersionEdit
 
setPosition(int) - Method in class org.iq80.leveldb.util.SliceInput
Sets the position of this buffer.
setPreviousLogNumber(long) - Method in class org.iq80.leveldb.impl.VersionEdit
 
setSeekFile(FileMetaData) - Method in class org.iq80.leveldb.impl.ReadStats
 
setSeekFileLevel(int) - Method in class org.iq80.leveldb.impl.ReadStats
 
setShort(int, int) - Method in class org.iq80.leveldb.util.Slice
Sets the specified 16-bit short integer at the specified absolute index in this buffer.
setValue(Slice) - Method in class org.iq80.leveldb.impl.InternalEntry
 
setValue(byte[]) - Method in class org.iq80.leveldb.impl.SeekingIteratorAdapter.DbEntry
 
setValue(Slice) - Method in class org.iq80.leveldb.table.BlockEntry
 
shouldStopBefore(InternalKey) - Method in class org.iq80.leveldb.impl.Compaction
 
size() - Method in class org.iq80.leveldb.impl.WriteBatchImpl
 
size() - Method in class org.iq80.leveldb.table.Block
 
size() - Method in class org.iq80.leveldb.util.BasicSliceOutput
 
size() - Method in class org.iq80.leveldb.util.DynamicSliceOutput
 
size() - Method in class org.iq80.leveldb.util.IntVector
 
size() - Method in class org.iq80.leveldb.util.SliceOutput
Returns the writerIndex of this buffer.
SIZE_OF_BYTE - Static variable in class org.iq80.leveldb.util.SizeOf
 
SIZE_OF_INT - Static variable in class org.iq80.leveldb.util.SizeOf
 
SIZE_OF_LONG - Static variable in class org.iq80.leveldb.util.SizeOf
 
SIZE_OF_SHORT - Static variable in class org.iq80.leveldb.util.SizeOf
 
SizeOf - Class in org.iq80.leveldb.util
 
skipBytes(int) - Method in class org.iq80.leveldb.util.SliceInput
 
slice() - Method in class org.iq80.leveldb.util.BasicSliceOutput
 
slice() - Method in class org.iq80.leveldb.util.DynamicSliceOutput
 
Slice - Class in org.iq80.leveldb.util
Little Endian slice of a byte array.
Slice(int) - Constructor for class org.iq80.leveldb.util.Slice
 
Slice(byte[]) - Constructor for class org.iq80.leveldb.util.Slice
 
Slice(byte[], int, int) - Constructor for class org.iq80.leveldb.util.Slice
 
slice() - Method in class org.iq80.leveldb.util.Slice
Returns a slice of this buffer's readable bytes.
slice(int, int) - Method in class org.iq80.leveldb.util.Slice
Returns a slice of this buffer's sub-region.
slice() - Method in class org.iq80.leveldb.util.SliceInput
Returns a slice of this buffer's readable bytes.
slice() - Method in class org.iq80.leveldb.util.SliceOutput
Returns a slice of this buffer's readable bytes.
SLICE_COMPARATOR - Static variable in class org.iq80.leveldb.util.SliceComparator
 
SliceComparator - Class in org.iq80.leveldb.util
 
SliceComparator() - Constructor for class org.iq80.leveldb.util.SliceComparator
 
SliceInput - Class in org.iq80.leveldb.util
 
SliceInput(Slice) - Constructor for class org.iq80.leveldb.util.SliceInput
 
SliceOutput - Class in org.iq80.leveldb.util
 
SliceOutput() - Constructor for class org.iq80.leveldb.util.SliceOutput
 
Slices - Class in org.iq80.leveldb.util
 
Snappy - Class in org.iq80.leveldb.util
A Snappy abstraction which attempts uses the iq80 implementation and falls back to the xerial Snappy implementation it cannot be loaded.
Snappy.IQ80Snappy - Class in org.iq80.leveldb.util
 
Snappy.SPI - Interface in org.iq80.leveldb.util
 
Snappy.XerialSnappy - Class in org.iq80.leveldb.util
 
SnapshotImpl - Class in org.iq80.leveldb.impl
 
SnapshotSeekingIterator - Class in org.iq80.leveldb.impl
 
SnapshotSeekingIterator(DbIterator, SnapshotImpl, Comparator<Slice>) - Constructor for class org.iq80.leveldb.impl.SnapshotSeekingIterator
 
someFileOverlapsRange(Slice, Slice) - Method in class org.iq80.leveldb.impl.Level
 
someFileOverlapsRange(Slice, Slice) - Method in class org.iq80.leveldb.impl.Level0
 
suspendCompactions() - Method in class org.iq80.leveldb.impl.DbImpl
 

T

Table - Class in org.iq80.leveldb.table
 
Table(String, FileChannel, Comparator<Slice>, boolean) - Constructor for class org.iq80.leveldb.table.Table
 
TABLE_MAGIC_NUMBER - Static variable in class org.iq80.leveldb.table.TableBuilder
TABLE_MAGIC_NUMBER was picked by running echo http://code.google.com/p/leveldb/ | sha1sum and taking the leading 64 bits.
TableBuilder - Class in org.iq80.leveldb.table
 
TableBuilder(Options, FileChannel, UserComparator) - Constructor for class org.iq80.leveldb.table.TableBuilder
 
TableCache - Class in org.iq80.leveldb.impl
 
TableCache(File, int, UserComparator, boolean) - Constructor for class org.iq80.leveldb.impl.TableCache
 
tableFileName(long) - Static method in class org.iq80.leveldb.impl.Filename
Return the name of the sstable with the specified number.
TableIterator - Class in org.iq80.leveldb.util
 
TableIterator(Table, BlockIterator) - Constructor for class org.iq80.leveldb.util.TableIterator
 
TARGET_FILE_SIZE - Static variable in class org.iq80.leveldb.impl.VersionSet
 
tempFileName(long) - Static method in class org.iq80.leveldb.impl.Filename
Return the name of a temporary file with the specified number.
throwExceptionMonitor() - Static method in class org.iq80.leveldb.impl.LogMonitors
 
toByteBuffer() - Method in class org.iq80.leveldb.util.BasicSliceOutput
 
toByteBuffer() - Method in class org.iq80.leveldb.util.DynamicSliceOutput
 
toByteBuffer() - Method in class org.iq80.leveldb.util.Slice
Converts this buffer's readable bytes into a NIO buffer.
toByteBuffer(int, int) - Method in class org.iq80.leveldb.util.Slice
Converts this buffer's sub-region into a NIO buffer.
toByteBuffer() - Method in class org.iq80.leveldb.util.SliceInput
Converts this buffer's readable bytes into a NIO buffer.
toByteBuffer() - Method in class org.iq80.leveldb.util.SliceOutput
Converts this buffer's readable bytes into a NIO buffer.
toString() - Method in class org.iq80.leveldb.impl.DbLock
 
toString() - Method in class org.iq80.leveldb.impl.FileMetaData
 
toString() - Method in class org.iq80.leveldb.impl.Filename.FileInfo
 
toString() - Method in class org.iq80.leveldb.impl.InternalEntry
 
toString() - Method in class org.iq80.leveldb.impl.InternalKey
 
toString() - Method in class org.iq80.leveldb.impl.Iq80DBFactory
 
toString() - Method in class org.iq80.leveldb.impl.Level
 
toString() - Method in class org.iq80.leveldb.impl.Level0
 
toString() - Method in class org.iq80.leveldb.impl.LookupKey
 
toString() - Method in class org.iq80.leveldb.impl.SeekingIteratorAdapter.DbEntry
Returns a string representation of the form {key}={value}.
toString() - Method in class org.iq80.leveldb.impl.SnapshotImpl
 
toString() - Method in class org.iq80.leveldb.impl.SnapshotSeekingIterator
 
toString() - Method in class org.iq80.leveldb.impl.VersionEdit
 
toString() - Method in class org.iq80.leveldb.table.BlockEntry
 
toString() - Method in class org.iq80.leveldb.table.BlockHandle
 
toString() - Method in class org.iq80.leveldb.table.BlockTrailer
 
toString() - Method in class org.iq80.leveldb.table.Table
 
toString() - Method in class org.iq80.leveldb.util.BasicSliceOutput
 
toString(Charset) - Method in class org.iq80.leveldb.util.BasicSliceOutput
 
toString() - Method in class org.iq80.leveldb.util.DbIterator
 
toString() - Method in class org.iq80.leveldb.util.DynamicSliceOutput
 
toString(Charset) - Method in class org.iq80.leveldb.util.DynamicSliceOutput
 
toString() - Method in class org.iq80.leveldb.util.InternalTableIterator
 
toString() - Method in class org.iq80.leveldb.util.IntVector
 
toString() - Method in class org.iq80.leveldb.util.Level0Iterator
 
toString() - Method in class org.iq80.leveldb.util.LevelIterator
 
toString() - Method in class org.iq80.leveldb.util.MergingIterator
 
toString(Charset) - Method in class org.iq80.leveldb.util.Slice
Decodes this buffer's readable bytes into a string with the specified character set name.
toString(int, int, Charset) - Method in class org.iq80.leveldb.util.Slice
Decodes this buffer's sub-region into a string with the specified character set.
toString() - Method in class org.iq80.leveldb.util.Slice
 
toString(Charset) - Method in class org.iq80.leveldb.util.SliceInput
Decodes this buffer's readable bytes into a string with the specified character set name.
toString() - Method in class org.iq80.leveldb.util.SliceInput
 
toString(Charset) - Method in class org.iq80.leveldb.util.SliceOutput
Decodes this buffer's readable bytes into a string with the specified character set name.
toString() - Method in class org.iq80.leveldb.util.TableIterator
 
totalFileSize(List<FileMetaData>) - Static method in class org.iq80.leveldb.impl.Compaction
 

U

uncompress(ByteBuffer, ByteBuffer) - Method in class org.iq80.leveldb.util.Snappy.IQ80Snappy
 
uncompress(byte[], int, int, byte[], int) - Method in class org.iq80.leveldb.util.Snappy.IQ80Snappy
 
uncompress(ByteBuffer, ByteBuffer) - Method in interface org.iq80.leveldb.util.Snappy.SPI
 
uncompress(byte[], int, int, byte[], int) - Method in interface org.iq80.leveldb.util.Snappy.SPI
 
uncompress(ByteBuffer, ByteBuffer) - Static method in class org.iq80.leveldb.util.Snappy
 
uncompress(byte[], int, int, byte[], int) - Static method in class org.iq80.leveldb.util.Snappy
 
uncompress(ByteBuffer, ByteBuffer) - Method in class org.iq80.leveldb.util.Snappy.XerialSnappy
 
uncompress(byte[], int, int, byte[], int) - Method in class org.iq80.leveldb.util.Snappy.XerialSnappy
 
uncompressedLength(ByteBuffer) - Method in class org.iq80.leveldb.table.Table
 
uncompressedScratch - Static variable in class org.iq80.leveldb.table.Table
 
unexpectedException(Throwable) - Method in interface org.iq80.leveldb.util.Finalizer.FinalizerMonitor
 
unmap(MappedByteBuffer) - Static method in class org.iq80.leveldb.util.ByteBufferSupport
 
unmask(int) - Static method in class org.iq80.leveldb.util.PureJavaCrc32C
Return the crc whose masked representation is masked_crc.
unpackSequenceNumber(long) - Static method in class org.iq80.leveldb.impl.SequenceNumber
 
unpackValueType(long) - Static method in class org.iq80.leveldb.impl.SequenceNumber
 
update(byte[], int, int) - Method in class org.iq80.leveldb.util.PureJavaCrc32C
 
update(int) - Method in class org.iq80.leveldb.util.PureJavaCrc32C
 
USE_MMAP - Static variable in class org.iq80.leveldb.impl.Iq80DBFactory
 
UserComparator - Interface in org.iq80.leveldb.table
 

V

valueOf(String) - Static method in enum org.iq80.leveldb.impl.Filename.FileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.iq80.leveldb.impl.LogChunkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.iq80.leveldb.impl.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.iq80.leveldb.impl.VersionEditTag
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.iq80.leveldb.impl.Filename.FileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.iq80.leveldb.impl.LogChunkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.iq80.leveldb.impl.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.iq80.leveldb.impl.VersionEditTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.iq80.leveldb.util.IntVector
 
ValueType - Enum in org.iq80.leveldb.impl
 
VariableLengthQuantity - Class in org.iq80.leveldb.util
 
variableLengthSize(int) - Static method in class org.iq80.leveldb.util.VariableLengthQuantity
 
variableLengthSize(long) - Static method in class org.iq80.leveldb.util.VariableLengthQuantity
 
verifyChecksums - Variable in class org.iq80.leveldb.table.Table
 
VERSION - Static variable in class org.iq80.leveldb.impl.Iq80DBFactory
 
Version - Class in org.iq80.leveldb.impl
 
Version(VersionSet) - Constructor for class org.iq80.leveldb.impl.Version
 
VersionEdit - Class in org.iq80.leveldb.impl
 
VersionEdit() - Constructor for class org.iq80.leveldb.impl.VersionEdit
 
VersionEdit(Slice) - Constructor for class org.iq80.leveldb.impl.VersionEdit
 
VersionEditTag - Enum in org.iq80.leveldb.impl
 
VersionSet - Class in org.iq80.leveldb.impl
 
VersionSet(File, TableCache, InternalKeyComparator) - Constructor for class org.iq80.leveldb.impl.VersionSet
 

W

wrappedBuffer(byte[]) - Static method in class org.iq80.leveldb.util.Slices
 
writableBytes() - Method in class org.iq80.leveldb.util.BasicSliceOutput
 
writableBytes() - Method in class org.iq80.leveldb.util.DynamicSliceOutput
 
writableBytes() - Method in class org.iq80.leveldb.util.SliceOutput
Returns the number of writable bytes which is equal to (this.capacity - this.writerIndex).
write(WriteBatch) - Method in class org.iq80.leveldb.impl.DbImpl
 
write(WriteBatch, WriteOptions) - Method in class org.iq80.leveldb.impl.DbImpl
 
write(SliceOutput) - Method in class org.iq80.leveldb.util.IntVector
 
write(int) - Method in class org.iq80.leveldb.util.SliceOutput
 
write(byte[]) - Method in class org.iq80.leveldb.util.SliceOutput
 
write(byte[], int, int) - Method in class org.iq80.leveldb.util.SliceOutput
 
WriteBatchImpl - Class in org.iq80.leveldb.impl
 
WriteBatchImpl() - Constructor for class org.iq80.leveldb.impl.WriteBatchImpl
 
WriteBatchImpl.Handler - Interface in org.iq80.leveldb.impl
 
writeBlockHandle(BlockHandle) - Static method in class org.iq80.leveldb.table.BlockHandle
 
writeBlockHandleTo(BlockHandle, SliceOutput) - Static method in class org.iq80.leveldb.table.BlockHandle
 
writeBlockTrailer(BlockTrailer) - Static method in class org.iq80.leveldb.table.BlockTrailer
 
writeBlockTrailer(BlockTrailer, SliceOutput) - Static method in class org.iq80.leveldb.table.BlockTrailer
 
writeBoolean(boolean) - Method in class org.iq80.leveldb.util.SliceOutput
 
writeByte(int) - Method in class org.iq80.leveldb.util.BasicSliceOutput
 
writeByte(int) - Method in class org.iq80.leveldb.util.DynamicSliceOutput
 
writeByte(int) - Method in class org.iq80.leveldb.util.SliceOutput
Sets the specified byte at the current writerIndex and increases the writerIndex by 1 in this buffer.
writeBytes(byte[], int, int) - Method in class org.iq80.leveldb.util.BasicSliceOutput
 
writeBytes(byte[]) - Method in class org.iq80.leveldb.util.BasicSliceOutput
 
writeBytes(Slice) - Method in class org.iq80.leveldb.util.BasicSliceOutput
 
writeBytes(SliceInput, int) - Method in class org.iq80.leveldb.util.BasicSliceOutput
 
writeBytes(Slice, int, int) - Method in class org.iq80.leveldb.util.BasicSliceOutput
 
writeBytes(ByteBuffer) - Method in class org.iq80.leveldb.util.BasicSliceOutput
 
writeBytes(InputStream, int) - Method in class org.iq80.leveldb.util.BasicSliceOutput
 
writeBytes(ScatteringByteChannel, int) - Method in class org.iq80.leveldb.util.BasicSliceOutput
 
writeBytes(FileChannel, int, int) - Method in class org.iq80.leveldb.util.BasicSliceOutput
 
writeBytes(byte[]) - Method in class org.iq80.leveldb.util.DynamicSliceOutput
 
writeBytes(byte[], int, int) - Method in class org.iq80.leveldb.util.DynamicSliceOutput
 
writeBytes(Slice) - Method in class org.iq80.leveldb.util.DynamicSliceOutput
 
writeBytes(SliceInput, int) - Method in class org.iq80.leveldb.util.DynamicSliceOutput
 
writeBytes(Slice, int, int) - Method in class org.iq80.leveldb.util.DynamicSliceOutput
 
writeBytes(ByteBuffer) - Method in class org.iq80.leveldb.util.DynamicSliceOutput
 
writeBytes(InputStream, int) - Method in class org.iq80.leveldb.util.DynamicSliceOutput
 
writeBytes(ScatteringByteChannel, int) - Method in class org.iq80.leveldb.util.DynamicSliceOutput
 
writeBytes(FileChannel, int, int) - Method in class org.iq80.leveldb.util.DynamicSliceOutput
 
writeBytes(Slice) - Method in class org.iq80.leveldb.util.SliceOutput
Transfers the specified source buffer's data to this buffer starting at the current writerIndex until the source buffer becomes unreadable, and increases the writerIndex by the number of the transferred bytes.
writeBytes(SliceInput, int) - Method in class org.iq80.leveldb.util.SliceOutput
Transfers the specified source buffer's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= length).
writeBytes(Slice, int, int) - Method in class org.iq80.leveldb.util.SliceOutput
Transfers the specified source buffer's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= length).
writeBytes(byte[]) - Method in class org.iq80.leveldb.util.SliceOutput
Transfers the specified source array's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= source.length).
writeBytes(byte[], int, int) - Method in class org.iq80.leveldb.util.SliceOutput
Transfers the specified source array's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= length).
writeBytes(ByteBuffer) - Method in class org.iq80.leveldb.util.SliceOutput
Transfers the specified source buffer's data to this buffer starting at the current writerIndex until the source buffer's position reaches its limit, and increases the writerIndex by the number of the transferred bytes.
writeBytes(InputStream, int) - Method in class org.iq80.leveldb.util.SliceOutput
Transfers the content of the specified stream to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes.
writeBytes(ScatteringByteChannel, int) - Method in class org.iq80.leveldb.util.SliceOutput
Transfers the content of the specified channel to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes.
writeBytes(FileChannel, int, int) - Method in class org.iq80.leveldb.util.SliceOutput
 
writeBytes(String) - Method in class org.iq80.leveldb.util.SliceOutput
Unsupported operation
writeChar(int) - Method in class org.iq80.leveldb.util.SliceOutput
Unsupported operation
writeChars(String) - Method in class org.iq80.leveldb.util.SliceOutput
Unsupported operation
writeDouble(double) - Method in class org.iq80.leveldb.util.SliceOutput
Unsupported operation
writeFloat(float) - Method in class org.iq80.leveldb.util.SliceOutput
Unsupported operation
writeFooter(Footer) - Static method in class org.iq80.leveldb.table.Footer
 
writeFooter(Footer, SliceOutput) - Static method in class org.iq80.leveldb.table.Footer
 
writeInt(int) - Method in class org.iq80.leveldb.util.BasicSliceOutput
 
writeInt(int) - Method in class org.iq80.leveldb.util.DynamicSliceOutput
 
writeInt(int) - Method in class org.iq80.leveldb.util.SliceOutput
Sets the specified 32-bit integer at the current writerIndex and increases the writerIndex by 4 in this buffer.
writeInternal(WriteBatchImpl, WriteOptions) - Method in class org.iq80.leveldb.impl.DbImpl
 
writeLengthPrefixedBytes(SliceOutput, Slice) - Static method in class org.iq80.leveldb.util.Slices
 
writeLong(long) - Method in class org.iq80.leveldb.util.BasicSliceOutput
 
writeLong(long) - Method in class org.iq80.leveldb.util.DynamicSliceOutput
 
writeLong(long) - Method in class org.iq80.leveldb.util.SliceOutput
Sets the specified 64-bit long integer at the current writerIndex and increases the writerIndex by 8 in this buffer.
writeShort(int) - Method in class org.iq80.leveldb.util.BasicSliceOutput
 
writeShort(int) - Method in class org.iq80.leveldb.util.DynamicSliceOutput
 
writeShort(int) - Method in class org.iq80.leveldb.util.SliceOutput
Sets the specified 16-bit short integer at the current writerIndex and increases the writerIndex by 2 in this buffer.
writeUTF(String) - Method in class org.iq80.leveldb.util.SliceOutput
Unsupported operation
writeValue(SliceOutput, VersionEdit) - Method in enum org.iq80.leveldb.impl.VersionEditTag
 
writeVariableLengthInt(int, SliceOutput) - Static method in class org.iq80.leveldb.util.VariableLengthQuantity
 
writeVariableLengthLong(long, SliceOutput) - Static method in class org.iq80.leveldb.util.VariableLengthQuantity
 
writeZero(int) - Method in class org.iq80.leveldb.util.BasicSliceOutput
 
writeZero(int) - Method in class org.iq80.leveldb.util.DynamicSliceOutput
 
writeZero(int) - Method in class org.iq80.leveldb.util.SliceOutput
Fills this buffer with NUL (0x00) starting at the current writerIndex and increases the writerIndex by the specified length.

X

XerialSnappy() - Constructor for class org.iq80.leveldb.util.Snappy.XerialSnappy
 
A B C D E F G H I L M N O P R S T U V W X 

Copyright © 2011–2019. All rights reserved.