Class ReadOnlyUrlRepositorySettings
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.RepositorySettingsBase
co.elastic.clients.elasticsearch.snapshot.ReadOnlyUrlRepositorySettings
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch.snapshot.RepositorySettingsBase
RepositorySettingsBase.AbstractBuilder<BuilderT extends RepositorySettingsBase.AbstractBuilder<BuilderT>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ReadOnlyUrlRepositorySettings>
Json deserializer forReadOnlyUrlRepositorySettings
-
Method Summary
Modifier and TypeMethodDescriptionfinal Integer
API name:http_max_retries
final Time
API name:http_socket_timeout
final Integer
API name:max_number_of_snapshots
protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
setupReadOnlyUrlRepositorySettingsDeserializer
(ObjectDeserializer<ReadOnlyUrlRepositorySettings.Builder> op) final String
url()
Required - API name:url
Methods inherited from class co.elastic.clients.elasticsearch.snapshot.RepositorySettingsBase
chunkSize, compress, maxRestoreBytesPerSec, maxSnapshotBytesPerSec, serialize, setupRepositorySettingsBaseDeserializer, toString
-
Field Details
-
_DESERIALIZER
Json deserializer forReadOnlyUrlRepositorySettings
-
-
Method Details
-
of
-
httpMaxRetries
API name:http_max_retries
-
httpSocketTimeout
API name:http_socket_timeout
-
maxNumberOfSnapshots
API name:max_number_of_snapshots
-
url
Required - API name:url
-
serializeInternal
- Overrides:
serializeInternal
in classRepositorySettingsBase
-
setupReadOnlyUrlRepositorySettingsDeserializer
protected static void setupReadOnlyUrlRepositorySettingsDeserializer(ObjectDeserializer<ReadOnlyUrlRepositorySettings.Builder> op)
-