org.apache.accumulo.server.trace
Class TraceServer

java.lang.Object
  extended by org.apache.accumulo.server.trace.TraceServer
All Implemented Interfaces:
org.apache.zookeeper.Watcher

public class TraceServer
extends java.lang.Object
implements org.apache.zookeeper.Watcher


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.zookeeper.Watcher
org.apache.zookeeper.Watcher.Event
 
Constructor Summary
TraceServer(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void process(org.apache.zookeeper.WatchedEvent event)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceServer

public TraceServer(java.lang.String[] args)
            throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

run

public void run()
         throws java.lang.Exception
Throws:
java.lang.Exception

main

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

process

public void process(org.apache.zookeeper.WatchedEvent event)
Specified by:
process in interface org.apache.zookeeper.Watcher


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.