org.infinispan.demo.mapreduce
Class WordCountDemo

java.lang.Object
  extended by org.infinispan.demo.Demo
      extended by org.infinispan.demo.mapreduce.WordCountDemo

public class WordCountDemo
extends Demo

Infinispan MapReduceTask demo

Author:
Vladimir Blagojevic

Field Summary
 
Fields inherited from class org.infinispan.demo.Demo
cfgFile, commandLineOptions, isMaster
 
Constructor Summary
WordCountDemo(String[] args)
           
 
Method Summary
protected  com.martiansoftware.jsap.SimpleJSAP buildCommandLineOptions()
           
static void main(String... args)
           
 
Methods inherited from class org.infinispan.demo.Demo
parseParameters, startCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordCountDemo

public WordCountDemo(String[] args)
              throws Exception
Throws:
Exception
Method Detail

main

public static void main(String... args)
                 throws Exception
Throws:
Exception

buildCommandLineOptions

protected com.martiansoftware.jsap.SimpleJSAP buildCommandLineOptions()
                                                               throws com.martiansoftware.jsap.JSAPException
Specified by:
buildCommandLineOptions in class Demo
Throws:
com.martiansoftware.jsap.JSAPException

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.