Class/Object

org.locationtech.geomesa.fs.storage.common

AbstractFileSystemStorage

Related Docs: object AbstractFileSystemStorage | package common

Permalink

abstract class AbstractFileSystemStorage extends FileSystemStorage with MethodProfiling with LazyLogging

Base class storage implementations

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

Instance Constructors

  1. new AbstractFileSystemStorage(context: FileSystemContext, metadata: StorageMetadata, extension: String)

    Permalink

    context

    file system context

    metadata

    metadata

    extension

    file extension

Type Members

  1. class CompactObserver extends MetadataObserver

    Permalink

    Writes compacted partition data to the metadata

  2. class FileSystemUpdateWriterImpl extends FileSystemUpdateWriter

    Permalink

    Update writer implementation

  3. class UpdateObserver extends MetadataObserver

    Permalink

    Writes partition data to the metadata

Abstract Value Members

  1. abstract def createReader(filter: Option[Filter], transform: Option[(String, SimpleFeatureType)]): FileSystemPathReader

    Permalink

    Create a path reader with the given filter and transform

    Create a path reader with the given filter and transform

    filter

    filter, if any

    transform

    transform

    Attributes
    protected
  2. abstract def createWriter(file: Path, observer: FileSystemObserver): FileSystemWriter

    Permalink

    Create a writer for the given file

    Create a writer for the given file

    file

    file to write to

    observer

    observer to report stats on the data written

    Attributes
    protected

Concrete 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
    AbstractFileSystemStorage → Compactable
  8. val context: FileSystemContext

    Permalink

    file system context

    file system context

    Definition Classes
    AbstractFileSystemStorage → FileSystemStorage
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AbstractFileSystemStorage → FileSystemStorage
  18. def getWriter(filter: Filter, partition: Option[String], threads: Int): FileSystemUpdateWriter

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

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

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

    Permalink
    Definition Classes
    Any
  22. lazy val logger: Logger

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

    Permalink

    metadata

    metadata

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

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

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

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

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

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

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

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

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

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

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

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

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