Uses of Class
org.projectnessie.model.ImmutableDeltaLakeTable
-
Packages that use ImmutableDeltaLakeTable Package Description org.projectnessie.model -
-
Uses of ImmutableDeltaLakeTable in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableDeltaLakeTable Modifier and Type Method Description ImmutableDeltaLakeTableImmutableDeltaLakeTable.Builder. build()Builds a newImmutableDeltaLakeTable.static ImmutableDeltaLakeTableImmutableDeltaLakeTable. copyOf(DeltaLakeTable instance)Creates an immutable copy of aDeltaLakeTablevalue.ImmutableDeltaLakeTableImmutableDeltaLakeTable. withCheckpointLocationHistory(Iterable<String> elements)Copy the current immutable object with elements that replace the content ofcheckpointLocationHistory.ImmutableDeltaLakeTableImmutableDeltaLakeTable. withCheckpointLocationHistory(String... elements)Copy the current immutable object with elements that replace the content ofcheckpointLocationHistory.ImmutableDeltaLakeTableImmutableDeltaLakeTable. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableDeltaLakeTableImmutableDeltaLakeTable. withLastCheckpoint(String value)Copy the current immutable object by setting a value for thelastCheckpointattribute.ImmutableDeltaLakeTableImmutableDeltaLakeTable. withMetadataLocationHistory(Iterable<String> elements)Copy the current immutable object with elements that replace the content ofmetadataLocationHistory.ImmutableDeltaLakeTableImmutableDeltaLakeTable. withMetadataLocationHistory(String... elements)Copy the current immutable object with elements that replace the content ofmetadataLocationHistory.
-