| Package | Description | 
|---|---|
| io.druid.indexing.overlord.autoscaling.ec2 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
EC2UserData<T extends EC2UserData>
Represents any user data that may be needed to launch EC2 instances. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GalaxyEC2UserData  | 
class  | 
StringEC2UserData  | 
| Modifier and Type | Method and Description | 
|---|---|
EC2UserData | 
EC2EnvironmentConfig.getUserData()  | 
EC2UserData<T> | 
EC2UserData.withVersion(String version)
Return a copy of this instance with a different worker version. 
 | 
| Constructor and Description | 
|---|
EC2EnvironmentConfig(String availabilityZone,
                    EC2NodeData nodeData,
                    EC2UserData userData)  | 
Copyright © 2015. All rights reserved.