Class NodesRecord
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodesRecord>Json deserializer forNodesRecord -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringbuild()es build hashfinal Stringaverage size in bytes of shard bulkfinal Stringaverage time spend in shard bulkfinal Stringnumber of bulk shard opsfinal Stringtotal size in bytes of shard bulkfinal Stringtime spend in shard bulkfinal Stringsize of completionfinal Stringcpu()recent cpu usagefinal Stringavailable disk spacefinal Stringtotal disk spacefinal StringdiskUsed()used disk spacefinal Stringused disk space percentagefinal Stringfielddata evictionsfinal Stringused fielddata cachefinal Stringused file descriptorsfinal Stringmax file descriptorsfinal Stringused file descriptor ratiofinal Stringflavor()es distribution flavorfinal Stringnumber of flushesfinal Stringtime spent in flushfinal Stringnumber of current get opsfinal Stringtime spent in successful getsfinal Stringnumber of successful getsfinal Stringtime spent in failed getsfinal Stringnumber of failed getsfinal StringgetTime()time spent in getfinal StringgetTotal()number of get opsfinal Stringused heapfinal StringheapMax()max configured heapfinal Stringused heap ratiofinal Stringbound http addressfinal Stringid()unique node idfinal Stringnumber of current deletionsfinal Stringtime spent in deletionsfinal Stringnumber of delete opsfinal Stringnumber of current indexing opsfinal Stringnumber of failed indexing opsfinal Stringtime spent in indexingfinal Stringnumber of indexing opsfinal Stringip()ip addressfinal Stringjdk()jdk versionfinal Stringload15m()15m load avgfinal Stringload1m()1m load avgfinal Stringload5m()5m load avgfinal Stringmaster()*:current masterfinal Stringnumber of current mergesfinal Stringnumber of current merging docsfinal Stringsize of current mergesfinal Stringnumber of completed merge opsfinal Stringdocs mergedfinal Stringsize mergedfinal Stringtime spent in mergesfinal Stringname()node namefinal StringnodeRole()m:master eligible node, d:data node, i:ingest node, -:coordinating node onlystatic NodesRecordfinal Stringpid()process idfinal Stringport()bound transport portfinal Stringquery cache evictionsfinal Stringquery cache hit countsfinal Stringused query cachefinal Stringquery cache miss countsfinal Stringused machine memoryfinal StringramMax()total machine memoryfinal Stringused machine memory ratiofinal Stringtime spent in external refreshesfinal Stringtotal external refreshesfinal Stringnumber of pending refresh listenersfinal Stringtime spent in refreshesfinal Stringtotal refreshesfinal Stringrequest cache evictionsfinal Stringrequest cache hit countsfinal Stringused request cachefinal Stringrequest cache miss countsfinal Stringscript cache evictionsfinal Stringscript cache compilation limit triggeredfinal Stringscript compilationsfinal Stringcurrent fetch phase opsfinal Stringtime spent in fetch phasefinal Stringtotal fetch opsfinal Stringopen search contextsfinal Stringcurrent query phase opsfinal Stringtime spent in query phasefinal Stringtotal query phase opsfinal Stringopen scroll contextsfinal Stringtime scroll contexts held openfinal Stringcompleted scroll contextsfinal Stringnumber of segmentsfinal Stringmemory used by fixed bit sets for nested object field types and export type filters for types referred in _parent fieldsfinal Stringmemory used by index writerfinal Stringmemory used by segmentsfinal Stringmemory used by version mapvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Stringnumber of current suggest opsfinal Stringtime spend in suggestfinal Stringnumber of suggest opstoString()final Stringtype()es distribution typefinal Stringuptime()node uptimefinal Stringversion()es version
-
Field Details
-
_DESERIALIZER
Json deserializer forNodesRecord
-
-
Method Details
-
of
-
id
unique node idAPI name:
id -
pid
process idAPI name:
pid -
ip
ip addressAPI name:
ip -
port
bound transport portAPI name:
port -
httpAddress
bound http addressAPI name:
http_address -
version
es versionAPI name:
version -
flavor
es distribution flavorAPI name:
flavor -
type
es distribution typeAPI name:
type -
build
es build hashAPI name:
build -
jdk
jdk versionAPI name:
jdk -
diskTotal
total disk spaceAPI name:
disk.total -
diskUsed
used disk spaceAPI name:
disk.used -
diskAvail
available disk spaceAPI name:
disk.avail -
diskUsedPercent
used disk space percentageAPI name:
disk.used_percent -
heapCurrent
used heapAPI name:
heap.current -
heapPercent
used heap ratioAPI name:
heap.percent -
heapMax
max configured heapAPI name:
heap.max -
ramCurrent
used machine memoryAPI name:
ram.current -
ramPercent
used machine memory ratioAPI name:
ram.percent -
ramMax
total machine memoryAPI name:
ram.max -
fileDescCurrent
used file descriptorsAPI name:
file_desc.current -
fileDescPercent
used file descriptor ratioAPI name:
file_desc.percent -
fileDescMax
max file descriptorsAPI name:
file_desc.max -
cpu
recent cpu usageAPI name:
cpu -
load1m
1m load avgAPI name:
load_1m -
load5m
5m load avgAPI name:
load_5m -
load15m
15m load avgAPI name:
load_15m -
uptime
node uptimeAPI name:
uptime -
nodeRole
m:master eligible node, d:data node, i:ingest node, -:coordinating node onlyAPI name:
node.role -
master
*:current masterAPI name:
master -
name
node nameAPI name:
name -
completionSize
size of completionAPI name:
completion.size -
fielddataMemorySize
used fielddata cacheAPI name:
fielddata.memory_size -
fielddataEvictions
fielddata evictionsAPI name:
fielddata.evictions -
queryCacheMemorySize
used query cacheAPI name:
query_cache.memory_size -
queryCacheEvictions
query cache evictionsAPI name:
query_cache.evictions -
queryCacheHitCount
query cache hit countsAPI name:
query_cache.hit_count -
queryCacheMissCount
query cache miss countsAPI name:
query_cache.miss_count -
requestCacheMemorySize
used request cacheAPI name:
request_cache.memory_size -
requestCacheEvictions
request cache evictionsAPI name:
request_cache.evictions -
requestCacheHitCount
request cache hit countsAPI name:
request_cache.hit_count -
requestCacheMissCount
request cache miss countsAPI name:
request_cache.miss_count -
flushTotal
number of flushesAPI name:
flush.total -
flushTotalTime
time spent in flushAPI name:
flush.total_time -
getCurrent
number of current get opsAPI name:
get.current -
getTime
time spent in getAPI name:
get.time -
getTotal
number of get opsAPI name:
get.total -
getExistsTime
time spent in successful getsAPI name:
get.exists_time -
getExistsTotal
number of successful getsAPI name:
get.exists_total -
getMissingTime
time spent in failed getsAPI name:
get.missing_time -
getMissingTotal
number of failed getsAPI name:
get.missing_total -
indexingDeleteCurrent
number of current deletionsAPI name:
indexing.delete_current -
indexingDeleteTime
time spent in deletionsAPI name:
indexing.delete_time -
indexingDeleteTotal
number of delete opsAPI name:
indexing.delete_total -
indexingIndexCurrent
number of current indexing opsAPI name:
indexing.index_current -
indexingIndexTime
time spent in indexingAPI name:
indexing.index_time -
indexingIndexTotal
number of indexing opsAPI name:
indexing.index_total -
indexingIndexFailed
number of failed indexing opsAPI name:
indexing.index_failed -
mergesCurrent
number of current mergesAPI name:
merges.current -
mergesCurrentDocs
number of current merging docsAPI name:
merges.current_docs -
mergesCurrentSize
size of current mergesAPI name:
merges.current_size -
mergesTotal
number of completed merge opsAPI name:
merges.total -
mergesTotalDocs
docs mergedAPI name:
merges.total_docs -
mergesTotalSize
size mergedAPI name:
merges.total_size -
mergesTotalTime
time spent in mergesAPI name:
merges.total_time -
refreshTotal
total refreshesAPI name:
refresh.total -
refreshTime
time spent in refreshesAPI name:
refresh.time -
refreshExternalTotal
total external refreshesAPI name:
refresh.external_total -
refreshExternalTime
time spent in external refreshesAPI name:
refresh.external_time -
refreshListeners
number of pending refresh listenersAPI name:
refresh.listeners -
scriptCompilations
script compilationsAPI name:
script.compilations -
scriptCacheEvictions
script cache evictionsAPI name:
script.cache_evictions -
scriptCompilationLimitTriggered
script cache compilation limit triggeredAPI name:
script.compilation_limit_triggered -
searchFetchCurrent
current fetch phase opsAPI name:
search.fetch_current -
searchFetchTime
time spent in fetch phaseAPI name:
search.fetch_time -
searchFetchTotal
total fetch opsAPI name:
search.fetch_total -
searchOpenContexts
open search contextsAPI name:
search.open_contexts -
searchQueryCurrent
current query phase opsAPI name:
search.query_current -
searchQueryTime
time spent in query phaseAPI name:
search.query_time -
searchQueryTotal
total query phase opsAPI name:
search.query_total -
searchScrollCurrent
open scroll contextsAPI name:
search.scroll_current -
searchScrollTime
time scroll contexts held openAPI name:
search.scroll_time -
searchScrollTotal
completed scroll contextsAPI name:
search.scroll_total -
segmentsCount
number of segmentsAPI name:
segments.count -
segmentsMemory
memory used by segmentsAPI name:
segments.memory -
segmentsIndexWriterMemory
memory used by index writerAPI name:
segments.index_writer_memory -
segmentsVersionMapMemory
memory used by version mapAPI name:
segments.version_map_memory -
segmentsFixedBitsetMemory
memory used by fixed bit sets for nested object field types and export type filters for types referred in _parent fieldsAPI name:
segments.fixed_bitset_memory -
suggestCurrent
number of current suggest opsAPI name:
suggest.current -
suggestTime
time spend in suggestAPI name:
suggest.time -
suggestTotal
number of suggest opsAPI name:
suggest.total -
bulkTotalOperations
number of bulk shard opsAPI name:
bulk.total_operations -
bulkTotalTime
time spend in shard bulkAPI name:
bulk.total_time -
bulkTotalSizeInBytes
total size in bytes of shard bulkAPI name:
bulk.total_size_in_bytes -
bulkAvgTime
average time spend in shard bulkAPI name:
bulk.avg_time -
bulkAvgSizeInBytes
average size in bytes of shard bulkAPI name:
bulk.avg_size_in_bytes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupNodesRecordDeserializer
-