Skip to content

Commit

Permalink
Javadoc check.
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Handalian <[email protected]>
  • Loading branch information
mch2 committed May 12, 2022
1 parent 5bccdd8 commit 5b380d2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

package org.opensearch.index.engine;

/**
* Engine Factory implementation used with Segment Replication that wires up replica shards with an ${@link NRTReplicationEngine}
* and primary with an ${@link InternalEngine}
*
* @opensearch.internal
*/
public class NRTReplicationEngineFactory implements EngineFactory {
@Override
public Engine newReadWriteEngine(EngineConfig config) {
Expand Down

0 comments on commit 5b380d2

Please sign in to comment.