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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Logging

Inherited from LogStore

Inherited from AnyRef

Inherited from Any

Ungrouped