HBaseLinkedService |
HBaseLinkedService.withAllowHostnameCNMismatch(Object allowHostnameCNMismatch) |
Set the allowHostnameCNMismatch property: Specifies whether to require a CA-issued SSL certificate name to match
the host name of the server when connecting over SSL.
|
HBaseLinkedService |
HBaseLinkedService.withAllowSelfSignedServerCert(Object allowSelfSignedServerCert) |
Set the allowSelfSignedServerCert property: Specifies whether to allow self-signed certificates from the server.
|
HBaseLinkedService |
HBaseLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
HBaseLinkedService |
HBaseLinkedService.withAuthenticationType(HBaseAuthenticationType authenticationType) |
Set the authenticationType property: The authentication mechanism to use to connect to the HBase server.
|
HBaseLinkedService |
HBaseLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
HBaseLinkedService |
HBaseLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
HBaseLinkedService |
HBaseLinkedService.withEnableSsl(Object enableSsl) |
Set the enableSsl property: Specifies whether the connections to the server are encrypted using SSL.
|
HBaseLinkedService |
HBaseLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
HBaseLinkedService |
HBaseLinkedService.withHost(Object host) |
Set the host property: The IP address or host name of the HBase server.
|
HBaseLinkedService |
HBaseLinkedService.withHttpPath(Object httpPath) |
Set the httpPath property: The partial URL corresponding to the HBase server.
|
HBaseLinkedService |
HBaseLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
HBaseLinkedService |
HBaseLinkedService.withPassword(SecretBase password) |
Set the password property: The password corresponding to the user name.
|
HBaseLinkedService |
HBaseLinkedService.withPort(Object port) |
Set the port property: The TCP port that the HBase instance uses to listen for client connections.
|
HBaseLinkedService |
HBaseLinkedService.withTrustedCertPath(Object trustedCertPath) |
Set the trustedCertPath property: The full path of the .pem file containing trusted CA certificates for verifying
the server when connecting over SSL.
|
HBaseLinkedService |
HBaseLinkedService.withUsername(Object username) |
Set the username property: The user name used to connect to the HBase instance.
|