public enum MetricId extends Enum<MetricId>
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
MetricType |
getMetricType() |
static MetricId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricId CRAWL_MODE
public static final MetricId CRAWL_STATE
public static final MetricId CRAWL_STOP_CAUSE
public static final MetricId CRAWL_FAILURE_REASON
public static final MetricId FILES_CRAWLED
public static final MetricId DIRECTORIES_CRAWLED
public static final MetricId ARCHIVED_FILES_CRAWLED
public static final MetricId ARCHIVED_DIRECTORIES_CRAWLED
public static final MetricId NONARCHIVED_FILES_CRAWLED
public static final MetricId NONARCHIVED_DIRECTORIES_CRAWLED
public static final MetricId FILES_FILTERED
public static final MetricId DIRECTORIES_FILTERED
public static final MetricId ARCHIVED_FILES_FILTERED
public static final MetricId ARCHIVED_DIRECTORIES_FILTERED
public static final MetricId NONARCHIVED_FILES_FILTERED
public static final MetricId NONARCHIVED_DIRECTORIES_FILTERED
public static final MetricId SUCCESSFUL_TEXT_EXTRACTIONS
public static final MetricId SUCCESSFUL_TEXT_EXTRACTIONS_AFTER_RETRY
public static final MetricId FAILED_TEXT_EXTRACTIONS
public static final MetricId NEW_OR_UPDATED_RECORDS
public static final MetricId DELETED_RECORDS
public static final MetricId TOTAL_RECORDS
public static final MetricId FAILED_RECORDS
public static final MetricId DURATION_IN_SECONDS
public static final MetricId START_TIME
public static final MetricId END_TIME
public static MetricId[] values()
for (MetricId c : MetricId.values()) System.out.println(c);
public static MetricId valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String getDescription()
public MetricType getMetricType()
Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.