Skip to content

Commit

Permalink
Add javadoc for EngineConfig.Builder class
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Kale <kalsac@amazon.com>
  • Loading branch information
Sachin Kale committed Dec 22, 2022
1 parent 6da9391 commit a9e51b0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,11 @@ public TranslogDeletionPolicyFactory getCustomTranslogDeletionPolicyFactory() {
return translogDeletionPolicyFactory;
}

/**
* Builder for EngineConfig class
*
* @opensearch.internal
*/
public static class Builder {
private ShardId shardId;
private ThreadPool threadPool;
Expand Down

0 comments on commit a9e51b0

Please sign in to comment.