Package | Description |
---|---|
com.google.enterprise.connector.util.diffing |
The
diffing package provides a framework for writing
connectors to repositories that do not provide information about
added, deleted, or updated documents. |
com.google.enterprise.connector.util.diffing.testing |
Modifier and Type | Class and Description |
---|---|
class |
ChangeQueue
Bounded buffer of
Change objects for buffering between the
DocumentSnapshotRepositoryMonitor and the
CheckpointAndChangeQueue . |
Constructor and Description |
---|
CheckpointAndChangeQueue(ChangeSource changeSource,
java.io.File persistDir,
DocumentHandleFactory internalDocumentHandleFactory,
DocumentHandleFactory clientDocumentHandleFactory) |
Constructor and Description |
---|
FakeDocumentSnapshotRepositoryMonitorManager(ChangeSource changeSource,
junit.framework.TestCase testCase,
DocumentHandleFactory internalFactory,
DocumentHandleFactory clientFactory)
Construct a
FakeDocumentSnapshotRepositoryMonitorManager for
testing. |