Uses of Interface
org.apache.lucene.replicator.ReplicationClient.ReplicationHandler
-
Packages that use ReplicationClient.ReplicationHandler Package Description org.apache.lucene.replicator Files replication framework -
-
Uses of ReplicationClient.ReplicationHandler in org.apache.lucene.replicator
Classes in org.apache.lucene.replicator that implement ReplicationClient.ReplicationHandler Modifier and Type Class Description classIndexAndTaxonomyReplicationHandlerAReplicationClient.ReplicationHandlerfor replication of an index and taxonomy pair.classIndexReplicationHandlerAReplicationClient.ReplicationHandlerfor replication of an index.Constructors in org.apache.lucene.replicator with parameters of type ReplicationClient.ReplicationHandler Constructor Description ReplicationClient(Replicator replicator, ReplicationClient.ReplicationHandler handler, ReplicationClient.SourceDirectoryFactory factory)Constructor.
-