Object/Trait

org.locationtech.geomesa.accumulo.index.legacy.attribute

AttributeWritableIndex

Related Docs: trait AttributeWritableIndex | package attribute

Permalink

object AttributeWritableIndex extends LazyLogging

Linear Supertypes
LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AttributeWritableIndex
  2. LazyLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def all(sft: SimpleFeatureType, i: Int): Range

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def between(sft: SimpleFeatureType, i: Int, values: (Any, Any), times: Option[(Long, Long)], inclusive: Boolean): Range

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def convertType(value: Any, current: Class[_], desired: Class[_]): Any

    Permalink

    Tries to convert a value from one class to another.

    Tries to convert a value from one class to another. When querying attributes, the query literal has to match the class of the attribute for lexicoding to work.

  9. def decode(encoded: String, descriptor: AttributeDescriptor): AnyRef

    Permalink

    Decode an encoded value.

    Decode an encoded value. Note that for collection types, only a single entry of the collection will be decoded - this is because the collection entries have been broken up into multiple rows.

  10. def encodeForIndex(value: Any, descriptor: AttributeDescriptor): Seq[String]

    Permalink

    Lexicographically encode the value.

    Lexicographically encode the value. Collections will return multiple rows, one for each entry.

  11. def encodeForQuery(value: Any, descriptor: AttributeDescriptor): Array[Byte]

    Permalink

    Lexicographically encode the value.

    Lexicographically encode the value. Will convert types appropriately.

  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(sft: SimpleFeatureType, i: Int, value: Any, times: Option[(Long, Long)]): Range

    Permalink
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getRowPrefix(sft: SimpleFeatureType, i: Int): Array[Byte]

    Permalink

    Gets a prefix for an attribute row - this includes the sft and the attribute index only

  18. def gt(sft: SimpleFeatureType, i: Int, value: Any, time: Option[Long]): Range

    Permalink
  19. def gte(sft: SimpleFeatureType, i: Int, value: Any, time: Option[Long]): Range

    Permalink
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def indexToBytes(i: Int): Array[Byte]

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  24. def lt(sft: SimpleFeatureType, i: Int, value: Any, time: Option[Long]): Range

    Permalink
  25. def lte(sft: SimpleFeatureType, i: Int, value: Any, time: Option[Long]): Range

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def prefix(sft: SimpleFeatureType, i: Int, value: Any): Range

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def timeToBytes(t: Long): Array[Byte]

    Permalink
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped