edu.umd.cloud9.example.memcached
Class GetStatus

java.lang.Object
  extended by edu.umd.cloud9.example.memcached.GetStatus

public class GetStatus
extends Object


Constructor Summary
GetStatus()
           
 
Method Summary
static void main(String[] args)
          First argument - path of file on local file system on master node containing list of memcache servers Second argument - path of file on dfs on master node to be converted into sequence file and put in memcache
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetStatus

public GetStatus()
Method Detail

main

public static void main(String[] args)
                 throws IOException
First argument - path of file on local file system on master node containing list of memcache servers Second argument - path of file on dfs on master node to be converted into sequence file and put in memcache

Throws:
IOException