Package io.trino.plugin.hive.metastore
Interface HiveMetastoreDecorator
-
- All Known Implementing Classes:
RecordingHiveMetastoreDecorator
public interface HiveMetastoreDecorator
-
-
Field Summary
Fields Modifier and Type Field Description static intPRIORITY_INTIALstatic intPRIORITY_RECORDING
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HiveMetastoredecorate(HiveMetastore hiveMetastore)intgetPriority()
-
-
-
Field Detail
-
PRIORITY_INTIAL
static final int PRIORITY_INTIAL
- See Also:
- Constant Field Values
-
PRIORITY_RECORDING
static final int PRIORITY_RECORDING
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPriority
int getPriority()
-
decorate
HiveMetastore decorate(HiveMetastore hiveMetastore)
-
-