Class ShardStoreException
java.lang.Object
org.opensearch.client.opensearch.indices.shard_stores.ShardStoreException
- All Implemented Interfaces:
ToJsonp
public final class ShardStoreException extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShardStoreException.BuilderBuilder forShardStoreException. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ShardStoreException>DESERIALIZERJson deserializer for ShardStoreException -
Constructor Summary
Constructors Modifier Constructor Description protectedShardStoreException(ShardStoreException.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.Stringreason()API name:reasonprotected static voidsetupShardStoreExceptionDeserializer(DelegatingDeserializer<ShardStoreException.Builder> op)voidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)java.lang.Stringtype()API name:type
-
Field Details
-
DESERIALIZER
Json deserializer for ShardStoreException
-
-
Constructor Details
-
Method Details
-
reason
public java.lang.String reason()API name:reason -
type
public java.lang.String type()API name:type -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupShardStoreExceptionDeserializer
protected static void setupShardStoreExceptionDeserializer(DelegatingDeserializer<ShardStoreException.Builder> op)
-