Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
static HdfsConnection.TechnologyType |
HdfsConnection.TechnologyType.create(String key) |
HdfsConnection.TechnologyType |
CreateHdfsConnectionDetails.getTechnologyType()
The Hadoop Distributed File System technology type.
|
HdfsConnection.TechnologyType |
HdfsConnection.getTechnologyType()
The Hadoop Distributed File System technology type.
|
HdfsConnection.TechnologyType |
HdfsConnectionSummary.getTechnologyType()
The Hadoop Distributed File System technology type.
|
static HdfsConnection.TechnologyType |
HdfsConnection.TechnologyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HdfsConnection.TechnologyType[] |
HdfsConnection.TechnologyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateHdfsConnectionDetails.Builder |
CreateHdfsConnectionDetails.Builder.technologyType(HdfsConnection.TechnologyType technologyType)
The Hadoop Distributed File System technology type.
|
HdfsConnection.Builder |
HdfsConnection.Builder.technologyType(HdfsConnection.TechnologyType technologyType)
The Hadoop Distributed File System technology type.
|
HdfsConnectionSummary.Builder |
HdfsConnectionSummary.Builder.technologyType(HdfsConnection.TechnologyType technologyType)
The Hadoop Distributed File System technology type.
|
Constructor and Description |
---|
CreateHdfsConnectionDetails(String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<AddResourceLockDetails> locks,
String vaultId,
String keyId,
List<String> nsgIds,
String subnetId,
RoutingMethod routingMethod,
Boolean doesUseSecretIds,
HdfsConnection.TechnologyType technologyType,
String coreSiteXml)
Deprecated.
|
HdfsConnection(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,
HdfsConnection.TechnologyType technologyType)
Deprecated.
|
HdfsConnectionSummary(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,
String vaultId,
String keyId,
List<IngressIpDetails> ingressIps,
List<String> nsgIds,
String subnetId,
RoutingMethod routingMethod,
List<ResourceLock> locks,
Boolean doesUseSecretIds,
HdfsConnection.TechnologyType technologyType)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.