Class IndexDetails
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.IndexDetails
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class IndexDetails extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexDetails.BuilderBuilder forIndexDetails. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndexDetails>_DESERIALIZERJson deserializer forIndexDetails -
Method Summary
Modifier and Type Method Description longmaxSegmentsPerShard()Required - API name:max_segments_per_shardstatic IndexDetailsof(java.util.function.Function<IndexDetails.Builder,ObjectBuilder<IndexDetails>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupIndexDetailsDeserializer(ObjectDeserializer<IndexDetails.Builder> op)intshardCount()Required - API name:shard_countjava.lang.Stringsize()API name:sizelongsizeInBytes()Required - API name:size_in_bytesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexDetails
-
-
Method Details
-
of
public static IndexDetails of(java.util.function.Function<IndexDetails.Builder,ObjectBuilder<IndexDetails>> fn) -
shardCount
public final int shardCount()Required - API name:shard_count -
size
@Nullable public final java.lang.String size()API name:size -
sizeInBytes
public final long sizeInBytes()Required - API name:size_in_bytes -
maxSegmentsPerShard
public final long maxSegmentsPerShard()Required - API name:max_segments_per_shard -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupIndexDetailsDeserializer
-