Uses of Class
ppe.ec2.NetworkInfo

Packages that use NetworkInfo
ppe.ec2 This package implements all operations that send commands or queries to AWS. 
ppe.gui   
ppe.ompi Classes for configuring Open MPI on a network of EC2 instances. 
 

Uses of NetworkInfo in ppe.ec2
 

Methods in ppe.ec2 that return NetworkInfo
static NetworkInfo NiM.getForID(java.lang.String networkID)
           
static NetworkInfo NiM.getForIDWhenAvailable(java.lang.String networkID, long maxWait)
          Blocks until the ni is available or timeout is reached.
static NetworkInfo NiM.getForMasterHostname(java.lang.String hostName)
           
static NetworkInfo NiM.getForName(java.lang.String networkName)
           
 

Methods in ppe.ec2 that return types with arguments of type NetworkInfo
static java.util.List<NetworkInfo> NiM.getNetworks()
           
 

Methods in ppe.ec2 with parameters of type NetworkInfo
 java.util.List<InstanceStatus> Ec2Wrangler.getInstances(NetworkInfo ni)
           
 InstanceStatus Ec2Wrangler.getMaster(NetworkInfo ni)
           
 java.lang.String Ec2Wrangler.getMasterPublicDns(NetworkInfo ni)
           
 java.util.List<java.lang.String> SecurityGroupFactory.getOneTimeSecurityGroups(NetworkInfo ni)
           
 java.util.List<java.lang.String> Ec2Wrangler.getPublicDns(NetworkInfo ni)
           
 java.util.List<java.lang.String> SecurityGroupFactory.getSecurityGroups(NetworkInfo ni)
          Gets a unique list of all security groups to which instances with the networkID belong.
 java.util.List<InstanceStatus> Ec2Wrangler.getSlaves(NetworkInfo ni)
           
 java.util.List<java.lang.String> Ec2Wrangler.getSlavesPublicDns(NetworkInfo ni)
           
 void Ec2Wrangler.rebootInstances(NetworkInfo ni)
          Blocks with pingAllInstances() until all networks are available (or ping times out).
static boolean NiM.register(NetworkInfo ni)
           
 com.amazonaws.services.ec2.model.TerminateInstancesResult Ec2Wrangler.terminateInstances(NetworkInfo ni)
          Terminates the instances in the specified network and deletes the one time security group that they were members of.
 void Ec2Wrangler.waitForInstances(NetworkInfo ni, int nInstancesExpected)
          Waits until all expected instances have status 'running'.
 

Uses of NetworkInfo in ppe.gui
 

Methods in ppe.gui with parameters of type NetworkInfo
 void PPEManager.terminateAllInstances(NetworkInfo ni)
           
 

Constructors in ppe.gui with parameters of type NetworkInfo
InstanceTableModel(NetworkInfo ni)
           
 

Uses of NetworkInfo in ppe.ompi
 

Constructors in ppe.ompi with parameters of type NetworkInfo
OmpiSpec(ParamsOmpi params, NetworkInfo ni)