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

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

Abstract Value Members

  1. abstract def close(): Unit
    Definition Classes
    FeatureWriter → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  2. abstract def ds: DS
  3. abstract def flush(): Unit
    Definition Classes
    Flushable
    Annotations
    @throws( classOf[java.io.IOException] )
  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(): SimpleFeature
    Definition Classes
    FeatureWriter
    Annotations
    @throws( classOf[java.io.IOException] )
  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: SimpleFeature): 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() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def getFeatureType(): SimpleFeatureType
    Definition Classes
    GeoMesaFeatureWriter → FeatureWriter
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def nextFeatureId: String
    Attributes
    protected
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def propagateExceptions(): Unit
    Attributes
    protected
  19. def removeFeature(feature: SimpleFeature): Unit
    Attributes
    protected
  20. val statUpdater: StatUpdater
    Attributes
    protected
  21. def suppressException(e: Throwable): Unit
    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: SimpleFeature, 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 SimpleFeatureWriter

Inherited from FeatureWriter[SimpleFeatureType, SimpleFeature]

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped