java.lang.Object
org.elasticsearch.threadpool.ThreadPool.Info
- All Implemented Interfaces:
- Writeable,- ToXContent,- ToXContentFragment
- Enclosing class:
- ThreadPool
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContentToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.WriteableWriteable.Reader<V>, Writeable.Writer<V>
- 
Field SummaryFields inherited from interface org.elasticsearch.xcontent.ToXContentEMPTY_PARAMS
- 
Constructor SummaryConstructorsConstructorDescriptionInfo(String name, ThreadPool.ThreadPoolType type) Info(String name, ThreadPool.ThreadPoolType type, int size) Info(String name, ThreadPool.ThreadPoolType type, int min, int max, TimeValue keepAlive, SizeValue queueSize) Info(StreamInput in) 
- 
Method SummaryModifier and TypeMethodDescriptionintgetMax()intgetMin()getName()toXContent(XContentBuilder builder, ToXContent.Params params) voidwriteTo(StreamOutput out) Write this into the StreamOutput.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragmentisFragment
- 
Constructor Details- 
Info
- 
Info
- 
Info
- 
Info- Throws:
- IOException
 
 
- 
- 
Method Details- 
writeToDescription copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
- writeToin interface- Writeable
- Throws:
- IOException
 
- 
getName
- 
getThreadPoolType
- 
getMinpublic int getMin()
- 
getMaxpublic int getMax()
- 
getKeepAlive
- 
getQueueSize
- 
toXContentpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
- toXContentin interface- ToXContent
- Throws:
- IOException
 
 
-