com.plumtree.server
Class PT_CRAWL_INFO

java.lang.Object
  extended by com.plumtree.server.PT_CRAWL_INFO

public final class PT_CRAWL_INFO
extends java.lang.Object

This list specifies the different parameters that a Crawl can have

Version:
$Revision$
Author:
StephenC
See Also:
IPTCrawler

Field Summary
static java.lang.String MAX_NUMBER_PROCESSING_THREADS
          Indicates the maximum number of pulling threads that a crawl will have
static java.lang.String MAX_NUMBER_PULLING_THREADS
          Indicates the maximum number of pulling threads that a crawl will have
static int PT_CRAWL_INFO_CRAWL_DEPTH
          Indicates the maximum depth of nodes that should be crawled.
static int PT_CRAWL_INFO_CRAWL_DESCRIPTION
          Description of the Crawler
static int PT_CRAWL_INFO_INVALID
          Indicates the number of items in this enumeration
static int PT_CRAWL_INFO_THREADS
          Indicates the number of threads that should be used during a Crawl
 
Constructor Summary
PT_CRAWL_INFO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_CRAWL_INFO_THREADS

public static final int PT_CRAWL_INFO_THREADS
Indicates the number of threads that should be used during a Crawl

See Also:
Constant Field Values

PT_CRAWL_INFO_CRAWL_DEPTH

public static final int PT_CRAWL_INFO_CRAWL_DEPTH
Indicates the maximum depth of nodes that should be crawled.

See Also:
Constant Field Values

PT_CRAWL_INFO_CRAWL_DESCRIPTION

public static final int PT_CRAWL_INFO_CRAWL_DESCRIPTION
Description of the Crawler

See Also:
Constant Field Values

MAX_NUMBER_PULLING_THREADS

public static final java.lang.String MAX_NUMBER_PULLING_THREADS
Indicates the maximum number of pulling threads that a crawl will have

See Also:
Constant Field Values

MAX_NUMBER_PROCESSING_THREADS

public static final java.lang.String MAX_NUMBER_PROCESSING_THREADS
Indicates the maximum number of pulling threads that a crawl will have

See Also:
Constant Field Values

PT_CRAWL_INFO_INVALID

public static final int PT_CRAWL_INFO_INVALID
Indicates the number of items in this enumeration

See Also:
Constant Field Values
Constructor Detail

PT_CRAWL_INFO

public PT_CRAWL_INFO()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.