public interface Metadata
Modifier and Type | Field and Description |
---|---|
static int |
UNDEFINED |
Modifier and Type | Method and Description |
---|---|
default Map<String,String> |
properties()
Depending on Metastore component implementation, it may have properties.
|
boolean |
supportsVersioning()
Indicates if Metastore component supports versioning,
i.e.
|
default 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.
|
static final int UNDEFINED
boolean supportsVersioning()
default long version()
supportsVersioning()
indicates if Metastore component supports versioning.
If versioning is not supported, UNDEFINED
is returned.default Map<String,String> properties()
Copyright © 2021 The Apache Software Foundation. All rights reserved.