Esri Geoportal Server
1.0

com.esri.gpt.control.webharvest.engine
Interface Statistics


public interface Statistics

Statistics.


Method Summary
 long getAddedCount()
          Gets number of added documents.
 long getDuration()
          Gets duration.
 Date getEndTime()
          Gets end time.
 long getHarvestedCount()
          Gets number of harvested documents.
 long getModifiedCount()
          Gets number of modified documents.
 double getPerformance()
          Gets performance.
 long getPublishedCount()
          Gets total number of published documents (added and modified).
 Date getStartTime()
          Gets start time.
 long getValidatedCount()
          Gets number of validated documents.
 

Method Detail

getHarvestedCount

long getHarvestedCount()
Gets number of harvested documents.

Returns:
number of harvested documents

getValidatedCount

long getValidatedCount()
Gets number of validated documents.

Returns:
number of validated documents

getAddedCount

long getAddedCount()
Gets number of added documents.

Returns:
number of added documents

getModifiedCount

long getModifiedCount()
Gets number of modified documents.

Returns:
number of modified documents

getPublishedCount

long getPublishedCount()
Gets total number of published documents (added and modified).

Returns:
total number of published documents

getStartTime

Date getStartTime()
Gets start time.

Returns:
start time

getEndTime

Date getEndTime()
Gets end time.

Returns:
end time

getDuration

long getDuration()
Gets duration.

Returns:
duration

getPerformance

double getPerformance()
Gets performance. Performance is an average harvested records per minute.

Returns:
performance

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.