org.akubraproject.www
Class WWWStore
java.lang.Object
org.akubraproject.impl.AbstractBlobStore
org.akubraproject.www.WWWStore
- All Implemented Interfaces:
- org.akubraproject.BlobStore
public class WWWStore
- extends org.akubraproject.impl.AbstractBlobStore
A store that represents the World Wide Web. Blob ids are URLs. As expected, the store is
non-transactional. Also the iterator or deletion or rename are all meaningless operations.
- Author:
- Pradeep Krishnan
| Fields inherited from class org.akubraproject.impl.AbstractBlobStore |
id |
| Methods inherited from class org.akubraproject.impl.AbstractBlobStore |
getId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WWWStore
public WWWStore(URI id)
- Creates a new WWWStore object.
- Parameters:
id - an identifier for this store
WWWStore
public WWWStore(URI id,
Map<String,URLStreamHandler> handlers)
- Creates a new WWWStore object.
- Parameters:
id - an identifier for this storehandlers - the url stream-handlers (keyed by uri scheme) to use; if a handler is not
found then the java default one is used. May be null.
openConnection
public org.akubraproject.BlobStoreConnection openConnection(Transaction tx,
Map<String,String> hints)
throws UnsupportedOperationException,
IOException
- Throws:
UnsupportedOperationException
IOException
Copyright © 2009-2012 DuraSpace. All Rights Reserved.