Uses of Interface
org.apache.lucene.replicator.Replicator

Packages that use Replicator
org.apache.lucene.replicator Files replication framework 
org.apache.lucene.replicator.http HTTP replication implementation 
 

Uses of Replicator in org.apache.lucene.replicator
 

Classes in org.apache.lucene.replicator that implement Replicator
 class LocalReplicator
          A Replicator implementation for use by the side that publishes Revisions, as well for clients to check for updates.
 

Constructors in org.apache.lucene.replicator with parameters of type Replicator
ReplicationClient(Replicator replicator, ReplicationClient.ReplicationHandler handler, ReplicationClient.SourceDirectoryFactory factory)
          Constructor.
 

Uses of Replicator in org.apache.lucene.replicator.http
 

Classes in org.apache.lucene.replicator.http that implement Replicator
 class HttpReplicator
          An HTTP implementation of Replicator.
 

Constructor parameters in org.apache.lucene.replicator.http with type arguments of type Replicator
ReplicationService(Map<String,Replicator> replicators)
           
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.