Class

org.locationtech.geomesa.utils.conf.FeatureExpiration

FeatureTimeExpiration

Related Doc: package FeatureExpiration

Permalink

case class FeatureTimeExpiration(attribute: String, i: Int, ttl: Duration) extends FeatureExpiration with Product with Serializable

Expiration based on an attribute of the feature

attribute

name of a Date-type attribute

i

index in the sft of the attribute

ttl

time-to-live after the attribute date, before the feature expires

Linear Supertypes
Serializable, Serializable, Product, Equals, FeatureExpiration, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FeatureTimeExpiration
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. FeatureExpiration
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FeatureTimeExpiration(attribute: String, i: Int, ttl: Duration)

    Permalink

    attribute

    name of a Date-type attribute

    i

    index in the sft of the attribute

    ttl

    time-to-live after the attribute date, before the feature expires

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. val attribute: String

    Permalink

    name of a Date-type attribute

  6. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AnyRef
  8. def expires(feature: SimpleFeature): Long

    Permalink

    Returns the expiration time for the feature, in millis since the java epoch

    Returns the expiration time for the feature, in millis since the java epoch

    feature

    simple feature

    Definition Classes
    FeatureTimeExpirationFeatureExpiration
  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. val i: Int

    Permalink

    index in the sft of the attribute

  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  16. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  17. val ttl: Duration

    Permalink

    time-to-live after the attribute date, before the feature expires

  18. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from FeatureExpiration

Inherited from AnyRef

Inherited from Any

Ungrouped