Uses of Class
com.oracle.bmc.goldengate.model.IcebergCatalog
-
Packages that use IcebergCatalog Package Description com.oracle.bmc.goldengate.model -
-
Uses of IcebergCatalog in com.oracle.bmc.goldengate.model
Subclasses of IcebergCatalog in com.oracle.bmc.goldengate.model Modifier and Type Class Description classGlueIcebergCatalogRepresents a Glue catalog used in the Iceberg connection.classHadoopIcebergCatalogRepresents a Hadoop catalog used in the Iceberg connection.classNessieIcebergCatalogRepresents a Nessie catalog used in the Iceberg connection.classPolarisIcebergCatalogRepresents a Polaris catalog used in the Iceberg connection.classRestIcebergCatalogRepresents a Rest catalog used in the Iceberg connection.Methods in com.oracle.bmc.goldengate.model that return IcebergCatalog Modifier and Type Method Description IcebergCatalogIcebergConnection. getCatalog()Methods in com.oracle.bmc.goldengate.model with parameters of type IcebergCatalog Modifier and Type Method Description IcebergConnection.BuilderIcebergConnection.Builder. catalog(IcebergCatalog catalog)Constructors in com.oracle.bmc.goldengate.model with parameters of type IcebergCatalog Constructor Description IcebergConnection(String id, String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Connection.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, List<ResourceLock> locks, String vaultId, String keyId, List<IngressIpDetails> ingressIps, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, IcebergConnection.TechnologyType technologyType, IcebergCatalog catalog, IcebergStorage storage)Deprecated.
-