mirror of https://github.com/apache/jclouds.git
Remove deprecation from getConsistencyModel
This method informs callers of the expected blobstore behavior, avoiding unnecessary work for providers which support strict consistency (Azure, mock blobstores).
This commit is contained in:
parent
64ecd497c1
commit
7f28dcef07
|
@ -57,11 +57,8 @@ public interface BlobStoreContext extends Closeable, View {
|
|||
BlobStore getBlobStore();
|
||||
|
||||
/**
|
||||
*
|
||||
* @return best guess at the consistency model used in this BlobStore.
|
||||
* @deprecated will be removed in jclouds 1.7, as almost never correct.
|
||||
*/
|
||||
@Deprecated
|
||||
ConsistencyModel getConsistencyModel();
|
||||
|
||||
Utils utils();
|
||||
|
|
Loading…
Reference in New Issue