Uses of Class
org.egothor.repository.DatabaseStorageException

Packages that use DatabaseStorageException
org.egothor.apps This package contains EGOTHOR applications. 
org.egothor.repository   
 

Uses of DatabaseStorageException in org.egothor.apps
 

Methods in org.egothor.apps that throw DatabaseStorageException
static void URIRepositoryConsole.main(java.lang.String[] args)
           
 

Uses of DatabaseStorageException in org.egothor.repository
 

Methods in org.egothor.repository that throw DatabaseStorageException
 long BijectInt2StringAppender.append(java.net.URI uri)
          Returns the new identifier related to the URI, -id iff the URI already exists under the id in the base.
 long FastBlindAppender.append(java.net.URI uri)
          Returns id or -id of the URI.
 long URIRepositoryAppender.append(java.net.URI uri)
          Returns the new identifier related to the URI, -id iff the URI already exists under the id in the base.
 long WebStore.append(java.net.URI uri)
          Returns the new identifier related to the URI, -id iff the URI already exists under the id in the base.
 java.net.URI BijectInt2String.get(long id)
          Retrieves the URI of a given id, null when the id is not assigned yet.
 java.net.URI URIRepository.get(long id)
          Retrieves the URI of a given id, null when the id is not assigned yet.
 WebStore.Page WebStore.pageAt(long key, int revision)
          Retrieves a data block.
 long BijectInt2StringAppender.resolve(java.net.URI uri)
          Retrives long value (ID) assigned to the URI by some previous call of BijectInt2StringAppender.append(java.net.URI) method, -1 iff the URI is unknown to this base.
 long URIRepository.resolve(java.net.URI uri)
          Retrives long value (ID) assigned to the URI by some previous call of URIRepositoryAppender.append(java.net.URI) method, -1 iff the URI is unknown to this base.