Class ShardPath
java.lang.Object
co.elastic.clients.elasticsearch.indices.stats.ShardPath
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ShardPath>Json deserializer forShardPath -
Method Summary
Modifier and TypeMethodDescriptionfinal StringdataPath()Required - API name:data_pathfinal booleanRequired - API name:is_custom_data_pathstatic ShardPathvoidserialize(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:state_pathtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forShardPath
-
-
Method Details
-
of
-
dataPath
Required - API name:data_path -
isCustomDataPath
public final boolean isCustomDataPath()Required - API name:is_custom_data_path -
statePath
Required - API name:state_path -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupShardPathDeserializer
-