|
Franz Inc, AllegroGraph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.franz.agraph.repository.AGRepository
public class AGRepository
Implements the Sesame Repository interface for AllegroGraph, representing
triple-stores
on the server.
In AllegroGraph, a AGCatalog
contains multiple repositories.
With the Sesame API, most data operations on a repository are done through
the AGRepositoryConnection
returned by getConnection()
.
Constructor Summary | |
---|---|
AGRepository(AGCatalog catalog,
String repositoryID)
Creates an AGRepository instance for a repository having the given repository id in the given catalog. |
Method Summary | |
---|---|
void |
close()
Calls Sesame method shutDown() . |
void |
ensureDBIdle()
Waits until background db processes have gone idle. |
void |
forceCheckpoint()
Forces a checkpoint for this repository. |
AGCatalog |
getCatalog()
Gets the catalog to which this repository belongs. |
String |
getCatalogPrefixedRepositoryID()
|
AGRepositoryConnection |
getConnection()
Create a connection to the repository. |
File |
getDataDir()
Deprecated. not applicable to AllegroGraph |
String |
getDeleteDuplicatesMode()
Returns the repository's deleteDuplicates mode. |
com.franz.agraph.http.AGHTTPClient |
getHTTPClient()
The http connection to AllegroGraph server. |
String |
getRepositoryID()
Gets the repository id for this repository. |
String |
getRepositoryURL()
The AllegroGraph URL of this repository. |
String |
getSpec()
|
AGValueFactory |
getValueFactory()
|
void |
initialize()
Required by OpenRDF/Sesame, a repository must be initialized before use. |
boolean |
isBulkMode()
Returns the repository's bulkMode setting. |
boolean |
isWritable()
Returns true iff this repository is writable. |
void |
setBulkMode(boolean bulkMode)
Sets the repository's bulkMode (defaults to false). |
void |
setDataDir(File dataDir)
Deprecated. not applicable to AllegroGraph |
void |
setDeleteDuplicatesMode(String mode)
Sets the repository's deleteDuplicates mode (defaults to "false"). |
void |
shutDown()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AGRepository(AGCatalog catalog, String repositoryID)
Preferred access is from AGCatalog
methods
such as AGCatalog.createRepository(String, boolean)
or AGCatalog.openRepository(String)
.
Method Detail |
---|
public AGCatalog getCatalog()
getCatalog
in interface AGAbstractRepository
public String getRepositoryID()
public String getCatalogPrefixedRepositoryID()
public String getRepositoryURL()
public AGValueFactory getValueFactory()
getValueFactory
in interface AGAbstractRepository
getValueFactory
in interface Repository
public com.franz.agraph.http.AGHTTPClient getHTTPClient()
public void initialize() throws RepositoryException
initialize
in interface Repository
RepositoryException
public AGRepositoryConnection getConnection() throws RepositoryException
getConnection
in interface AGAbstractRepository
getConnection
in interface Repository
RepositoryException
public boolean isWritable() throws RepositoryException
isWritable
in interface Repository
RepositoryException
public String getSpec()
getSpec
in interface AGAbstractRepository
public File getDataDir()
getDataDir
in interface Repository
public void setDataDir(File dataDir)
setDataDir
in interface Repository
public void shutDown() throws RepositoryException
shutDown
in interface Repository
RepositoryException
public void close() throws RepositoryException
shutDown()
.
close
in interface Closeable
RepositoryException
Closeable.close()
public void setBulkMode(boolean bulkMode) throws RepositoryException
RepositoryException
isBulkMode()
public boolean isBulkMode() throws RepositoryException
RepositoryException
setBulkMode(boolean)
public void setDeleteDuplicatesMode(String mode) throws RepositoryException
mode
- a String indicating the mode.
RepositoryException
getDeleteDuplicatesMode()
public String getDeleteDuplicatesMode() throws RepositoryException
RepositoryException
setDeleteDuplicatesMode(String)
public void forceCheckpoint() throws RepositoryException
RepositoryException
public void ensureDBIdle() throws RepositoryException
RepositoryException
|
Copyright © 2008-2011 Franz Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |