Class DeltaLakeTable

java.lang.Object
org.projectnessie.model.Content
org.projectnessie.model.DeltaLakeTable

@Immutable public abstract class DeltaLakeTable extends Content
  • Constructor Details

    • DeltaLakeTable

      public DeltaLakeTable()
  • Method Details

    • getMetadataLocationHistory

      @NotNull @NotNull public abstract @NotNull @NotNull List<String> getMetadataLocationHistory()
    • getCheckpointLocationHistory

      @NotNull @NotNull public abstract @NotNull @NotNull List<String> getCheckpointLocationHistory()
    • getLastCheckpoint

      @Nullable @Nullable public abstract String getLastCheckpoint()
    • getType

      public Content.Type getType()
      Description copied from class: Content
      Returns the Content.Type value for this content object.

      The name of the returned value should match the JSON type name used for serializing the content object.

      Specified by:
      getType in class Content
    • withId

      public abstract DeltaLakeTable withId(String id)
      Specified by:
      withId in class Content