Class ShardStore
java.lang.Object
co.elastic.clients.elasticsearch.indices.shard_stores.ShardStore
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ShardStore>Json deserializer forShardStore -
Method Summary
Modifier and TypeMethodDescriptionfinal ShardStoreAllocationRequired - API name:allocationfinal StringRequired - API name:allocation_idRequired - API name:attributesfinal Stringid()Required - API name:idfinal longRequired - API name:legacy_versionfinal Stringname()Required - API name:namestatic ShardStorevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal ShardStoreExceptionRequired - API name:store_exceptiontoString()final StringRequired - API name:transport_address
-
Field Details
-
_DESERIALIZER
Json deserializer forShardStore
-
-
Method Details
-
of
-
allocation
Required - API name:allocation -
allocationId
Required - API name:allocation_id -
attributes
Required - API name:attributes -
id
Required - API name:id -
legacyVersion
public final long legacyVersion()Required - API name:legacy_version -
name
Required - API name:name -
storeException
Required - API name:store_exception -
transportAddress
Required - API name:transport_address -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupShardStoreDeserializer
-