ConnectorTraverser

public class ConnectorTraverser extends ConnectorScheduler<IndexingConnectorContext>

Handles scheduling and execution of indexing connector traversal related tasks.

Nested Class Summary

class ConnectorTraverser.Builder  

Public Method Summary

synchronized void
start()
Starts traversal process and worker threads.
synchronized void
stop()
Stops traversal process and worker threads.

Inherited Method Summary

Public Methods

public synchronized void start ()

Starts traversal process and worker threads.

public synchronized void stop ()

Stops traversal process and worker threads.