org.apache.gora.tutorial.log
Class LogManager

java.lang.Object
  extended by org.apache.gora.tutorial.log.LogManager

public class LogManager
extends Object

LogManager is the tutorial class to illustrate the basic DataStore API usage. The LogManager class is used to parse the web server logs in combined log format, store the data in a Gora compatible data store, query and manipulate the stored data.

In the data model, keys are the line numbers in the log file, and the values are Pageview objects, generated from gora-tutorial/src/main/avro/pageview.json.

See the tutorial.html file in docs or go to the web sitefor more information.


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

Constructor Detail

LogManager

public LogManager()
Method Detail

main

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


Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.