public class
ConnectorStats
extends Object
Convenience class to access the connector's stats.
Public Constructor Summary
Public Method Summary
static int |
getSuccessfulFullTraversalsCount()
Returns the number of full traversals successfully completed.
|
static int |
getSuccessfulIncrementalTraversalsCount()
Returns the number of incremental traversals successfully completed.
|
Inherited Method Summary
Public Constructors
public ConnectorStats ()
Public Methods
public static int getSuccessfulFullTraversalsCount ()
Returns the number of full traversals successfully completed.
public static int getSuccessfulIncrementalTraversalsCount ()
Returns the number of incremental traversals successfully completed.