| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationHdfsResult |
AWSDataSyncClient.describeLocationHdfs(DescribeLocationHdfsRequest request)
Provides details about how an DataSync transfer location for a Hadoop Distributed File System (HDFS) is
configured.
|
DescribeLocationHdfsResult |
AbstractAWSDataSync.describeLocationHdfs(DescribeLocationHdfsRequest request) |
DescribeLocationHdfsResult |
AWSDataSync.describeLocationHdfs(DescribeLocationHdfsRequest describeLocationHdfsRequest)
Provides details about how an DataSync transfer location for a Hadoop Distributed File System (HDFS) is
configured.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeLocationHdfsResult> |
AWSDataSyncAsyncClient.describeLocationHdfsAsync(DescribeLocationHdfsRequest request,
AsyncHandler<DescribeLocationHdfsRequest,DescribeLocationHdfsResult> asyncHandler) |
Future<DescribeLocationHdfsResult> |
AbstractAWSDataSyncAsync.describeLocationHdfsAsync(DescribeLocationHdfsRequest request,
AsyncHandler<DescribeLocationHdfsRequest,DescribeLocationHdfsResult> asyncHandler) |
Future<DescribeLocationHdfsResult> |
AWSDataSyncAsync.describeLocationHdfsAsync(DescribeLocationHdfsRequest describeLocationHdfsRequest,
AsyncHandler<DescribeLocationHdfsRequest,DescribeLocationHdfsResult> asyncHandler)
Provides details about how an DataSync transfer location for a Hadoop Distributed File System (HDFS) is
configured.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.clone() |
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.withAgentArns(Collection<String> agentArns)
The ARNs of the DataSync agents that can connect with your HDFS cluster.
|
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.withAgentArns(String... agentArns)
The ARNs of the DataSync agents that can connect with your HDFS cluster.
|
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.withAuthenticationType(HdfsAuthenticationType authenticationType)
The type of authentication used to determine the identity of the user.
|
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.withAuthenticationType(String authenticationType)
The type of authentication used to determine the identity of the user.
|
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.withBlockSize(Integer blockSize)
The size of the data blocks to write into the HDFS cluster.
|
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.withCreationTime(Date creationTime)
The time that the HDFS location was created.
|
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.withKerberosPrincipal(String kerberosPrincipal)
The Kerberos principal with access to the files and folders on the HDFS cluster.
|
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.withKmsKeyProviderUri(String kmsKeyProviderUri)
The URI of the HDFS cluster's Key Management Server (KMS).
|
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.withLocationArn(String locationArn)
The ARN of the HDFS location.
|
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.withLocationUri(String locationUri)
The URI of the HDFS location.
|
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.withNameNodes(Collection<HdfsNameNode> nameNodes)
The NameNode that manages the HDFS namespace.
|
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.withNameNodes(HdfsNameNode... nameNodes)
The NameNode that manages the HDFS namespace.
|
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.withQopConfiguration(QopConfiguration qopConfiguration)
The Quality of Protection (QOP) configuration, which specifies the Remote Procedure Call (RPC) and data transfer
protection settings configured on the HDFS cluster.
|
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.withReplicationFactor(Integer replicationFactor)
The number of DataNodes to replicate the data to when writing to the HDFS cluster.
|
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.withSimpleUser(String simpleUser)
The user name to identify the client on the host operating system.
|
Copyright © 2024. All rights reserved.