Object

org.locationtech.geomesa.index.iterators

IteratorCache

Related Doc: package iterators

Permalink

object IteratorCache extends StrictLogging

Cache for expensive objects used in iterators

Linear Supertypes
StrictLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IteratorCache
  2. StrictLogging
  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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def filter(sft: SimpleFeatureType, spec: String, ecql: String): Filter

    Permalink

    Returns a cached filter, creating one if necessary.

    Returns a cached filter, creating one if necessary.

    Note: need to include simple feature type in cache key, as attribute name -> attribute index gets cached in the filter

    sft

    simple feature type being filtered

    spec

    spec string for the simple feature type

    ecql

    ecql

  9. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. def index(sft: SimpleFeatureType, spec: String, identifier: String): GeoMesaFeatureIndex[_, _]

    Permalink

    Gets a cached feature index instance.

    Gets a cached feature index instance. Note that the index is not backed by a data store as normal, so operations which require a live connection will fail

    sft

    simple feature type

    spec

    spec string for the simple feature type

    identifier

    index id

  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  15. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  18. def serializer(spec: String, options: Set[SerializationOption]): KryoFeatureSerializer

    Permalink

    Returns a cached serializer, creating one if necessary

    Returns a cached serializer, creating one if necessary

    spec

    simple feature type spec

    options

    serialization options

  19. def sft(spec: String): SimpleFeatureType

    Permalink

    Returns a cached simple feature type, creating one if necessary.

    Returns a cached simple feature type, creating one if necessary. Note: do not modify returned value.

    spec

    simple feature type spec

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

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

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

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

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

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

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped