Uses of Class
org.iq80.leveldb.impl.InternalKey
Packages that use InternalKey
-
Uses of InternalKey in org.iq80.leveldb.impl
Fields in org.iq80.leveldb.impl declared as InternalKeyModifier and TypeFieldDescriptionprivate InternalKeyDbImpl.CompactionState.currentLargestprivate InternalKeyDbImpl.CompactionState.currentSmallestprivate final InternalKeyInternalEntry.keyprivate final InternalKeyLookupKey.keyprivate final InternalKeyFileMetaData.largestLargest internal key served by tableprivate final InternalKeyFileMetaData.smallestSmallest internal key served by tableFields in org.iq80.leveldb.impl with type parameters of type InternalKeyModifier and TypeFieldDescriptionprivate final Map<Integer, InternalKey> VersionEdit.compactPointersprivate final Map<Integer, InternalKey> VersionSet.compactPointersprivate com.google.common.collect.PeekingIterator<Map.Entry<InternalKey, Slice>> MemTable.MemTableIterator.iteratorprivate final ConcurrentSkipListMap<InternalKey, Slice> MemTable.tableMethods in org.iq80.leveldb.impl that return InternalKeyModifier and TypeMethodDescriptionLookupKey.getInternalKey()InternalEntry.getKey()FileMetaData.getLargest()FileMetaData.getSmallest()Methods in org.iq80.leveldb.impl that return types with arguments of type InternalKeyModifier and TypeMethodDescriptionVersionEdit.getCompactPointers()private Map.Entry<InternalKey, InternalKey> VersionSet.getRange(List<FileMetaData>... inputLists) private Map.Entry<InternalKey, InternalKey> VersionSet.getRange(List<FileMetaData>... inputLists) (package private) SeekingIterable<InternalKey, Slice> DbImpl.internalIterable()Methods in org.iq80.leveldb.impl with parameters of type InternalKeyModifier and TypeMethodDescriptionvoidVersionEdit.addFile(int level, long fileNumber, long fileSize, InternalKey smallest, InternalKey largest) VersionSet.compactRange(int level, InternalKey begin, InternalKey end) intInternalKeyComparator.compare(InternalKey left, InternalKey right) private intLevel.findFile(InternalKey targetKey) private intLevel0.findFile(InternalKey targetKey) longVersion.getApproximateOffsetOf(InternalKey key) (package private) List<FileMetaData> VersionSet.getOverlappingInputs(int level, InternalKey begin, InternalKey end) booleanInternalKeyComparator.isOrdered(InternalKey... keys) Returnstrueif each element initerableafter the first is greater than or equal to the element that preceded it, according to this ordering.voidMemTable.MemTableIterator.seek(InternalKey targetKey) voidVersionEdit.setCompactPointer(int level, InternalKey key) booleanCompaction.shouldStopBefore(InternalKey internalKey) Method parameters in org.iq80.leveldb.impl with type arguments of type InternalKeyModifier and TypeMethodDescriptionprivate FileMetaDataDbImpl.buildTable(SeekingIterable<InternalKey, Slice> data, long fileNumber) booleanInternalKeyComparator.isOrdered(Iterable<InternalKey> keys) Returnstrueif each element initerableafter the first is greater than or equal to the element that preceded it, according to this ordering.voidVersionEdit.setCompactPointers(Map<Integer, InternalKey> compactPointers) Constructors in org.iq80.leveldb.impl with parameters of type InternalKeyModifierConstructorDescriptionFileMetaData(long number, long fileSize, InternalKey smallest, InternalKey largest) InternalEntry(InternalKey key, Slice value) -
Uses of InternalKey in org.iq80.leveldb.util
Fields in org.iq80.leveldb.util with type parameters of type InternalKeyModifier and TypeFieldDescriptionprivate final Comparator<InternalKey> DbIterator.ComparableIterator.comparatorprivate final Comparator<InternalKey> DbIterator.comparatorprivate final Comparator<InternalKey> Level0Iterator.ComparableIterator.comparatorprivate final Comparator<InternalKey> Level0Iterator.comparatorprivate final Comparator<InternalKey> MergingIterator.ComparableIterator.comparatorprivate final Comparator<InternalKey> MergingIterator.comparatorprivate final SeekingIterator<InternalKey, Slice> DbIterator.ComparableIterator.iteratorprivate final SeekingIterator<InternalKey, Slice> Level0Iterator.ComparableIterator.iteratorprivate Map.Entry<InternalKey, Slice> DbIterator.ComparableIterator.nextElementprivate Map.Entry<InternalKey, Slice> Level0Iterator.ComparableIterator.nextElementprivate Map.Entry<InternalKey, Slice> MergingIterator.ComparableIterator.nextElementMethods in org.iq80.leveldb.util that return types with arguments of type InternalKeyModifier and TypeMethodDescriptionprotected Map.Entry<InternalKey, Slice> DbIterator.getNextElement()protected Map.Entry<InternalKey, Slice> InternalTableIterator.getNextElement()protected Map.Entry<InternalKey, Slice> Level0Iterator.getNextElement()protected Map.Entry<InternalKey, Slice> LevelIterator.getNextElement()protected Map.Entry<InternalKey, Slice> MergingIterator.getNextElement()DbIterator.ComparableIterator.next()Level0Iterator.ComparableIterator.next()MergingIterator.ComparableIterator.next()Methods in org.iq80.leveldb.util with parameters of type InternalKeyModifier and TypeMethodDescriptionprotected voidDbIterator.seekInternal(InternalKey targetKey) voidInternalTableIterator.seekInternal(InternalKey targetKey) protected voidLevel0Iterator.seekInternal(InternalKey targetKey) protected voidLevelIterator.seekInternal(InternalKey targetKey) protected voidMergingIterator.seekInternal(InternalKey targetKey) Method parameters in org.iq80.leveldb.util with type arguments of type InternalKeyModifier and TypeMethodDescriptionprivate voidLevel0Iterator.resetPriorityQueue(Comparator<InternalKey> comparator) private voidMergingIterator.resetPriorityQueue(Comparator<InternalKey> comparator) Constructor parameters in org.iq80.leveldb.util with type arguments of type InternalKeyModifierConstructorDescriptionprivateComparableIterator(SeekingIterator<InternalKey, Slice> iterator, Comparator<InternalKey> comparator, int ordinal, Map.Entry<InternalKey, Slice> nextElement) privateComparableIterator(SeekingIterator<InternalKey, Slice> iterator, Comparator<InternalKey> comparator, int ordinal, Map.Entry<InternalKey, Slice> nextElement) privateComparableIterator(SeekingIterator<InternalKey, Slice> iterator, Comparator<InternalKey> comparator, int ordinal, Map.Entry<InternalKey, Slice> nextElement) privateComparableIterator(SeekingIterator<InternalKey, Slice> iterator, Comparator<InternalKey> comparator, int ordinal, Map.Entry<InternalKey, Slice> nextElement) privateComparableIterator(SeekingIterator<InternalKey, Slice> iterator, Comparator<InternalKey> comparator, int ordinal, Map.Entry<InternalKey, Slice> nextElement) privateComparableIterator(SeekingIterator<InternalKey, Slice> iterator, Comparator<InternalKey> comparator, int ordinal, Map.Entry<InternalKey, Slice> nextElement) privateComparableIterator(InternalIterator iterator, Comparator<InternalKey> comparator, int ordinal, Map.Entry<InternalKey, Slice> nextElement) privateComparableIterator(InternalIterator iterator, Comparator<InternalKey> comparator, int ordinal, Map.Entry<InternalKey, Slice> nextElement) DbIterator(MemTable.MemTableIterator memTableIterator, MemTable.MemTableIterator immutableMemTableIterator, List<InternalTableIterator> level0Files, List<LevelIterator> levels, Comparator<InternalKey> comparator) Level0Iterator(List<InternalTableIterator> inputs, Comparator<InternalKey> comparator) Level0Iterator(TableCache tableCache, List<FileMetaData> files, Comparator<InternalKey> comparator) MergingIterator(List<? extends InternalIterator> levels, Comparator<InternalKey> comparator)