Class AllocationStore
java.lang.Object
org.opensearch.client.opensearch.cluster.allocation_explain.AllocationStore
- All Implemented Interfaces:
ToJsonp
public final class AllocationStore extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAllocationStore.BuilderBuilder forAllocationStore. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<AllocationStore>DESERIALIZERJson deserializer for AllocationStore -
Constructor Summary
Constructors Modifier Constructor Description protectedAllocationStore(AllocationStore.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.StringallocationId()API name:allocation_idjava.lang.Booleanfound()API name:foundjava.lang.BooleaninSync()API name:in_syncjava.lang.NumbermatchingSizeInBytes()API name:matching_size_in_bytesjava.lang.BooleanmatchingSyncId()API name:matching_sync_idprotected static voidsetupAllocationStoreDeserializer(DelegatingDeserializer<AllocationStore.Builder> op)java.lang.StringstoreException()API name:store_exceptionvoidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for AllocationStore
-
-
Constructor Details
-
Method Details
-
allocationId
public java.lang.String allocationId()API name:allocation_id -
found
public java.lang.Boolean found()API name:found -
inSync
public java.lang.Boolean inSync()API name:in_sync -
matchingSizeInBytes
public java.lang.Number matchingSizeInBytes()API name:matching_size_in_bytes -
matchingSyncId
public java.lang.Boolean matchingSyncId()API name:matching_sync_id -
storeException
public java.lang.String storeException()API name:store_exception -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupAllocationStoreDeserializer
protected static void setupAllocationStoreDeserializer(DelegatingDeserializer<AllocationStore.Builder> op)
-