Skip to content

Commit 2b542a6

Browse files
javadocs
Signed-off-by: Kiran Prakash <[email protected]>
1 parent 97a0986 commit 2b542a6

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

server/src/main/java/org/opensearch/cluster/metadata/Sandbox.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
import java.util.Collections;
1515
import java.util.List;
1616

17+
/*
18+
Stub class only, this will be added in Kaushal's PR
19+
This class wil be deleted after that.
20+
* */
1721
@ExperimentalApi
1822
public class Sandbox {
1923
// TODO Kaushal should have implemented hashcode and equals
@@ -39,6 +43,10 @@ public List<ResourceLimit> getResourceLimits() {
3943
return Collections.emptyList();
4044
}
4145

46+
/*
47+
Stub class only, this will be added in Kaushal's PR
48+
This class wil be deleted after that.
49+
* */
4250
@ExperimentalApi
4351
public class ResourceLimit {
4452
public Long getThresholdInLong() {
@@ -54,6 +62,10 @@ public Long getThreshold() {
5462
}
5563
}
5664

65+
/*
66+
Stub class only, this will be added in Kaushal's PR
67+
This class wil be deleted after that.
68+
*/
5769
@ExperimentalApi
5870
public enum SandboxMode {
5971
SOFT("soft"),

server/src/main/java/org/opensearch/search/sandboxing/resourcetype/package-info.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
* compatible open source license.
77
*/
88

9+
/**
10+
* Package for Sandbox Resource Types
11+
*/
912
package org.opensearch.search.sandboxing.resourcetype;

0 commit comments

Comments
 (0)