trait GeoMesaFeatureWriter[DS <: GeoMesaDataStore[DS]] extends FastSettableFeatureWriter with Flushable with LazyLogging

Linear Supertypes
LazyLogging, Flushable, FastSettableFeatureWriter, SimpleFeatureWriter, FeatureWriter[SimpleFeatureType, SimpleFeature], Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoMesaFeatureWriter
  2. LazyLogging
  3. Flushable
  4. FastSettableFeatureWriter
  5. SimpleFeatureWriter
  6. FeatureWriter
  7. Closeable
  8. AutoCloseable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def closeables(): Seq[Closeable]
    Attributes
    protected
  2. abstract def ds: DS
  3. abstract def flushables(): Seq[Flushable]
    Attributes
    protected
  4. abstract def getWriter(feature: SimpleFeature): IndexWriter
    Attributes
    protected
  5. abstract def hasNext(): Boolean
    Definition Classes
    FeatureWriter
    Annotations
    @throws( classOf[java.io.IOException] )
  6. abstract def indices: Seq[GeoMesaFeatureIndex[_, _]]
  7. abstract def next(): FastSettableFeature
    Definition Classes
    FastSettableFeatureWriter → FeatureWriter
  8. abstract def remove(): Unit
    Definition Classes
    FeatureWriter
    Annotations
    @throws( classOf[java.io.IOException] )
  9. abstract def sft: SimpleFeatureType
  10. abstract def write(): Unit
    Definition Classes
    FeatureWriter
    Annotations
    @throws( classOf[java.io.IOException] )

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def appendFeature(feature: FastSettableFeature): Unit
    Attributes
    protected
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  7. def close(): Unit
    Definition Classes
    GeoMesaFeatureWriter → FeatureWriter → Closeable → AutoCloseable
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def flush(): Unit
    Definition Classes
    GeoMesaFeatureWriter → Flushable
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def getFeatureType(): SimpleFeatureType
    Definition Classes
    GeoMesaFeatureWriter → FeatureWriter
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def nextFeatureId: String
    Attributes
    protected
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. def removeFeature(feature: SimpleFeature): Unit
    Attributes
    protected
  21. val statUpdater: StatUpdater
    Attributes
    protected
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def updateFeature(update: FastSettableFeature, previous: SimpleFeature): Unit
    Attributes
    protected
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from LazyLogging

Inherited from Flushable

Inherited from FastSettableFeatureWriter

Inherited from SimpleFeatureWriter

Inherited from FeatureWriter[SimpleFeatureType, SimpleFeature]

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped