Package org.apache.solr.handler
Class CdcrReplicator
- java.lang.Object
-
- org.apache.solr.handler.CdcrReplicator
-
- All Implemented Interfaces:
Runnable
@Deprecated public class CdcrReplicator extends Object implements Runnable
Deprecated.since 8.6The replication logic. Given aCdcrReplicatorState, it reads all the new entries in the update log and forward them to the target cluster. If an error occurs, the replication is stopped and will be tried again later.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCdcrReplicator.CdcrReplicatorExceptionDeprecated.Exception to catch update request issues with the target cluster.
-
Constructor Summary
Constructors Constructor Description CdcrReplicator(org.apache.solr.handler.CdcrReplicatorState state, int batchSize)Deprecated.
-