object PersistentReader extends LazyLogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PersistentReader
- LazyLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def calculateNextKeyValueOffsetAndSize(sortedIndexEndOffset: Int, previousKeyValueHeaderKeyBytes: Slice[Byte], previousKeyValueIndexReader: ReaderBase[Byte], previousKeyValueIndexOffset: Int, normalisedByteSize: Int): (Int, Int)
Given enough information about the currently parsed key-value calculates next key-value indexOffset and also the header integer (key-size).
Given enough information about the currently parsed key-value calculates next key-value indexOffset and also the header integer (key-size).
- sortedIndexEndOffset
end offset of the sorted index block only (starts from 0). Does not include file offset.
- previousKeyValueHeaderKeyBytes
header key bytes already read.
- previousKeyValueIndexReader
reader for the current entry.
- previousKeyValueIndexOffset
this key-values index offset used to calculate next key-values indexOffset and header key byte size.
- normalisedByteSize
normalised size for entry sorted index entry. 0 if not normalised.
- returns
Tuple2 that contains the indexOffset of next key-value and next key-values size.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def populateBaseEntryIds(): Unit
- def read[T <: Persistent](indexOffset: Int, headerInteger: Int, headerKeyBytes: Slice[Byte], keyValueId: Int, tailReader: ReaderBase[Byte], previous: PersistentOption, mightBeCompressed: Boolean, keyCompressionOnly: Boolean, sortedIndexEndOffset: Int, normalisedByteSize: Int, hasAccessPositionIndex: Boolean, valuesReaderOrNull: UnblockedReader[Offset, ValuesBlock], reader: Reader[T])(implicit binder: PersistentToKeyValueIdBinder[T]): T
- def read[T <: Persistent](indexOffset: Int, headerInteger: Int, tailIndexEntry: Slice[Byte], previous: PersistentOption, mightBeCompressed: Boolean, keyCompressionOnly: Boolean, sortedIndexEndOffset: Int, normalisedByteSize: Int, hasAccessPositionIndex: Boolean, valuesReaderOrNull: UnblockedReader[Offset, ValuesBlock], reader: Reader[T])(implicit binder: PersistentToKeyValueIdBinder[T]): T
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val zeroValueOffsetAndLength: (Int, Int)