A B C D E F G H I K L M N O P R S T U V W

G

getAccessKeyID() - Method in class ppe.gui.Ec2ParamEditorFrame
 
getAccountNumber() - Method in class ppe.gui.Ec2ParamEditorFrame
 
getActiveNetworkNames() - Method in class ppe.ec2.Ec2Wrangler
Gets the networkNames of all ec2-mpi networks owned by the user that are active.
getAmiIDFile() - Static method in class ppe.ec2.AmiDescription
 
getAvailabilityZone(AmazonEC2Client, String) - Static method in class ppe.ec2.AmiDescription
 
getAvailabilityZones(AmazonEC2Client, Region) - Static method in class ppe.ec2.AmiDescription
Get the availability zones that the specific ami can run in.
getAvailabilityZones(AmazonEC2Client, String) - Static method in class ppe.ec2.AmiDescription
 
getAWSUserID() - Method in class ppe.ec2.ParamsEc2
 
getBackupFilename(File) - Static method in class ppe.UtilPPE
Creates a File based on f that does not refer to an existing file.
getChoice(String) - Method in class ppe.gui.networkspec.ChoiceSet
 
getChoice(String, String) - Method in class ppe.gui.networkspec.NetworkSpecGui
 
getChoiceOrNull(String) - Method in class ppe.gui.networkspec.ChoiceSet
 
getChoiceType() - Method in class ppe.gui.networkspec.AmiChoice
 
getChoiceType() - Method in class ppe.gui.networkspec.AvailabilityZoneChoice
 
getChoiceType() - Method in class ppe.gui.networkspec.Choice
 
getChoiceType() - Method in class ppe.gui.networkspec.InstanceTypeChoice
 
getChoiceType() - Method in class ppe.gui.networkspec.KeyPairChoice
 
getChoiceType() - Method in class ppe.gui.networkspec.NetworkNameChoice
 
getChoiceType() - Method in class ppe.gui.networkspec.NInstancesChoice
 
getChoiceType() - Method in class ppe.gui.networkspec.SecurityGroupChoice
 
getChoiceType() - Method in class ppe.gui.networkspec.SlotsPerHostChoice
 
getChoiceType() - Method in class ppe.gui.networkspec.SpotPriceChoice
 
getColumnClass(int) - Method in class ppe.ec2.Ec2InstanceType
 
getColumnClass(int) - Method in class ppe.gui.networkspec.AmiName
 
getColumnCount() - Method in class ppe.gui.InstanceTableModel
 
getColumnCount() - Method in class ppe.gui.NetworkTableModel
 
getColumnName(int) - Method in class ppe.ec2.Ec2InstanceType
 
getColumnName(int) - Method in class ppe.gui.InstanceTableModel
 
getColumnName(int) - Method in class ppe.gui.networkspec.AmiChoice
 
getColumnName(int) - Method in class ppe.gui.networkspec.AmiName
 
getColumnName(int) - Method in class ppe.gui.networkspec.Choice
Default implementation: returns Choice.getLabel()
getColumnName(int) - Method in class ppe.gui.networkspec.InstanceTypeChoice
 
getColumnName(int) - Method in class ppe.gui.NetworkTableModel
 
getColumnValue(int) - Method in class ppe.ec2.Ec2InstanceType
 
getColumnValue(int) - Method in class ppe.gui.networkspec.AmiName
 
getColumnWeight(int) - Method in class ppe.gui.networkspec.AmiChoice
 
getColumnWeight(int) - Method in class ppe.gui.networkspec.Choice
Default implementation: returns 1.0
getColumnWeight(int) - Method in class ppe.gui.networkspec.InstanceTypeChoice
 
getComponent(int) - Method in class ppe.gui.networkspec.AmiChoice
 
getComponent() - Method in class ppe.gui.networkspec.Choice
 
getComponent(int) - Method in class ppe.gui.networkspec.Choice
Default implementation: returns ChoiceComponent.getComponent()
getComponent() - Method in interface ppe.gui.networkspec.ChoiceComponent
 
getComponent(int) - Method in class ppe.gui.networkspec.InstanceTypeChoice
 
getComponent() - Method in class ppe.gui.networkspec.LabeledTextFieldCC
 
getComponent() - Method in class ppe.gui.networkspec.OtherCC
 
getComponent() - Method in class ppe.gui.networkspec.RadioButtonCC
 
getConfigFileSuffix() - Method in class ppe.AbstractParams
 
getDefaultConfigFilePath() - Static method in class ppe.ParamHt
 
getDefaults(String) - Static method in class ppe.gui.SwingDefaults
 
getDefaults(UIDefaults, String) - Static method in class ppe.gui.SwingDefaults
 
getDescription() - Method in class ppe.ec2.Ec2InstanceType
 
getDescription() - Method in class ppe.gui.networkspec.AmiChoice
 
getExtantSecurityGroups() - Method in class ppe.ec2.SecurityGroupFactory
 
getForID(String) - Static method in class ppe.ec2.NiM
 
getForIDWhenAvailable(String, long) - Static method in class ppe.ec2.NiM
Blocks until the ni is available or timeout is reached.
getForMasterHostname(String) - Static method in class ppe.ec2.NiM
 
getForName(String) - Static method in class ppe.ec2.NiM
 
getGridBagAnchor(int) - Method in class ppe.gui.networkspec.AmiChoice
 
getGridBagAnchor(int) - Method in class ppe.gui.networkspec.Choice
Default implementation: returns GridBagConstraints.BASELINE_LEADING.
getGridBagAnchor(int) - Method in class ppe.gui.networkspec.InstanceTypeChoice
 
getImageInfo(AmazonEC2Client, String) - Static method in class ppe.ec2.AmiDescription
 
getInsets(int) - Method in class ppe.gui.networkspec.AmiChoice
 
getInsets(int) - Method in class ppe.gui.networkspec.Choice
Default implementation: all zeros.
getInsets(int) - Method in class ppe.gui.networkspec.InstanceTypeChoice
 
getInstanceIDs(RequestSpotInstancesResult) - Static method in class ppe.ec2.Ec2Wrangler
 
getInstanceIDs(RunInstancesResult) - Static method in class ppe.ec2.Ec2Wrangler
 
getInstanceInfo(InstanceType) - Static method in class ppe.ec2.Ec2InstanceType
 
getInstances(RunInstancesResult) - Static method in class ppe.ec2.Ec2Wrangler
Returns status objects for instances listed in rir that are 'active', i.e.
getInstances(NetworkInfo) - Method in class ppe.ec2.Ec2Wrangler
 
getInstancesActive() - Method in class ppe.ec2.Ec2Wrangler
Gets InstanceStatuss for all instances owned by the user.
getInstancesAllListed() - Method in class ppe.ec2.Ec2Wrangler
Gets InstanceStatuss for all instances owned by the user, including any that are not active.
getInstanceTableTabPane() - Method in class ppe.gui.NetworkManagerFrame
 
getInstanceType(String) - Static method in class ppe.ec2.Ec2InstanceType
NOTE/WARNING: there is a bug in the aws implementation of InstanceType|.
getInstanceType() - Method in class ppe.ec2.InstanceStatus
This method covers a deficiency in the aws api.
getInstanceTypeFile() - Static method in class ppe.ec2.Ec2InstanceType
 
getInstanceTypes() - Static method in class ppe.ec2.Ec2InstanceType
Gets a list of supported ec2 instance types as specified in the instance type file supplied by
getKeypairNames() - Method in class ppe.ec2.Ec2Wrangler
 
getLabel() - Method in class ppe.gui.networkspec.AmiChoice
 
getLabel() - Method in class ppe.gui.networkspec.AvailabilityZoneChoice
 
getLabel() - Method in class ppe.gui.networkspec.Choice
 
getLabel() - Method in class ppe.gui.networkspec.InstanceTypeChoice
 
getLabel() - Method in class ppe.gui.networkspec.KeyPairChoice
 
getLabel() - Method in class ppe.gui.networkspec.NetworkNameChoice
 
getLabel() - Method in class ppe.gui.networkspec.NInstancesChoice
 
getLabel() - Method in class ppe.gui.networkspec.SecurityGroupChoice
 
getLabel() - Method in class ppe.gui.networkspec.SlotsPerHostChoice
 
getLabel() - Method in class ppe.gui.networkspec.SpotPriceChoice
 
getLaunchTime() - Method in class ppe.ec2.NetworkInfo
Gets the earliest instance launch time.
getMaster(NetworkInfo) - Method in class ppe.ec2.Ec2Wrangler
 
getMasterPublicDns(NetworkInfo) - Method in class ppe.ec2.Ec2Wrangler
 
getMastersPublicDnsName() - Method in class ppe.ec2.NetworkInfo
 
getMissingParamMessage() - Method in class ppe.ec2.ParamsEc2
 
getMpiEc2Home() - Static method in class ppe.ec2.UtilEc2
Define as the directory that contains lib/mpi-ec2.jar
getNActiveInstances() - Method in class ppe.ec2.NetworkInfo
 
getName() - Method in class ppe.ompi.OmpiConfig
 
getNColumns() - Method in class ppe.ec2.Ec2InstanceType
 
getNColumns() - Method in class ppe.gui.networkspec.AmiChoice
 
getNColumns() - Method in class ppe.gui.networkspec.AmiName
 
getNColumns() - Method in class ppe.gui.networkspec.Choice
Default implementation: returns 1.
getNColumns() - Method in class ppe.gui.networkspec.ChoiceSet
 
getNColumns() - Method in class ppe.gui.networkspec.InstanceTypeChoice
 
getNCores(InstanceType) - Static method in class ppe.ec2.Ec2InstanceType
 
getNetworkID() - Method in class ppe.ec2.InstanceStatus
 
getNetworkID() - Method in class ppe.ec2.NetworkInfo
 
getNetworkName() - Method in class ppe.ec2.InstanceStatus
 
getNetworkName() - Method in class ppe.ec2.NetworkInfo
 
getNetworkNameColumnIndex() - Method in class ppe.gui.NetworkTableModel
 
getNetworks() - Static method in class ppe.ec2.NiM
 
getNetworkTableModel() - Method in class ppe.gui.PPEManager
 
getNInstances() - Method in class ppe.gui.networkspec.NInstancesChoice
 
getNSlots() - Method in class ppe.gui.networkspec.SlotsPerHostChoice
 
getOneTimeSecurityGroupName() - Method in class ppe.ec2.SecurityGroupFactory
Gets the name of a security group that has prefix "<User name>_mpi_ec2_", (where <User name> is the value of the system property user.name), if one exists.
getOneTimeSecurityGroups(NetworkInfo) - Method in class ppe.ec2.SecurityGroupFactory
 
getParams() - Method in class ppe.ec2.Ec2Wrangler
 
getPort() - Method in class ppe.ompi.OmpiConfig
 
getPrice() - Method in class ppe.gui.networkspec.SpotPriceChoice
 
getPublicDns(NetworkInfo) - Method in class ppe.ec2.Ec2Wrangler
 
getPublicDnsName() - Method in class ppe.ec2.InstanceStatus
 
getRadioButton() - Method in interface ppe.gui.networkspec.ChoiceComponent
 
getRadioButton() - Method in class ppe.gui.networkspec.LabeledTextFieldCC
 
getRadioButton() - Method in class ppe.gui.networkspec.OtherCC
 
getRadioButton() - Method in class ppe.gui.networkspec.RadioButtonCC
 
getRegion(AmazonEC2Client, String) - Static method in class ppe.ec2.AmiDescription
 
getRowCount() - Method in class ppe.gui.InstanceTableModel
 
getRowCount() - Method in class ppe.gui.NetworkTableModel
 
getRsaKeyName() - Method in class ppe.gui.Ec2ParamEditorFrame
 
getRsaKeyPairFile() - Method in class ppe.gui.Ec2ParamEditorFrame
 
getRunningInstances(RunInstancesResult) - Static method in class ppe.ec2.Ec2Wrangler
Returns status objects for instances listed in rir that have ec2 status 'running'.
getSecretKey() - Method in class ppe.gui.Ec2ParamEditorFrame
 
getSecurityGroups(NetworkInfo) - Method in class ppe.ec2.SecurityGroupFactory
Gets a unique list of all security groups to which instances with the networkID belong.
getSelected() - Method in class ppe.gui.networkspec.ChoiceSet
 
getServiceClass() - Method in enum ppe.gui.PPEManager.Cmd
 
getServices() - Method in class ppe.ec2.NetworkInfo
 
getSlaves(NetworkInfo) - Method in class ppe.ec2.Ec2Wrangler
 
getSlavesPublicDns(NetworkInfo) - Method in class ppe.ec2.Ec2Wrangler
 
getStateDescription() - Method in class ppe.ec2.NetworkInfo
A description of the network's state.
getStateDescription() - Method in class ppe.ompi.OmpiConfig
 
getStateTitle() - Method in class ppe.ompi.OmpiConfigServices
 
getStateTitle() - Method in class ppe.Services
 
getSummary() - Method in class ppe.ec2.InstanceStatus
 
getSupportedAmiIDs() - Static method in class ppe.ec2.AmiDescription
 
getSupportedImages(AmazonEC2Client) - Static method in class ppe.ec2.AmiDescription
 
getTagValue(InstanceTag) - Method in class ppe.ec2.InstanceStatus
 
getTitle() - Method in enum ppe.ec2.NetworkInfo.State
 
getTitle() - Method in enum ppe.gui.PPEManager.Cmd
 
getTitle() - Method in enum ppe.ompi.OmpiConfig.State
 
getTmpDir(String) - Static method in class ppe.UtilPPE
 
getToolTip() - Method in class ppe.gui.networkspec.AmiChoice
 
getToolTip() - Method in class ppe.gui.networkspec.Choice
 
getToolTip() - Method in class ppe.gui.networkspec.InstanceTypeChoice
 
getValue() - Method in class ppe.gui.networkspec.AmiChoice
 
getValue(int) - Method in class ppe.gui.networkspec.AmiChoice
 
getValue() - Method in class ppe.gui.networkspec.AvailabilityZoneChoice
 
getValue() - Method in class ppe.gui.networkspec.Choice
 
getValue(int) - Method in class ppe.gui.networkspec.Choice
Default implementation: returns Choice.getValue()
getValue() - Method in class ppe.gui.networkspec.InstanceTypeChoice
 
getValue(int) - Method in class ppe.gui.networkspec.InstanceTypeChoice
 
getValue() - Method in class ppe.gui.networkspec.KeyPairChoice
 
getValue() - Method in class ppe.gui.networkspec.NetworkNameChoice
 
getValue() - Method in class ppe.gui.networkspec.NInstancesChoice
 
getValue() - Method in class ppe.gui.networkspec.SecurityGroupChoice
 
getValue() - Method in class ppe.gui.networkspec.SlotsPerHostChoice
 
getValue() - Method in class ppe.gui.networkspec.SpotPriceChoice
 
getValue(String) - Method in class ppe.ParamHt
 
getValueAt(int, int) - Method in class ppe.gui.InstanceTableModel
 
getValueAt(int, int) - Method in class ppe.gui.NetworkTableModel
 
gui(Throwable) - Static method in class ppe.ExceptionHandler
 
GUI_FRAME_TITLE - Static variable in class ppe.ompi.OmpiPPEManager
 

A B C D E F G H I K L M N O P R S T U V W