Class AllocationStore
java.lang.Object
co.elastic.clients.elasticsearch.cluster.allocation_explain.AllocationStore
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<AllocationStore>Json deserializer forAllocationStore -
Method Summary
Modifier and TypeMethodDescriptionfinal StringRequired - API name:allocation_idfinal booleanfound()Required - API name:foundfinal booleaninSync()Required - API name:in_syncfinal longRequired - API name:matching_size_in_bytesfinal booleanRequired - API name:matching_sync_idstatic AllocationStorevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal StringRequired - API name:store_exceptiontoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forAllocationStore
-
-
Method Details
-
of
public static AllocationStore of(Function<AllocationStore.Builder, ObjectBuilder<AllocationStore>> fn) -
allocationId
Required - API name:allocation_id -
found
public final boolean found()Required - API name:found -
inSync
public final boolean inSync()Required - API name:in_sync -
matchingSizeInBytes
public final long matchingSizeInBytes()Required - API name:matching_size_in_bytes -
matchingSyncId
public final boolean matchingSyncId()Required - API name:matching_sync_id -
storeException
Required - API name:store_exception -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupAllocationStoreDeserializer
protected static void setupAllocationStoreDeserializer(ObjectDeserializer<AllocationStore.Builder> op)
-