Uses of Class
ppe.ec2.InstanceStatus

Packages that use InstanceStatus
ppe.ec2 This package implements all operations that send commands or queries to AWS. 
ppe.util   
 

Uses of InstanceStatus in ppe.ec2
 

Fields in ppe.ec2 with type parameters of type InstanceStatus
 java.util.List<InstanceStatus> NetworkInfo.instances
           
 

Methods in ppe.ec2 that return InstanceStatus
 InstanceStatus Ec2Wrangler.getMaster(NetworkInfo ni)
           
 

Methods in ppe.ec2 that return types with arguments of type InstanceStatus
 java.util.List<InstanceStatus> Ec2Wrangler.getInstances(NetworkInfo ni)
           
static java.util.List<InstanceStatus> Ec2Wrangler.getInstances(com.amazonaws.services.ec2.model.RunInstancesResult rir)
          Returns status objects for instances listed in rir that are 'active', i.e.
 java.util.List<InstanceStatus> Ec2Wrangler.getInstancesActive()
          Gets InstanceStatuss for all instances owned by the user.
 java.util.List<InstanceStatus> Ec2Wrangler.getInstancesAllListed()
          Gets InstanceStatuss for all instances owned by the user, including any that are not active.
static java.util.List<InstanceStatus> Ec2Wrangler.getRunningInstances(com.amazonaws.services.ec2.model.RunInstancesResult rir)
          Returns status objects for instances listed in rir that have ec2 status 'running'.
 java.util.List<InstanceStatus> Ec2Wrangler.getSlaves(NetworkInfo ni)
           
 

Methods in ppe.ec2 with parameters of type InstanceStatus
 void NetworkInfo.add(InstanceStatus s)
           
 

Method parameters in ppe.ec2 with type arguments of type InstanceStatus
static void NiM.update(java.util.List<InstanceStatus> instances)
           
 

Uses of InstanceStatus in ppe.util
 

Fields in ppe.util with type parameters of type InstanceStatus
 java.util.List<InstanceStatus> Pinger.failures
           
 java.util.List<InstanceStatus> Pinger.successes
           
 

Method parameters in ppe.util with type arguments of type InstanceStatus
 void Pinger.pingNetwork(java.util.List<InstanceStatus> instances)