Package org.projectnessie.model
Class IcebergTable
- java.lang.Object
-
- org.projectnessie.model.Contents
-
- org.projectnessie.model.IcebergTable
-
- Direct Known Subclasses:
ImmutableIcebergTable
@Immutable(prehash=true) public abstract class IcebergTable extends Contents
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.projectnessie.model.Contents
Contents.Type
-
-
Constructor Summary
Constructors Constructor Description IcebergTable()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringgetMetadataLocation()static IcebergTableof(String metadataLocation)
-
-
-
Method Detail
-
getMetadataLocation
public abstract String getMetadataLocation()
-
of
public static IcebergTable of(String metadataLocation)
-
-