Class/Object

org.locationtech.geomesa.parquet

ParquetFileSystemStorage

Related Docs: object ParquetFileSystemStorage | package parquet

Permalink

class ParquetFileSystemStorage extends AbstractFileSystemStorage

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

Instance Constructors

  1. new ParquetFileSystemStorage(context: FileSystemContext, metadata: StorageMetadata)

    Permalink

    context

    file system context

    metadata

    metadata

Type Members

  1. class ChunkedFileSystemWriter extends FileSystemWriter

    Permalink
    Definition Classes
    AbstractFileSystemStorage
  2. class FileSystemUpdateWriterImpl extends FileSystemUpdateWriter

    Permalink
    Definition Classes
    AbstractFileSystemStorage
  3. class UpdateObserver extends MetadataObserver

    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], fileSize: Option[Long], threads: Int): Unit

    Permalink
    Definition Classes
    AbstractFileSystemStorage → Compactable
  8. def compact(partition: Option[String], threads: Int): Unit

    Permalink
    Definition Classes
    AbstractFileSystemStorage → Compactable
  9. val context: FileSystemContext

    Permalink

    file system context

    file system context

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParquetFileSystemStorage → AbstractFileSystemStorage
  11. def createWriter(file: Path, observer: FileSystemObserver): FileSystemWriter

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def estimator(size: Long): FileSizeEstimator

    Permalink
    Definition Classes
    SizeableFileSystemStorage
  15. def fileIsSized(path: Path, target: Long): Boolean

    Permalink
    Definition Classes
    SizeableFileSystemStorage
  16. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  27. lazy val logger: Logger

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

    Permalink

    metadata

    metadata

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def targetSize(size: Option[Long]): Option[Long]

    Permalink
    Definition Classes
    SizeableFileSystemStorage
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. def updateFileSize(estimator: FileSizeEstimator): Unit

    Permalink
    Definition Classes
    SizeableFileSystemStorage
  39. final def wait(): Unit

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

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

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

Inherited from AbstractFileSystemStorage

Inherited from MethodProfiling

Inherited from LazyLogging

Inherited from SizeableFileSystemStorage

Inherited from FileSystemStorage

Inherited from Closeable

Inherited from AutoCloseable

Inherited from Compactable

Inherited from AnyRef

Inherited from Any

Ungrouped