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