|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cluster | |
---|---|
com.amazonaws.services.elasticmapreduce.model | Classes modeling the various types represented by AmazonElasticMapReduce. |
Uses of Cluster in com.amazonaws.services.elasticmapreduce.model |
---|
Methods in com.amazonaws.services.elasticmapreduce.model that return Cluster | |
---|---|
Cluster |
DescribeClusterResult.getCluster()
This output contains the details for the requested cluster. |
Cluster |
Cluster.withApplications(Application... applications)
The applications installed on this cluster. |
Cluster |
Cluster.withApplications(Collection<Application> applications)
The applications installed on this cluster. |
Cluster |
Cluster.withAutoTerminate(Boolean autoTerminate)
Specifies whether the cluster should terminate after completing all steps. |
Cluster |
Cluster.withEc2InstanceAttributes(Ec2InstanceAttributes ec2InstanceAttributes)
Provides information about the EC2 instances in a cluster grouped by category. |
Cluster |
Cluster.withId(String id)
The unique identifier for the cluster. |
Cluster |
Cluster.withLogUri(String logUri)
The path to the Amazon S3 location where logs for this cluster are stored. |
Cluster |
Cluster.withName(String name)
The name of the cluster. |
Cluster |
Cluster.withRequestedAmiVersion(String requestedAmiVersion)
The AMI version requested for this cluster. |
Cluster |
Cluster.withRunningAmiVersion(String runningAmiVersion)
The AMI version running on this cluster. |
Cluster |
Cluster.withStatus(ClusterStatus status)
The current status details about the cluster. |
Cluster |
Cluster.withTags(Collection<Tag> tags)
A list of tags associated with a cluster. |
Cluster |
Cluster.withTags(Tag... tags)
A list of tags associated with a cluster. |
Cluster |
Cluster.withTerminationProtected(Boolean terminationProtected)
Indicates whether Amazon EMR will lock the cluster to prevent the EC2 instances from being terminated by an API call or user intervention, or in the event of a cluster error. |
Cluster |
Cluster.withVisibleToAllUsers(Boolean visibleToAllUsers)
Indicates whether the job flow is visible to all IAM users of the AWS account associated with the job flow. |
Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type Cluster | |
---|---|
void |
DescribeClusterResult.setCluster(Cluster cluster)
This output contains the details for the requested cluster. |
DescribeClusterResult |
DescribeClusterResult.withCluster(Cluster cluster)
This output contains the details for the requested cluster. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |