|
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.AGVirtualRepository
public class AGVirtualRepository
Constructor Summary | |
---|---|
AGVirtualRepository(AGServer server,
String spec,
AGRepository wrapped)
|
Method Summary | |
---|---|
void |
close()
Calls Sesame method shutDown() . |
static String |
federatedSpec(String[] repoSpecs)
|
static String |
filteredSpec(AGAbstractRepository repo,
Resource[] contexts)
|
static String |
filteredSpec(String repoSpec,
String[] graphs)
|
AGCatalog |
getCatalog()
|
AGRepositoryConnection |
getConnection()
|
File |
getDataDir()
Deprecated. not applicable to AllegroGraph |
AGServer |
getServer()
|
String |
getSpec()
|
AGValueFactory |
getValueFactory()
|
void |
initialize()
Required by OpenRDF/Sesame, a repository must be initialized before use. |
boolean |
isWritable()
|
static String |
reasoningSpec(String repoSpec,
String reasoner)
|
static String |
reasoningSpec(String repoSpec,
String reasoner,
Resource inferredGraph)
|
void |
setDataDir(File dataDir)
Deprecated. not applicable to AllegroGraph |
void |
shutDown()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AGVirtualRepository(AGServer server, String spec, AGRepository wrapped)
Method Detail |
---|
public AGServer getServer()
public AGCatalog getCatalog()
getCatalog
in interface AGAbstractRepository
public String getSpec()
getSpec
in interface AGAbstractRepository
public boolean isWritable()
isWritable
in interface Repository
public AGValueFactory getValueFactory()
getValueFactory
in interface AGAbstractRepository
getValueFactory
in interface Repository
public AGRepositoryConnection getConnection() throws RepositoryException
getConnection
in interface AGAbstractRepository
getConnection
in interface Repository
RepositoryException
public void close() throws RepositoryException
shutDown()
.
close
in interface Closeable
RepositoryException
Closeable.close()
public void initialize()
initialize
in interface Repository
public void shutDown() throws RepositoryException
shutDown
in interface Repository
RepositoryException
public void setDataDir(File dataDir)
setDataDir
in interface Repository
UnsupportedOperationException
public File getDataDir()
getDataDir
in interface Repository
UnsupportedOperationException
public static String federatedSpec(String[] repoSpecs)
public static String reasoningSpec(String repoSpec, String reasoner)
public static String reasoningSpec(String repoSpec, String reasoner, Resource inferredGraph)
public static String filteredSpec(AGAbstractRepository repo, Resource[] contexts)
public static String filteredSpec(String repoSpec, String[] graphs)
|
Copyright © 2008-2011 Franz Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |