object KryoFeatureDeserializationV2 extends LazyLogging
Version 2 serialization scheme consists of:
- one byte containing the serialization version (2)
- four byte int containing the offset to the per-attribute offsets
- the feature id as a string (if
withId) - the serialized attributes, in order, each prepended with a byte 0 or 1 to indicate null/not null
- a variable length int (1-4 bytes) per attribute, for the offset to the start of the attribute in the serialized bytes
- the serialized user data (if
withUserData)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KryoFeatureDeserializationV2
- LazyLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class ListReader extends (Input) ⇒ List[AnyRef]
- class MapReader extends (Input) ⇒ Map[AnyRef, AnyRef]
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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- 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
-
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()
-
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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object BooleanReader extends (Input) ⇒ Boolean
- object BytesReader extends (Input) ⇒ Array[Byte]
- object DateReader extends (Input) ⇒ Date
- object DoubleReader extends (Input) ⇒ Double
- object FloatReader extends (Input) ⇒ Float
- object IntReader extends (Input) ⇒ Integer
- object LongReader extends (Input) ⇒ Long
- object StringReader extends (Input) ⇒ String
- object UuidReader extends (Input) ⇒ UUID