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