java.io.Serializable
, java.lang.Comparable<Frontier.PropertyKeys>
public static enum Frontier.PropertyKeys extends java.lang.Enum<Frontier.PropertyKeys>
Frontier.snap()
.Modifier and Type | Method | Description |
---|---|---|
static Frontier.PropertyKeys |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Frontier.PropertyKeys[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Frontier.PropertyKeys PATHQUERIESINQUEUES
public static final Frontier.PropertyKeys WEIGHTOFPATHQUERIESINQUEUES
public static final Frontier.PropertyKeys BROKENVISITSTATES
public static final Frontier.PropertyKeys NUMBEROFRECEIVEDURLS
public static final Frontier.PropertyKeys REQUIREDFRONTSIZE
public static final Frontier.PropertyKeys FETCHINGTHREADWAITS
public static final Frontier.PropertyKeys FETCHINGTHREADWAITINGTIMESUM
public static final Frontier.PropertyKeys ARCHETYPESOTHERS
public static final Frontier.PropertyKeys ARCHETYPES1XX
public static final Frontier.PropertyKeys ARCHETYPES2XX
public static final Frontier.PropertyKeys ARCHETYPES3XX
public static final Frontier.PropertyKeys ARCHETYPES4XX
public static final Frontier.PropertyKeys ARCHETYPES5XX
public static final Frontier.PropertyKeys DUPLICATES
public static final Frontier.PropertyKeys FETCHEDRESOURCES
public static final Frontier.PropertyKeys FETCHEDROBOTS
public static final Frontier.PropertyKeys TRANSFERREDBYTES
public static final Frontier.PropertyKeys AVERAGESPEED
public static final Frontier.PropertyKeys CURRENTQUEUE
public static final Frontier.PropertyKeys VIRTUALQUEUESIZES
public static final Frontier.PropertyKeys VIRTUALQUEUESBIRTHTIME
public static final Frontier.PropertyKeys READYURLSSIZE
public static final Frontier.PropertyKeys RECEIVEDURLSSIZE
public static final Frontier.PropertyKeys DISTRIBUTORWARMUP
public static final Frontier.PropertyKeys DISTRIBUTORVISITSTATESONDISK
public static final Frontier.PropertyKeys EPOCH
public static final Frontier.PropertyKeys CRAWLDURATION
public static final Frontier.PropertyKeys VISITSTATESETSIZE
public static final Frontier.PropertyKeys WORKBENCHENTRYSETSIZE
public static Frontier.PropertyKeys[] values()
for (Frontier.PropertyKeys c : Frontier.PropertyKeys.values()) System.out.println(c);
public static Frontier.PropertyKeys valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null