class KernelDeltaLogDelegator extends DeltaLogImpl
We want to be able to construct an OptimisticTransactionImpl that uses a delta log and a snapshot provided by the Delta Kernel. OptimisticTransactionImpl takes a DeltaLogImpl and SnapshotImpl internally, so we need classes that extend those, and this is the one for DeltaLogImpl. It provides features used by flink+startTransaction.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KernelDeltaLogDelegator
- DeltaLogImpl
- Logging
- SnapshotManagement
- LogStoreProvider
- MetadataCleanup
- Checkpoints
- DeltaLog
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new KernelDeltaLogDelegator(engine: DefaultEngine, table: TableImpl, standaloneDeltaLog: DeltaLogImpl, hadoopConf: Configuration, logPath: Path, dataPath: Path, clock: Clock)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
LAST_CHECKPOINT: Path
- Definition Classes
- Checkpoints
-
val
acceptedLogStoreClassConfKeyRegex: String
- Definition Classes
- LogStoreProvider
-
val
acceptedLogStoreSchemeConfKeyRegex: String
- Definition Classes
- LogStoreProvider
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
assertProtocolRead(protocol: Protocol): Unit
- Definition Classes
- DeltaLogImpl
-
def
assertProtocolWrite(protocol: Protocol): Unit
- Definition Classes
- DeltaLogImpl
-
def
assertRemovable(): Unit
- Definition Classes
- DeltaLogImpl
-
def
checkLogStoreConfConflicts(hadoopConf: Configuration): Unit
- Definition Classes
- LogStoreProvider
-
def
checkpoint(snapshotToCheckpoint: SnapshotImpl): Unit
- Definition Classes
- Checkpoints
-
def
checkpoint(): Unit
- Definition Classes
- Checkpoints
-
def
checkpointInterval: Int
- Definition Classes
- DeltaLogImpl
-
def
cleanUpExpiredLogs(): Unit
- Definition Classes
- MetadataCleanup
-
val
clock: Clock
- Definition Classes
- DeltaLogImpl
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
createLogStore(hadoopConf: Configuration): LogStore
- Definition Classes
- LogStoreProvider
-
def
createLogStoreWithClassName(className: String, hadoopConf: Configuration): LogStore
- Definition Classes
- LogStoreProvider
- var currKernelSnapshot: Option[KernelSnapshotDelegator]
-
val
currentSnapshot: SnapshotImpl
- Attributes
- protected
- Definition Classes
- SnapshotManagement
- Annotations
- @volatile()
-
val
dataPath: Path
- Definition Classes
- DeltaLogImpl
-
val
defaultLogStoreClass: String
- Definition Classes
- LogStoreProvider
-
def
deltaRetentionMillis: Long
- Definition Classes
- MetadataCleanup
-
def
doLogCleanup(): Unit
- Definition Classes
- MetadataCleanup
-
def
enableExpiredLogCleanup: Boolean
- Definition Classes
- MetadataCleanup
-
def
ensureLogDirectoryExist(): Unit
- Definition Classes
- DeltaLogImpl
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
findLastCompleteCheckpoint(cv: CheckpointInstance): Option[CheckpointInstance]
- Attributes
- protected
- Definition Classes
- Checkpoints
-
lazy val
fs: FileSystem
- Definition Classes
- DeltaLogImpl
-
def
getChanges(startVersion: Long, failOnDataLoss: Boolean): Iterator[VersionLog]
- Definition Classes
- KernelDeltaLogDelegator → DeltaLogImpl → DeltaLog
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getCommitInfoAt(version: Long): CommitInfo
- Definition Classes
- KernelDeltaLogDelegator → DeltaLogImpl → DeltaLog
-
def
getLatestCompleteCheckpointFromList(instances: Array[CheckpointInstance], notLaterThan: CheckpointInstance): Option[CheckpointInstance]
- Attributes
- protected
- Definition Classes
- Checkpoints
-
def
getLogSegmentForVersion(startCheckpoint: Option[Long], versionToLoad: Option[Long]): LogSegment
- Attributes
- protected
- Definition Classes
- SnapshotManagement
-
def
getPath(): Path
- Definition Classes
- DeltaLogImpl → DeltaLog
-
def
getSnapshotAtInit(): SnapshotImpl
- Definition Classes
- KernelDeltaLogDelegator → SnapshotManagement
-
def
getSnapshotForTimestampAsOf(timestamp: Long): SnapshotImpl
- Definition Classes
- KernelDeltaLogDelegator → SnapshotManagement → DeltaLog
-
def
getSnapshotForVersionAsOf(version: Long): SnapshotImpl
- Definition Classes
- KernelDeltaLogDelegator → SnapshotManagement → DeltaLog
-
def
getVersionAtOrAfterTimestamp(timestamp: Long): Long
- Definition Classes
- DeltaLogImpl → DeltaLog
-
def
getVersionBeforeOrAtTimestamp(timestamp: Long): Long
- Definition Classes
- DeltaLogImpl → DeltaLog
-
val
hadoopConf: Configuration
- Definition Classes
- DeltaLogImpl
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
lazy val
history: DeltaHistoryManager
- Attributes
- protected
- Definition Classes
- DeltaLogImpl
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
lastCheckpoint: Option[CheckpointMetaData]
- Definition Classes
- Checkpoints
-
def
lockInterruptibly[T](body: ⇒ T): T
- Definition Classes
- DeltaLogImpl
-
def
logError(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logError(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logInfo(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logInfo(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
val
logPath: Path
- Definition Classes
- DeltaLogImpl
-
val
logStoreClassConfKey: String
- Definition Classes
- LogStoreProvider
-
def
logStoreSchemeConfKey(scheme: String): String
- Definition Classes
- LogStoreProvider
-
def
logWarning(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logWarning(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
metadata: Metadata
- Attributes
- protected
- Definition Classes
- DeltaLogImpl
-
def
minFileRetentionTimestamp: Long
- Definition Classes
- DeltaLogImpl
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
normalizeHadoopConf(hadoopConf: Configuration): Unit
- Definition Classes
- LogStoreProvider
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
snapshot(): SnapshotImpl
- Definition Classes
- KernelDeltaLogDelegator → SnapshotManagement → DeltaLog
-
def
startTransaction(): OptimisticTransaction
- Definition Classes
- KernelDeltaLogDelegator → DeltaLogImpl → DeltaLog
-
lazy val
store: LogStore
- Definition Classes
- DeltaLogImpl
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tableExists(): Boolean
- Definition Classes
- KernelDeltaLogDelegator → DeltaLogImpl → DeltaLog
-
def
tableId: String
- Definition Classes
- DeltaLogImpl
-
def
timezone: TimeZone
- Definition Classes
- DeltaLogImpl
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
tombstoneRetentionMillis: Long
- Definition Classes
- DeltaLogImpl
-
def
update(): SnapshotImpl
- Definition Classes
- KernelDeltaLogDelegator → SnapshotManagement → DeltaLog
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()