Package org.elasticsearch.script
Class ScriptCache.CompilationRate
java.lang.Object
org.elasticsearch.script.ScriptCache.CompilationRate
- Enclosing class:
- ScriptCache
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCompilationRate
(Integer count, TimeValue time) CompilationRate
(String value) Parses a string as a non-negative int count and aTimeValue
as arguments split by a slashCompilationRate
(Tuple<Integer, TimeValue> rate) -
Method Summary
-
Field Details
-
count
public final int count -
time
-
-
Constructor Details
-
CompilationRate
-
CompilationRate
-
CompilationRate
Parses a string as a non-negative int count and aTimeValue
as arguments split by a slash
-
-
Method Details