Class ShardStoreException
- java.lang.Object
-
- org.opensearch.client.opensearch.indices.shard_stores.ShardStoreException
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ShardStoreException extends java.lang.Object implements JsonpSerializable
-
-
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 forShardStoreException
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ShardStoreExceptionof(java.util.function.Function<ShardStoreException.Builder,ObjectBuilder<ShardStoreException>> fn)java.lang.Stringreason()Required - API name:reasonvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupShardStoreExceptionDeserializer(ObjectDeserializer<ShardStoreException.Builder> op)java.lang.Stringtype()Required - API name:type
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<ShardStoreException> _DESERIALIZER
Json deserializer forShardStoreException
-
-
Method Detail
-
of
public static ShardStoreException of(java.util.function.Function<ShardStoreException.Builder,ObjectBuilder<ShardStoreException>> fn)
-
reason
public final java.lang.String reason()
Required - API name:reason
-
type
public final java.lang.String type()
Required - API name:type
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupShardStoreExceptionDeserializer
protected static void setupShardStoreExceptionDeserializer(ObjectDeserializer<ShardStoreException.Builder> op)
-
-