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

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

Uses of Revision in org.apache.lucene.replicator
 

Classes in org.apache.lucene.replicator that implement Revision
 class IndexAndTaxonomyRevision
          A Revision of a single index and taxonomy index files which comprises the list of files from both indexes.
 class IndexRevision
          A Revision of a single index files which comprises the list of files that are part of the current IndexCommit.
 

Methods in org.apache.lucene.replicator with parameters of type Revision
 int IndexAndTaxonomyRevision.compareTo(Revision o)
           
 int IndexRevision.compareTo(Revision o)
           
 void Replicator.publish(Revision revision)
          Publish a new Revision for consumption by clients.
 void LocalReplicator.publish(Revision revision)
           
 

Constructors in org.apache.lucene.replicator with parameters of type Revision
SessionToken(String id, Revision revision)
          Constructor with the given id and revision.
 

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

Methods in org.apache.lucene.replicator.http with parameters of type Revision
 void HttpReplicator.publish(Revision revision)
           
 



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