Packages

c

org.projectnessie.deltalake

NessieLogStore

class NessieLogStore extends LogStore with Logging

Linear Supertypes
Logging, LogStore, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NessieLogStore
  2. Logging
  3. LogStore
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NessieLogStore(sparkConf: SparkConf, hadoopConf: Configuration)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val checkpointFilePattern: Pattern
  6. val checksumFilePattern: Pattern
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. val deltaFilePattern: Pattern
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def extractMeta(fileStatus: FileStatus): LogFileMeta
  12. def extractVersion(path: Path): Long
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getFileType(path: Path): DeltaFileType
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  17. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  18. def invalidateCache(): Unit
    Definition Classes
    NessieLogStore → LogStore
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isPartialWriteVisible(path: Path): Boolean
    Definition Classes
    NessieLogStore → LogStore
  21. def isPartialWriteVisible(path: Path, hadoopConf: Configuration): Boolean
    Definition Classes
    LogStore
  22. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  23. var lastSnapshotUuid: Option[String]
  24. def listFilesFrom(path: Path): Iterator[LogFileMeta]
  25. def listFrom(path: Path): Iterator[FileStatus]
    Definition Classes
    NessieLogStore → LogStore
  26. def listFrom(path: Path, hadoopConf: Configuration): Iterator[FileStatus]
    Definition Classes
    LogStore
  27. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  28. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  29. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  30. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  31. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  32. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  33. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  34. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  35. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  36. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  37. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  38. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. def numCheckpointParts(path: Path): Option[Int]
  43. def read(path: Path): Seq[String]
    Definition Classes
    NessieLogStore → LogStore
  44. def read(path: Path, hadoopConf: Configuration): Seq[String]
    Definition Classes
    LogStore
  45. def readAsIterator(path: Path, hadoopConf: Configuration): ClosableIterator[String]
    Definition Classes
    LogStore
  46. def resolveCheckpointPath(path: Path): Path
    Definition Classes
    NessieLogStore → LogStore
  47. def resolvePathOnPhysicalStorage(path: Path, hadoopConf: Configuration): Path
    Definition Classes
    LogStore
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def write(path: Path, actions: Iterator[String], overwrite: Boolean = false): Unit
    Definition Classes
    NessieLogStore → LogStore
  54. def write(path: Path, actions: Iterator[String], overwrite: Boolean, hadoopConf: Configuration): Unit
    Definition Classes
    LogStore
  55. def writeInternal(path: Path, actions: Iterator[String], ref: String, hash: String): Unit
    Attributes
    protected

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. final def listFrom(path: String): Iterator[FileStatus]
    Definition Classes
    LogStore
    Annotations
    @deprecated
    Deprecated

    call the method that asks for a Hadoop Configuration object instead

  3. final def read(path: String): Seq[String]
    Definition Classes
    LogStore
    Annotations
    @deprecated
    Deprecated

    call the method that asks for a Hadoop Configuration object instead

  4. def readAsIterator(path: Path): ClosableIterator[String]
    Definition Classes
    LogStore
    Annotations
    @deprecated
    Deprecated

    call the method that asks for a Hadoop Configuration object instead

  5. final def readAsIterator(path: String): ClosableIterator[String]
    Definition Classes
    LogStore
    Annotations
    @deprecated
    Deprecated

    call the method that asks for a Hadoop Configuration object instead

  6. def resolvePathOnPhysicalStorage(path: Path): Path
    Definition Classes
    LogStore
    Annotations
    @deprecated
    Deprecated

    call the method that asks for a Hadoop Configuration object instead

  7. final def write(path: String, actions: Iterator[String]): Unit
    Definition Classes
    LogStore
    Annotations
    @deprecated
    Deprecated

    call the method that asks for a Hadoop Configuration object instead

Inherited from Logging

Inherited from LogStore

Inherited from AnyRef

Inherited from Any

Ungrouped