Package io.trino.plugin.hive.metastore
Class TablesWithParameterCacheKey
- java.lang.Object
-
- io.trino.plugin.hive.metastore.TablesWithParameterCacheKey
-
@Immutable public class TablesWithParameterCacheKey extends Object
-
-
Constructor Summary
Constructors Constructor Description TablesWithParameterCacheKey(String databaseName, String parameterKey, String parameterValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDatabaseName()StringgetParameterKey()StringgetParameterValue()inthashCode()
-