Uses of Class
org.projectnessie.model.DeltaLakeTable
-
Packages that use DeltaLakeTable Package Description org.projectnessie.model -
-
Uses of DeltaLakeTable in org.projectnessie.model
Subclasses of DeltaLakeTable in org.projectnessie.model Modifier and Type Class Description classImmutableDeltaLakeTableImmutable implementation ofDeltaLakeTable.Methods in org.projectnessie.model with parameters of type DeltaLakeTable Modifier and Type Method Description static ImmutableDeltaLakeTableImmutableDeltaLakeTable. copyOf(DeltaLakeTable instance)Creates an immutable copy of aDeltaLakeTablevalue.ImmutableDeltaLakeTable.BuilderImmutableDeltaLakeTable.Builder. from(DeltaLakeTable instance)Fill a builder with attribute values from the providedorg.projectnessie.model.DeltaLakeTableinstance.
-