Package | Description |
---|---|
com.google.enterprise.connector.util |
Defines utility classes that might be helpful for connector developers.
|
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. |
Modifier and Type | Class and Description |
---|---|
class |
Base64ChecksumGenerator
An implementation of
ChecksumGenerator that return Base64-encoded
checksums using algorithms from java.security.MessageDigest . |
class |
BasicChecksumGenerator
An implementation of
ChecksumGenerator that return
hexadecimal-encoded checksums using algorithms from
java.security.MessageDigest . |
Constructor and Description |
---|
DocumentSnapshotRepositoryMonitorManagerImpl(java.util.List<? extends SnapshotRepository<? extends DocumentSnapshot>> repositories,
DocumentSnapshotFactory documentSnapshotFactory,
java.io.File snapshotDir,
ChecksumGenerator checksumGenerator,
ChangeQueue changeQueue,
CheckpointAndChangeQueue checkpointAndChangeQueue)
Constructs
DocumentSnapshotRepositoryMonitorManagerImpl
for the DiffingConnector . |