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 |
Modifier and Type | Method and Description |
---|---|
RunJobFlowResult |
AmazonElasticMapReduceClient.runJobFlow(RunJobFlowRequest request)
RunJobFlow creates and starts running a new cluster (job flow).
|
RunJobFlowResult |
AbstractAmazonElasticMapReduce.runJobFlow(RunJobFlowRequest request) |
RunJobFlowResult |
AmazonElasticMapReduce.runJobFlow(RunJobFlowRequest runJobFlowRequest)
RunJobFlow creates and starts running a new cluster (job flow).
|
Modifier and Type | Method and Description |
---|---|
Future<RunJobFlowResult> |
AmazonElasticMapReduceAsyncClient.runJobFlowAsync(RunJobFlowRequest request) |
Future<RunJobFlowResult> |
AbstractAmazonElasticMapReduceAsync.runJobFlowAsync(RunJobFlowRequest request) |
Future<RunJobFlowResult> |
AmazonElasticMapReduceAsync.runJobFlowAsync(RunJobFlowRequest runJobFlowRequest)
RunJobFlow creates and starts running a new cluster (job flow).
|
Future<RunJobFlowResult> |
AmazonElasticMapReduceAsyncClient.runJobFlowAsync(RunJobFlowRequest request,
AsyncHandler<RunJobFlowRequest,RunJobFlowResult> asyncHandler) |
Future<RunJobFlowResult> |
AbstractAmazonElasticMapReduceAsync.runJobFlowAsync(RunJobFlowRequest request,
AsyncHandler<RunJobFlowRequest,RunJobFlowResult> asyncHandler) |
Future<RunJobFlowResult> |
AmazonElasticMapReduceAsync.runJobFlowAsync(RunJobFlowRequest runJobFlowRequest,
AsyncHandler<RunJobFlowRequest,RunJobFlowResult> asyncHandler)
RunJobFlow creates and starts running a new cluster (job flow).
|
Modifier and Type | Method and Description |
---|---|
Future<RunJobFlowResult> |
AmazonElasticMapReduceAsyncClient.runJobFlowAsync(RunJobFlowRequest request,
AsyncHandler<RunJobFlowRequest,RunJobFlowResult> asyncHandler) |
Future<RunJobFlowResult> |
AbstractAmazonElasticMapReduceAsync.runJobFlowAsync(RunJobFlowRequest request,
AsyncHandler<RunJobFlowRequest,RunJobFlowResult> asyncHandler) |
Future<RunJobFlowResult> |
AmazonElasticMapReduceAsync.runJobFlowAsync(RunJobFlowRequest runJobFlowRequest,
AsyncHandler<RunJobFlowRequest,RunJobFlowResult> asyncHandler)
RunJobFlow creates and starts running a new cluster (job flow).
|
Modifier and Type | Method and Description |
---|---|
RunJobFlowResult |
RunJobFlowResult.clone() |
RunJobFlowResult |
RunJobFlowResult.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
|
RunJobFlowResult |
RunJobFlowResult.withJobFlowId(String jobFlowId)
A unique identifier for the job flow.
|
Copyright © 2023. All rights reserved.