|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.server.PT_CRAWL_INFO
public final class PT_CRAWL_INFO
This list specifies the different parameters that a Crawl can have
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 |
|---|
public static final int PT_CRAWL_INFO_THREADS
public static final int PT_CRAWL_INFO_CRAWL_DEPTH
public static final int PT_CRAWL_INFO_CRAWL_DESCRIPTION
public static final java.lang.String MAX_NUMBER_PULLING_THREADS
public static final java.lang.String MAX_NUMBER_PROCESSING_THREADS
public static final int PT_CRAWL_INFO_INVALID
| Constructor Detail |
|---|
public PT_CRAWL_INFO()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||