OpenSearch/test/framework
Tanguy Leroux 9531b7bbcb
Add BlobContainer.writeBlobAtomic() (#30902)
This commit adds a new writeBlobAtomic() method to the BlobContainer
interface that can be implemented by repository implementations which
support atomic writes operations.

When the BlobContainer implementation does not provide a specific 
implementation of writeBlobAtomic(), then the writeBlob() method is used.

Related to #30680
2018-06-05 13:00:43 +02:00
..
src Add BlobContainer.writeBlobAtomic() (#30902) 2018-06-05 13:00:43 +02:00
build.gradle Generalize BWC logic (#28505) 2018-02-09 14:55:10 -06:00