o
org.locationtech.geomesa.features.kryo.impl
KryoFeatureDeserialization
Companion trait KryoFeatureDeserialization
object KryoFeatureDeserialization extends LazyLogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KryoFeatureDeserialization
- LazyLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait KryoAttributeReader extends AnyRef
- case class KryoListReader(elements: KryoAttributeReader) extends KryoAttributeReader with Product with Serializable
- case class KryoMapReader(keys: KryoAttributeReader, values: KryoAttributeReader) extends KryoAttributeReader with Product with Serializable
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 getInput(stream: InputStream): Input
- def getInput(bytes: Array[Byte], offset: Int, count: Int): Input
- def getReaders(key: String, sft: SimpleFeatureType): Array[KryoAttributeReader]
-
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 KryoBooleanReader extends KryoAttributeReader with Product with Serializable
- object KryoBytesReader extends KryoAttributeReader with Product with Serializable
- object KryoDateReader extends KryoAttributeReader with Product with Serializable
- object KryoDoubleReader extends KryoAttributeReader with Product with Serializable
- object KryoFloatReader extends KryoAttributeReader with Product with Serializable
- object KryoGeometryReader extends KryoAttributeReader with Product with Serializable
- object KryoIntReader extends KryoAttributeReader with Product with Serializable
- object KryoJsonReader extends KryoAttributeReader with Product with Serializable
- object KryoLongReader extends KryoAttributeReader with Product with Serializable
- object KryoStringReader extends KryoAttributeReader with Product with Serializable
- object KryoUuidReader extends KryoAttributeReader with Product with Serializable