Class AllocationStore
java.lang.Object
co.elastic.clients.elasticsearch.cluster.allocation_explain.AllocationStore
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<AllocationStore>
Json deserializer forAllocationStore
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
Required - API name:allocation_id
final boolean
found()
Required - API name:found
final boolean
inSync()
Required - API name:in_sync
final long
Required - API name:matching_size_in_bytes
final boolean
Required - API name:matching_sync_id
static AllocationStore
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
final String
Required - API name:store_exception
toString()
-
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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupAllocationStoreDeserializer
protected static void setupAllocationStoreDeserializer(ObjectDeserializer<AllocationStore.Builder> op)
-