Packages

c

com.dremio.nessie.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 isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  22. var lastSnapshotUuid: Option[String]
  23. def listFilesFrom(path: Path): Iterator[LogFileMeta]
  24. def listFrom(path: Path): Iterator[FileStatus]
    Definition Classes
    NessieLogStore → LogStore
  25. final def listFrom(path: String): Iterator[FileStatus]
    Definition Classes
    LogStore
  26. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  27. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  28. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  29. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  30. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  31. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  32. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  33. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  34. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  35. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  36. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  37. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. def numCheckpointParts(path: Path): Option[Int]
  42. def pathToKey(path: String): ContentsKey
  43. def pathToKey(path: Path): ContentsKey
  44. def read(path: Path): Seq[String]
    Definition Classes
    NessieLogStore → LogStore
  45. final def read(path: String): Seq[String]
    Definition Classes
    LogStore
  46. def resolveCheckpointPath(path: Path): Path
    Definition Classes
    NessieLogStore → LogStore
  47. def resolvePathOnPhysicalStorage(path: Path): 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. final def write(path: String, actions: Iterator[String]): 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

Inherited from Logging

Inherited from LogStore

Inherited from AnyRef

Inherited from Any

Ungrouped