| Modifier and Type | Method and Description |
|---|---|
static BlobStoreFactory |
newInstance() |
BlobStore |
openBlobStore(File dir)
Create or retrieve a BlobStore at this directory.
|
BlobStore |
openBlobStore(String url)
Create or retrieve a BlobStore at this location.
|
BlobStore |
openBlobStore(String url,
Map<String,String> parameters)
Create or retrieve a BlobStore at this location.
|
public static BlobStoreFactory newInstance()
public BlobStore openBlobStore(String url, Map<String,String> parameters) throws IOException
IllegalArgumentException - if no blob store provider for this url could be
found.IOExceptionpublic BlobStore openBlobStore(String url) throws IOException
IOExceptionpublic BlobStore openBlobStore(File dir) throws IOException
IOExceptionCopyright © 2016 Chair of Distributed Information Systems - University of Passau. All rights reserved.