| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationHdfsResult |
AWSDataSyncClient.describeLocationHdfs(DescribeLocationHdfsRequest request)
Returns metadata, such as the authentication information about the Hadoop Distributed File System (HDFS)
location.
|
DescribeLocationHdfsResult |
AWSDataSync.describeLocationHdfs(DescribeLocationHdfsRequest describeLocationHdfsRequest)
Returns metadata, such as the authentication information about the Hadoop Distributed File System (HDFS)
location.
|
DescribeLocationHdfsResult |
AbstractAWSDataSync.describeLocationHdfs(DescribeLocationHdfsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeLocationHdfsResult> |
AWSDataSyncAsyncClient.describeLocationHdfsAsync(DescribeLocationHdfsRequest request,
AsyncHandler<DescribeLocationHdfsRequest,DescribeLocationHdfsResult> asyncHandler) |
Future<DescribeLocationHdfsResult> |
AWSDataSyncAsync.describeLocationHdfsAsync(DescribeLocationHdfsRequest describeLocationHdfsRequest,
AsyncHandler<DescribeLocationHdfsRequest,DescribeLocationHdfsResult> asyncHandler)
Returns metadata, such as the authentication information about the Hadoop Distributed File System (HDFS)
location.
|
Future<DescribeLocationHdfsResult> |
AbstractAWSDataSyncAsync.describeLocationHdfsAsync(DescribeLocationHdfsRequest request,
AsyncHandler<DescribeLocationHdfsRequest,DescribeLocationHdfsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.clone() |
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.withAgentArns(Collection<String> agentArns)
The ARNs of the agents that are used to connect to the HDFS cluster.
|
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.withAgentArns(String... agentArns)
The ARNs of the agents that are used to connect to the 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 cluster location.
|
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.withLocationUri(String locationUri)
The URI of the HDFS cluster location.
|
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.withNameNodes(Collection<HdfsNameNode> nameNodes)
The NameNode that manage the HDFS namespace.
|
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.withNameNodes(HdfsNameNode... nameNodes)
The NameNode that manage the HDFS namespace.
|
DescribeLocationHdfsResult |
DescribeLocationHdfsResult.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.
|
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 used to identify the client on the host operating system.
|
Copyright © 2023. All rights reserved.