Enum Class UnityCatalogDeployedImplementationType
java.lang.Object
java.lang.Enum<UnityCatalogDeployedImplementationType>
org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogDeployedImplementationType
- All Implemented Interfaces:
Serializable,Comparable<UnityCatalogDeployedImplementationType>,Constable,org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationTypeDefinition
public enum UnityCatalogDeployedImplementationType
extends Enum<UnityCatalogDeployedImplementationType>
implements org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationTypeDefinition
UnityCatalogDeployedImplementationType describes the standard deployed implementation types supplied with Egeria for
the technology surrounding Unity Catalog. This includes the Open Source and commercial versions.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAn operational metadata catalog that supports controlled access to data managed through a data platform.An operational data platform catalog within the Unity Catalog (UC) 'catalog of catalogs'.A function found in Unity Catalog (UC) that is working with data..A schema that organizes data assets for an operational data platform catalog within the Unity Catalog (UC) 'catalog of catalogs'.A relational table within the Unity Catalog (UC) 'catalog of catalogs'.A collection of related data files within the Unity Catalog (UC) 'catalog of catalogs'.An operational metadata catalog that supports controlled access to data managed through a data platform. -
Method Summary
Modifier and TypeMethodDescriptionReturn the optional classification name that this deployed implementation type is associated with.Return the type name that this deployed implementation type is associated with.Return the category for this deployed implementation type.static org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationTypeDefinitiongetDefinitionFromDeployedImplementationType(String deployedImplementationType) Return the matching ENUM to make use of the full definition for the deployed implementation type.Return preferred value for deployed implementation type.Return the description for this value.org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationTypeDefinitionReturn the optional deployed implementation type that this technology is a tye of.Return the qualified name for this deployed implementation type.Return the URL to more information.toString()Output of this enum class and main value.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
OSS_UC_VOLUME
A collection of related data files within the Unity Catalog (UC) 'catalog of catalogs'. -
OSS_UC_FUNCTION
A function found in Unity Catalog (UC) that is working with data.. -
OSS_UC_TABLE
A relational table within the Unity Catalog (UC) 'catalog of catalogs'. -
OSS_UC_SCHEMA
A schema that organizes data assets for an operational data platform catalog within the Unity Catalog (UC) 'catalog of catalogs'. -
OSS_UC_CATALOG
An operational data platform catalog within the Unity Catalog (UC) 'catalog of catalogs'. -
OSS_UNITY_CATALOG_SERVER
An operational metadata catalog that supports controlled access to data managed through a data platform. -
DB_UNITY_CATALOG_SERVER
An operational metadata catalog that supports controlled access to data managed through a data platform.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getDefinitionFromDeployedImplementationType
public static org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationTypeDefinition getDefinitionFromDeployedImplementationType(String deployedImplementationType) Return the matching ENUM to make use of the full definition for the deployed implementation type.- Parameters:
deployedImplementationType- value to match on- Returns:
- DeployedImplementationType definition
-
getDeployedImplementationType
Return preferred value for deployed implementation type.- Specified by:
getDeployedImplementationTypein interfaceorg.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationTypeDefinition- Returns:
- string
-
getIsATypeOf
public org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationTypeDefinition getIsATypeOf()Return the optional deployed implementation type that this technology is a tye of.- Specified by:
getIsATypeOfin interfaceorg.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationTypeDefinition- Returns:
- deployed implementation type enum
-
getAssociatedTypeName
Return the type name that this deployed implementation type is associated with.- Specified by:
getAssociatedTypeNamein interfaceorg.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationTypeDefinition- Returns:
- string
-
getAssociatedClassification
Return the optional classification name that this deployed implementation type is associated with.- Specified by:
getAssociatedClassificationin interfaceorg.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationTypeDefinition- Returns:
- string
-
getQualifiedName
Return the qualified name for this deployed implementation type.- Specified by:
getQualifiedNamein interfaceorg.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationTypeDefinition- Returns:
- string
-
getCategory
Return the category for this deployed implementation type.- Specified by:
getCategoryin interfaceorg.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationTypeDefinition- Returns:
- string
-
getDescription
Return the description for this value.- Specified by:
getDescriptionin interfaceorg.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationTypeDefinition- Returns:
- string
-
getWikiLink
Return the URL to more information.- Specified by:
getWikiLinkin interfaceorg.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationTypeDefinition- Returns:
- string url
-
toString
Output of this enum class and main value.- Overrides:
toStringin classEnum<UnityCatalogDeployedImplementationType>- Returns:
- string showing enum value
-