Class RepositorySettings
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.RepositorySettings
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<RepositorySettings>Json deserializer forRepositorySettings -
Method Summary
Modifier and TypeMethodDescriptionfinal StringAPI name:chunk_sizefinal Booleancompress()API name:compressfinal StringAPI name:concurrent_streamsfinal Stringlocation()Required - API name:locationstatic RepositorySettingsfinal BooleanreadOnly()API name:read_onlyvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forRepositorySettings
-
-
Method Details
-
of
public static RepositorySettings of(Function<RepositorySettings.Builder, ObjectBuilder<RepositorySettings>> fn) -
chunkSize
API name:chunk_size -
compress
API name:compress -
concurrentStreams
API name:concurrent_streams -
location
Required - API name:location -
readOnly
API name:read_only -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupRepositorySettingsDeserializer
protected static void setupRepositorySettingsDeserializer(ObjectDeserializer<RepositorySettings.Builder> op)
-