cbr.agent
Class URLIndexer

java.lang.Object
  extended bycbr.agent.URLIndexer

public class URLIndexer
extends Object

Indexes simultaneously multiple sources of images by means of loading them via URLs.

Version:
"$Id: URLIndexer.java 1913 2007-08-08 02:41:53Z jpeters $"
Author:
Volker Roth

Nested Class Summary
protected  class URLIndexer.Daemon
          A daemon that gathers images from a particular site.
protected  class URLIndexer.Job
          A job loads an image, extracts the feature vector and puts it into the sink.
protected  class URLIndexer.Sink
          Implements a data sink for the retrieved feature vectors.
 
Field Summary
protected  boolean debug_
           
static String DESCR
           
protected  long finish_
           
protected  ArgsParser p_
           
protected  URLIndexer.Sink sink_
           
protected  long start_
           
protected  ThreadGroup thrg_
           
protected  boolean thumbs_
           
 
Constructor Summary
URLIndexer()
           
 
Method Summary
protected  void dumpThreads()
           
protected  void joinAll(ThreadGroup tg)
           
static void main(String[] argv)
           
 void run(String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCR

public static final String DESCR
See Also:
Constant Field Values

p_

protected ArgsParser p_

sink_

protected URLIndexer.Sink sink_

thrg_

protected ThreadGroup thrg_

debug_

protected boolean debug_

start_

protected long start_

finish_

protected long finish_

thumbs_

protected boolean thumbs_
Constructor Detail

URLIndexer

public URLIndexer()
Method Detail

main

public static void main(String[] argv)

run

public void run(String[] argv)
         throws Exception
Throws:
Exception

joinAll

protected void joinAll(ThreadGroup tg)

dumpThreads

protected void dumpThreads()


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.