Class/Object

org.locationtech.geomesa.fs.storage.converter

ConverterStorage

Related Docs: object ConverterStorage | package converter

Permalink

class ConverterStorage extends AbstractFileSystemStorage

Linear Supertypes
AbstractFileSystemStorage, MethodProfiling, LazyLogging, FileSystemStorage, Closeable, AutoCloseable, Compactable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ConverterStorage
  2. AbstractFileSystemStorage
  3. MethodProfiling
  4. LazyLogging
  5. FileSystemStorage
  6. Closeable
  7. AutoCloseable
  8. Compactable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConverterStorage(context: FileSystemContext, metadata: StorageMetadata, converter: SimpleFeatureConverter)

    Permalink

Type Members

  1. class AddCallback extends WriterCallback

    Permalink
    Definition Classes
    AbstractFileSystemStorage
  2. class CompactCallback extends WriterCallback

    Permalink
    Definition Classes
    AbstractFileSystemStorage

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. def close(): Unit

    Permalink
    Definition Classes
    FileSystemStorage → Closeable → AutoCloseable
  7. def compact(partition: Option[String], threads: Int): Unit

    Permalink
    Definition Classes
    ConverterStorage → AbstractFileSystemStorage → Compactable
  8. val context: FileSystemContext

    Permalink
    Definition Classes
    AbstractFileSystemStorage → FileSystemStorage
  9. def createReader(filter: Option[Filter], transform: Option[(String, SimpleFeatureType)]): FileSystemPathReader

    Permalink
    Attributes
    protected
    Definition Classes
    ConverterStorage → AbstractFileSystemStorage
  10. def createWriter(file: Path, callback: WriterCallback): FileSystemWriter

    Permalink
    Attributes
    protected
    Definition Classes
    ConverterStorage → AbstractFileSystemStorage
  11. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getFilePaths(partition: String): Seq[Path]

    Permalink
    Definition Classes
    ConverterStorage → AbstractFileSystemStorage → FileSystemStorage
  16. def getPartitionFilters(filter: Filter, partition: Option[String]): Seq[PartitionFilter]

    Permalink
    Definition Classes
    FileSystemStorage
  17. def getPartitions(filter: Filter): Seq[PartitionMetadata]

    Permalink
    Definition Classes
    FileSystemStorage
  18. def getPartitions: Seq[PartitionMetadata]

    Permalink
    Definition Classes
    FileSystemStorage
  19. def getReader(original: Query, partition: Option[String], threads: Int): CloseableFeatureIterator

    Permalink
    Definition Classes
    AbstractFileSystemStorage → FileSystemStorage
  20. def getWriter(partition: String): FileSystemWriter

    Permalink
    Definition Classes
    ConverterStorage → AbstractFileSystemStorage → FileSystemStorage
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  24. val metadata: StorageMetadata

    Permalink
    Definition Classes
    AbstractFileSystemStorage → FileSystemStorage
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def profile[R](message: String)(code: ⇒ R): R

    Permalink
    Attributes
    protected
    Definition Classes
    MethodProfiling
  29. def profile[R](onComplete: (R, Long) ⇒ Unit)(code: ⇒ R): R

    Permalink
    Attributes
    protected
    Definition Classes
    MethodProfiling
  30. def profile[R](onComplete: (Long) ⇒ Unit)(code: ⇒ R): R

    Permalink
    Attributes
    protected
    Definition Classes
    MethodProfiling
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  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 AbstractFileSystemStorage

Inherited from MethodProfiling

Inherited from LazyLogging

Inherited from FileSystemStorage

Inherited from Closeable

Inherited from AutoCloseable

Inherited from Compactable

Inherited from AnyRef

Inherited from Any

Ungrouped