| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLocationHdfsResult> |
AWSDataSyncAsyncClient.updateLocationHdfsAsync(UpdateLocationHdfsRequest request,
AsyncHandler<UpdateLocationHdfsRequest,UpdateLocationHdfsResult> asyncHandler) |
Future<UpdateLocationHdfsResult> |
AWSDataSyncAsync.updateLocationHdfsAsync(UpdateLocationHdfsRequest updateLocationHdfsRequest,
AsyncHandler<UpdateLocationHdfsRequest,UpdateLocationHdfsResult> asyncHandler)
Updates some parameters of a previously created location for a Hadoop Distributed File System cluster.
|
Future<UpdateLocationHdfsResult> |
AbstractAWSDataSyncAsync.updateLocationHdfsAsync(UpdateLocationHdfsRequest request,
AsyncHandler<UpdateLocationHdfsRequest,UpdateLocationHdfsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateLocationHdfsRequest |
UpdateLocationHdfsRequest.clone() |
UpdateLocationHdfsRequest |
UpdateLocationHdfsRequest.withAgentArns(Collection<String> agentArns)
The ARNs of the agents that are used to connect to the HDFS cluster.
|
UpdateLocationHdfsRequest |
UpdateLocationHdfsRequest.withAgentArns(String... agentArns)
The ARNs of the agents that are used to connect to the HDFS cluster.
|
UpdateLocationHdfsRequest |
UpdateLocationHdfsRequest.withAuthenticationType(HdfsAuthenticationType authenticationType)
The type of authentication used to determine the identity of the user.
|
UpdateLocationHdfsRequest |
UpdateLocationHdfsRequest.withAuthenticationType(String authenticationType)
The type of authentication used to determine the identity of the user.
|
UpdateLocationHdfsRequest |
UpdateLocationHdfsRequest.withBlockSize(Integer blockSize)
The size of the data blocks to write into the HDFS cluster.
|
UpdateLocationHdfsRequest |
UpdateLocationHdfsRequest.withKerberosKeytab(ByteBuffer kerberosKeytab)
The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the encrypted
keys.
|
UpdateLocationHdfsRequest |
UpdateLocationHdfsRequest.withKerberosKrb5Conf(ByteBuffer kerberosKrb5Conf)
The
krb5.conf file that contains the Kerberos configuration information. |
UpdateLocationHdfsRequest |
UpdateLocationHdfsRequest.withKerberosPrincipal(String kerberosPrincipal)
The Kerberos principal with access to the files and folders on the HDFS cluster.
|
UpdateLocationHdfsRequest |
UpdateLocationHdfsRequest.withKmsKeyProviderUri(String kmsKeyProviderUri)
The URI of the HDFS cluster's Key Management Server (KMS).
|
UpdateLocationHdfsRequest |
UpdateLocationHdfsRequest.withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the source HDFS cluster location.
|
UpdateLocationHdfsRequest |
UpdateLocationHdfsRequest.withNameNodes(Collection<HdfsNameNode> nameNodes)
The NameNode that manages the HDFS namespace.
|
UpdateLocationHdfsRequest |
UpdateLocationHdfsRequest.withNameNodes(HdfsNameNode... nameNodes)
The NameNode that manages the HDFS namespace.
|
UpdateLocationHdfsRequest |
UpdateLocationHdfsRequest.withQopConfiguration(QopConfiguration qopConfiguration)
The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer privacy
settings configured on the Hadoop Distributed File System (HDFS) cluster.
|
UpdateLocationHdfsRequest |
UpdateLocationHdfsRequest.withReplicationFactor(Integer replicationFactor)
The number of DataNodes to replicate the data to when writing to the HDFS cluster.
|
UpdateLocationHdfsRequest |
UpdateLocationHdfsRequest.withSimpleUser(String simpleUser)
The user name used to identify the client on the host operating system.
|
UpdateLocationHdfsRequest |
UpdateLocationHdfsRequest.withSubdirectory(String subdirectory)
A subdirectory in the HDFS cluster.
|
Copyright © 2023. All rights reserved.