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. |
Modifier and Type | Class and Description |
---|---|
class |
SnapshotReaderException
An
Exception for errors reading the SnapshotStore . |
class |
SnapshotWriterException
An
Exception for errors writing the SnapshotStore . |
Modifier and Type | Method and Description |
---|---|
SnapshotReader |
SnapshotStore.openMostRecentSnapshot() |
SnapshotWriter |
SnapshotStore.openNewSnapshotWriter() |
static void |
SnapshotStore.stitch(java.io.File snapshotDir,
MonitorCheckpoint checkpoint,
DocumentSnapshotFactory documentSnapshotFactory) |
Constructor and Description |
---|
SnapshotStore(java.io.File snapshotDirectory,
DocumentSnapshotFactory documentSnapshotFactory) |