edu.yale.cs.hadoopdb.util.ec2
Class InstanceProperties

java.lang.Object
  extended by edu.yale.cs.hadoopdb.util.ec2.InstanceProperties

public class InstanceProperties
extends java.lang.Object

Retrieves instance properties from EC2 for a given cluster. Default behavior provides the set of instance ids in all owned EC2 clusters. The following command lines alter this behavior -public: Provides a list of all public ips -private: Provides a list of all internal ips -group group_name: Provides the properties for a given group


Constructor Summary
InstanceProperties()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceProperties

public InstanceProperties()
Method Detail

main

public static void main(java.lang.String[] args)