Package org.projectnessie.model
Class DeltaLakeTable
- java.lang.Object
-
- org.projectnessie.model.Contents
-
- org.projectnessie.model.DeltaLakeTable
-
- Direct Known Subclasses:
ImmutableDeltaLakeTable
@Immutable(prehash=true) public abstract class DeltaLakeTable extends Contents
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.projectnessie.model.Contents
Contents.Type
-
-
Constructor Summary
Constructors Constructor Description DeltaLakeTable()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract List<String>getCheckpointLocationHistory()abstract StringgetLastCheckpoint()abstract List<String>getMetadataLocationHistory()
-