| Constructor and Description |
|---|
IcebergMetadata(org.apache.iceberg.Table table) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
properties()
Depending on Metastore component implementation, it may have properties.
|
boolean |
supportsVersioning()
Indicates if Metastore component supports versioning,
i.e.
|
long |
version()
Depending on Metastore component implementation, it may have version which can be used to determine
if anything has changed during last call to the Metastore component.
|
public boolean supportsVersioning()
MetadatasupportsVersioning in interface Metadatapublic long version()
MetadataMetadata.supportsVersioning() indicates if Metastore component supports versioning.
If versioning is not supported, Metadata.UNDEFINED is returned.public Map<String,String> properties()
Metadataproperties in interface MetadataCopyright © 2021 The Apache Software Foundation. All rights reserved.