Class DeltaSnapshotByTimestamp
java.lang.Object
org.apache.drill.exec.store.delta.snapshot.DeltaSnapshotByTimestamp
- All Implemented Interfaces:
DeltaSnapshot
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionio.delta.standalone.Snapshot
apply
(io.delta.standalone.DeltaLog log)
-
Constructor Details
-
DeltaSnapshotByTimestamp
public DeltaSnapshotByTimestamp(long timestamp)
-
-
Method Details
-
apply
public io.delta.standalone.Snapshot apply(io.delta.standalone.DeltaLog log) - Specified by:
apply
in interfaceDeltaSnapshot
-