Uses of Class
org.projectnessie.model.IcebergTable
-
Packages that use IcebergTable Package Description org.projectnessie.model -
-
Uses of IcebergTable in org.projectnessie.model
Subclasses of IcebergTable in org.projectnessie.model Modifier and Type Class Description classImmutableIcebergTableImmutable implementation ofIcebergTable.Methods in org.projectnessie.model that return IcebergTable Modifier and Type Method Description static IcebergTableIcebergTable. of(String metadataLocation, long snapshotId, int schemaId, int specId, int sortOrderId)static IcebergTableIcebergTable. of(String metadataLocation, long snapshotId, int schemaId, int specId, int sortOrderId, String contentId)Methods in org.projectnessie.model with parameters of type IcebergTable Modifier and Type Method Description static ImmutableIcebergTableImmutableIcebergTable. copyOf(IcebergTable instance)Creates an immutable copy of aIcebergTablevalue.ImmutableIcebergTable.BuilderImmutableIcebergTable.Builder. from(IcebergTable instance)Fill a builder with attribute values from the providedorg.projectnessie.model.IcebergTableinstance.
-