Class Catalog
java.lang.Object
org.apache.polaris.core.admin.model.Catalog
- Direct Known Subclasses:
ExternalCatalog,PolarisCatalog
@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen",
date="2025-10-06T09:01:49.457542507Z[UTC]",
comments="Generator version: 7.12.0")
public class Catalog
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic enumthe type of catalog - internal or external -
Constructor Summary
ConstructorsConstructorDescriptionCatalog(Catalog.TypeEnum type, String name, CatalogProperties properties, Long createTimestamp, Long lastUpdateTimestamp, Integer entityVersion, StorageConfigInfo storageConfigInfo) Catalog(Catalog.TypeEnum type, String name, CatalogProperties properties, StorageConfigInfo storageConfigInfo) -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe creation time represented as unix epoch timestamp in millisecondsThe version of the catalog object used to determine if the catalog metadata has changedThe last update time represented as unix epoch timestamp in millisecondsgetName()The name of the cataloggetType()the type of catalog - internal or externalinthashCode()toString()
-
Constructor Details
-
Catalog
public Catalog(Catalog.TypeEnum type, String name, CatalogProperties properties, Long createTimestamp, Long lastUpdateTimestamp, Integer entityVersion, StorageConfigInfo storageConfigInfo) -
Catalog
public Catalog(Catalog.TypeEnum type, String name, CatalogProperties properties, StorageConfigInfo storageConfigInfo)
-
-
Method Details
-
getType
the type of catalog - internal or external -
getName
The name of the catalog -
getProperties
-
getCreateTimestamp
The creation time represented as unix epoch timestamp in milliseconds -
getLastUpdateTimestamp
The last update time represented as unix epoch timestamp in milliseconds -
getEntityVersion
The version of the catalog object used to determine if the catalog metadata has changed -
getStorageConfigInfo
-
equals
-
hashCode
public int hashCode() -
toString
-