Interface IReplicationHandler
Handler for revisions obtained by the client.
Assembly: Lucene.Net.Replicator.dll
Syntax
public interface IReplicationHandler
Properties
Name | Description |
---|---|
CurrentRevisionFiles | Returns the current revision version held by the handler. |
CurrentVersion | Returns the current revision files held by the handler. |
Methods
Name | Description |
---|---|
RevisionReady(String, IDictionary<String, IList<RevisionFile>>, IDictionary<String, IList<String>>, IDictionary<String, Directory>) | Called when a new revision was obtained and is available (i.e. all needed files were successfully copied). |