ConnectorStats
Stay organized with collections
Save and categorize content based on your preferences.
Convenience class to access the connector's stats.
Public Constructor Summary
Inherited Method Summary
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-18 UTC.
[null,null,["Last updated 2025-03-18 UTC."],[],[],null,["# ConnectorStats\n\npublic class **ConnectorStats** extends Object \nConvenience class to access the connector's stats. \n\n### Public Constructor Summary\n\n|---|------------------------------------------------------------------------------------------------------------------------------------------|\n| | [ConnectorStats](/workspace/cloud-search/docs/reference/sdk/com/google/enterprise/cloudsearch/sdk/sdk/ConnectorStats#ConnectorStats())() |\n\n### Public Method Summary\n\n|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| static int | [getSuccessfulFullTraversalsCount](/workspace/cloud-search/docs/reference/sdk/com/google/enterprise/cloudsearch/sdk/sdk/ConnectorStats#getSuccessfulFullTraversalsCount())() Returns the number of full traversals successfully completed. |\n| static int | [getSuccessfulIncrementalTraversalsCount](/workspace/cloud-search/docs/reference/sdk/com/google/enterprise/cloudsearch/sdk/sdk/ConnectorStats#getSuccessfulIncrementalTraversalsCount())() Returns the number of incremental traversals successfully completed. |\n\n### Inherited Method Summary\n\nFrom class java.lang.Object \n\n|------------------|---------------------------|\n| boolean | equals(Object arg0) |\n| final Class\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| String | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nPublic Constructors\n-------------------\n\n#### public\n**ConnectorStats**\n()\n\n\u003cbr /\u003e\n\nPublic Methods\n--------------\n\n#### public static int\n**getSuccessfulFullTraversalsCount**\n()\n\nReturns the number of full traversals successfully completed. \n\n#### public static int\n**getSuccessfulIncrementalTraversalsCount**\n()\n\nReturns the number of incremental traversals successfully completed."]]