Class SegmentsRecord
java.lang.Object
co.elastic.clients.elasticsearch.cat.segments.SegmentsRecord
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SegmentsRecord>Json deserializer forSegmentsRecord -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringis segment committedfinal Stringcompound()is segment compoundfinal Stringnumber of docs in segmentfinal Stringnumber of deleted docs in segmentfinal Stringsegment generationfinal Stringid()unique id of node where it livesfinal Stringindex()index namefinal Stringip()ip of node where it livesstatic SegmentsRecordfinal Stringprirep()primary or replicafinal Stringis segment searchedfinal Stringsegment()segment namevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Stringshard()shard namefinal Stringsize()segment size in bytesfinal Stringsegment memory in bytestoString()final Stringversion()version
-
Field Details
-
_DESERIALIZER
Json deserializer forSegmentsRecord
-
-
Method Details
-
of
-
index
index nameAPI name:
index -
shard
shard nameAPI name:
shard -
prirep
primary or replicaAPI name:
prirep -
ip
ip of node where it livesAPI name:
ip -
id
unique id of node where it livesAPI name:
id -
segment
segment nameAPI name:
segment -
generation
segment generationAPI name:
generation -
docsCount
number of docs in segmentAPI name:
docs.count -
docsDeleted
number of deleted docs in segmentAPI name:
docs.deleted -
size
segment size in bytesAPI name:
size -
sizeMemory
segment memory in bytesAPI name:
size.memory -
committed
is segment committedAPI name:
committed -
searchable
is segment searchedAPI name:
searchable -
version
versionAPI name:
version -
compound
is segment compoundAPI name:
compound -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSegmentsRecordDeserializer
protected static void setupSegmentsRecordDeserializer(ObjectDeserializer<SegmentsRecord.Builder> op)
-