Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce |
Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.
|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.waiters |
Modifier and Type | Method and Description |
---|---|
DescribeClusterResult |
AmazonElasticMapReduceClient.describeCluster(DescribeClusterRequest request)
Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.
|
DescribeClusterResult |
AbstractAmazonElasticMapReduce.describeCluster(DescribeClusterRequest request) |
DescribeClusterResult |
AmazonElasticMapReduce.describeCluster(DescribeClusterRequest describeClusterRequest)
Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.
|
Future<DescribeClusterResult> |
AmazonElasticMapReduceAsyncClient.describeClusterAsync(DescribeClusterRequest request) |
Future<DescribeClusterResult> |
AmazonElasticMapReduceAsync.describeClusterAsync(DescribeClusterRequest describeClusterRequest)
Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.
|
Future<DescribeClusterResult> |
AbstractAmazonElasticMapReduceAsync.describeClusterAsync(DescribeClusterRequest request) |
Future<DescribeClusterResult> |
AmazonElasticMapReduceAsyncClient.describeClusterAsync(DescribeClusterRequest request,
AsyncHandler<DescribeClusterRequest,DescribeClusterResult> asyncHandler) |
Future<DescribeClusterResult> |
AmazonElasticMapReduceAsync.describeClusterAsync(DescribeClusterRequest describeClusterRequest,
AsyncHandler<DescribeClusterRequest,DescribeClusterResult> asyncHandler)
Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.
|
Future<DescribeClusterResult> |
AbstractAmazonElasticMapReduceAsync.describeClusterAsync(DescribeClusterRequest request,
AsyncHandler<DescribeClusterRequest,DescribeClusterResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<DescribeClusterResult> |
AmazonElasticMapReduceAsyncClient.describeClusterAsync(DescribeClusterRequest request,
AsyncHandler<DescribeClusterRequest,DescribeClusterResult> asyncHandler) |
Future<DescribeClusterResult> |
AmazonElasticMapReduceAsync.describeClusterAsync(DescribeClusterRequest describeClusterRequest,
AsyncHandler<DescribeClusterRequest,DescribeClusterResult> asyncHandler)
Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.
|
Future<DescribeClusterResult> |
AbstractAmazonElasticMapReduceAsync.describeClusterAsync(DescribeClusterRequest request,
AsyncHandler<DescribeClusterRequest,DescribeClusterResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeClusterRequest |
DescribeClusterRequest.clone() |
DescribeClusterRequest |
DescribeClusterRequest.withClusterId(String clusterId)
The identifier of the cluster to describe.
|
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeClusterRequest> |
AmazonElasticMapReduceWaiters.clusterRunning()
Builds a ClusterRunning waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeClusterRequest> |
AmazonElasticMapReduceWaiters.clusterTerminated()
Builds a ClusterTerminated waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Modifier and Type | Method and Description |
---|---|
DescribeClusterResult |
DescribeClusterFunction.apply(DescribeClusterRequest describeClusterRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2023. All rights reserved.