Class HttpReplicator

java.lang.Object
org.apache.lucene.replicator.http.HttpClientBase
org.apache.lucene.replicator.http.HttpReplicator
All Implemented Interfaces:
Closeable, AutoCloseable, Replicator

public class HttpReplicator extends HttpClientBase implements Replicator
An HTTP implementation of Replicator. Assumes the API supported by ReplicationService.
WARNING: This API is experimental and might change in incompatible ways in the next release.