Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- callStoredProc(String, String, Object...) - Method in class com.franz.agraph.http.AGHttpRepoClient
-
Deprecated.The stored proc feature and API are experimental, and subject to change in a future release.
- callStoredProc(String, String, Object...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Deprecated.The stored proc feature and API are experimental, and subject to change in a future release.
- callStoredProcEncoded(String, String, String) - Method in class com.franz.agraph.http.AGHttpRepoClient
-
Deprecated.The stored proc feature and API are experimental, and subject to change in a future release.
- CARTESIAN - Static variable in class com.franz.agraph.http.AGProtocol
-
Relative location of the Geo Types Cartesian service.
- catalog - Enum constant in enum class com.franz.agraph.pool.AGConnProp
-
Catalog name - "/" or no value for
AGServer.getRootCatalog()
. - catalog - Variable in class com.franz.agraph.pool.AGConnConfig
- CATALOGID - Static variable in class com.franz.agraph.repository.config.AGRepositorySchema
-
http://franz.com/agraph/repository/config#catalogId
- CATALOGS - Static variable in class com.franz.agraph.http.AGProtocol
-
Relative location of the catalogs service.
- changeUserPassword(String, String) - Method in class com.franz.agraph.repository.AGServer
-
Change the password for USER to PASSWORD
- CHECK_VARIABLES - Static variable in class com.franz.agraph.http.AGProtocol
-
A boolean that defaults to false, indicating whether an error should be raised when a SPARQL query selects variables that are not mentioned in the query body.
- CIRCLE - Static variable in class com.franz.agraph.http.AGProtocol
-
Relative location of the Geo Circle service.
- clear() - Method in class com.franz.agraph.jena.AGGraph
- clear() - Method in class com.franz.agraph.pool.AGConnPool
- clear(Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Removes all statement(s) within the specified contexts.
- clearAttributes() - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Deletes all attribute definitions from the repository.
- clearMappings() - Method in class com.franz.agraph.http.AGHttpRepoClient
- clearMappings() - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Deletes all user-defined predicate and datatype mappings for this connection, and reestablishes the automatic mappings for primitive datatypes.
- clearMappings(boolean) - Method in class com.franz.agraph.http.AGHttpRepoClient
- clearMappings(boolean) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Deletes all predicate and user-defined datatype mappings for this connection.
- clearNamespaces() - Method in class com.franz.agraph.http.AGHttpRepoClient
- clearNamespaces() - Method in class com.franz.agraph.repository.AGRepositoryConnection
- clearNsPrefixMap() - Method in class com.franz.agraph.jena.AGPrefixMapping
- close() - Method in class com.franz.agraph.http.AGHTTPClient
- close() - Method in class com.franz.agraph.http.AGHttpRepoClient
- close() - Method in class com.franz.agraph.jena.AGGraphMaker
- close() - Method in class com.franz.agraph.jena.AGInfGraph
- close() - Method in class com.franz.agraph.jena.AGNodeIterator
- close() - Method in class com.franz.agraph.jena.AGQueryExecution
- close() - Method in class com.franz.agraph.jena.AGReifier
- close() - Method in class com.franz.agraph.jena.AGResultSet
- close() - Method in class com.franz.agraph.jena.AGTripleIterator
- close() - Method in class com.franz.agraph.jena.AGTripleIteratorGQ
- close() - Method in class com.franz.agraph.pool.AGConnPool
- close() - Method in class com.franz.agraph.repository.AGRepository
-
Calls Sesame method
AbstractRepository.shutDown()
. - close() - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Closes the session if there is one started.
- close() - Method in class com.franz.agraph.repository.AGServer
-
Close the HTTP connection resources to the AllegroGraph server.
- close() - Method in class com.franz.agraph.repository.AGVirtualRepository
-
Calls Sesame method
AbstractRepository.shutDown()
. - close() - Method in class com.franz.agraph.repository.UserAttributesContext
-
restore, via conn.setUserAttributes() the user attributes that were defined on the AGRepositoryConnection object passed to the constructor of this instance.
- close() - Method in class com.franz.util.Closer
-
Closes all resources registered with
Closer.closeLater(AutoCloseable)
. - close() - Method in interface com.franz.util.Ctx
- close(CloseableType) - Method in class com.franz.util.Closer
-
Close an object immediately, will not be closed "later".
- close(Collection<? extends AutoCloseable>) - Method in class com.franz.util.Closer
-
Close given objects immediately, will not be closed "later".
- CLOSE - Static variable in class com.franz.agraph.http.AGProtocol
-
Relative location of session close.
- closeLater(Obj) - Method in class com.franz.util.Closer
-
Add a resource to be closed with
Closer.close()
. - Closer - Class in com.franz.util
-
Use this class to collect objects that should be closed at a later time.
- Closer() - Constructor for class com.franz.util.Closer
- com.franz.agraph.http - package com.franz.agraph.http
-
AllegroGraph Java client HTTP layer for the AllegroGraph HTTP Protocol, used by
com.franz.agraph.repository
andcom.franz.agraph.jena
. - com.franz.agraph.http.exception - package com.franz.agraph.http.exception
-
AllegroGraph Java client HTTP layer exceptions for the AllegroGraph HTTP Protocol in support of
com.franz.agraph.http
. - com.franz.agraph.http.handler - package com.franz.agraph.http.handler
-
AllegroGraph Java client HTTP layer response handlers for the AllegroGraph HTTP Protocol in support of
com.franz.agraph.http
. - com.franz.agraph.http.storedproc - package com.franz.agraph.http.storedproc
-
AllegroGraph client stored procedure support code for the AllegroGraph HTTP Protocol in support of
com.franz.agraph.http
. - com.franz.agraph.jena - package com.franz.agraph.jena
-
Implementation of the Jena RDF API with extensions for AllegroGraph features.
- com.franz.agraph.pool - package com.franz.agraph.pool
-
Connection pool implementation for AllegroGraph.
- com.franz.agraph.repository - package com.franz.agraph.repository
-
Implementation of the RDF4J API with extensions for AllegroGraph features.
- com.franz.agraph.repository.config - package com.franz.agraph.repository.config
-
Repository creation and configuration for AllegroGraph.
- com.franz.agraph.repository.repl - package com.franz.agraph.repository.repl
-
Classes related to multi-master replication settings.
- com.franz.util - package com.franz.util
-
Various utility classes.
- commit() - Method in class com.franz.agraph.http.AGHttpRepoClient
- commit() - Method in class com.franz.agraph.jena.AGTransactionHandler
- commit() - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Commit the current transaction.
- commit(AGHttpRepoClient.CommitPhase, Xid) - Method in class com.franz.agraph.http.AGHttpRepoClient
-
Prepares or finalizes a previous prepared commit depending on the value of phase.
- commit(TransactionSettings) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Commit the current transaction.
- commit(Xid) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Finalize a previously prepared two phase commit (2PC).
- commit(Xid, boolean) - Method in class com.franz.agraph.repository.AGXAResource
- COMMIT - Enum constant in enum class com.franz.agraph.http.AGHttpRepoClient.CommitPhase
- COMMIT - Static variable in class com.franz.agraph.http.AGProtocol
-
Relative location of the commit service.
- COMMIT_PHASE - Static variable in class com.franz.agraph.http.AGProtocol
-
Parameter name for the 'phase' parameter for the commit service.
- COMMIT_SUCCESSFUL - Enum constant in enum class com.franz.agraph.repository.AGTransactionState
-
State after
AGRepositoryConnection.commit()
has completed - compare(int[], int[]) - Static method in class com.franz.util.Util
-
Compares two array lexicographically.
- compareTo(AGServerVersion) - Method in class com.franz.agraph.repository.AGServerVersion
-
Performs a lexicographic comparison with another version number.
- conn - Variable in class com.franz.agraph.repository.UserAttributesContext
- contains(String) - Method in class com.franz.agraph.jena.AGQuerySolution
- count() - Method in class com.franz.agraph.repository.AGGraphQuery
-
Evaluates the query and returns only the number of results to the client (counting is done on the server, the results are not returned).
- count() - Method in class com.franz.agraph.repository.AGTupleQuery
-
Evaluates the query and returns only the number of results to the client (counting is done on the server, the results are not returned).
- countConstruct() - Method in class com.franz.agraph.jena.AGQueryExecution
- countSelect() - Method in class com.franz.agraph.jena.AGQueryExecution
- create() - Method in class com.franz.agraph.pool.AGConnFactory
- create() - Static method in class com.franz.agraph.repository.WarmupConfig
-
Creates a fresh config with default values.
- create(AGQuery, AGModel) - Static method in class com.franz.agraph.jena.AGQueryExecutionFactory
- create(AGQuery, AGModel, QuerySolution) - Static method in class com.franz.agraph.jena.AGQueryExecutionFactory
- create(Object...) - Static method in class com.franz.agraph.pool.AGConnPool
-
Create a pool from configuration properties.
- create(String) - Static method in class com.franz.agraph.jena.AGQueryFactory
- create(Map<AGConnProp, String>, Map<AGPoolProp, String>) - Static method in class com.franz.agraph.pool.AGConnPool
-
Create a pool from configuration properties.
- create(PooledObjectFactory<AGRepositoryConnection>, AGPoolConfig) - Static method in class com.franz.agraph.pool.AGConnPool
-
Creates a pool using a custom connection factory.
- create(QueryLanguage, String) - Static method in class com.franz.agraph.jena.AGQueryFactory
- createBNode() - Method in class com.franz.agraph.repository.AGValueFactory
-
Returns a new blank node.
- createBNode(String) - Method in class com.franz.agraph.repository.AGValueFactory
-
Returns a new blank node with the given id.
- createCatalog(String) - Method in class com.franz.agraph.repository.AGServer
-
Returns an AGCatalog instance for the given catalogID.
- createFreetextIndex(String, AGFreetextIndexConfig) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Creates a freetext index with the given name and configuration.
- createFreetextIndex(String, List<String>, boolean, List<String>, String, List<String>, int, List<String>, List<String>, List<String>, List<String>, String) - Method in class com.franz.agraph.http.AGHttpRepoClient
-
Creates a new freetext index with the given parameters.
- createFreetextIndex(String, IRI[]) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Deprecated.
- createGraph() - Method in class com.franz.agraph.jena.AGGraphMaker
- createGraph(String) - Method in class com.franz.agraph.jena.AGGraphMaker
- createGraph(String, boolean) - Method in class com.franz.agraph.jena.AGGraphMaker
- createRepository(String) - Method in class com.franz.agraph.repository.AGCatalog
-
Returns an
uninitialized
AGRepository instance for the givenrepository id
. - createRepository(String) - Method in class com.franz.agraph.repository.AGServer
-
Creates or opens a repository in the root catalog.
- createRepository(String, boolean) - Method in class com.franz.agraph.repository.AGCatalog
-
Returns an
uninitialized
AGRepository instance for the givenrepository id
. - createRepository(String, AGCatalog, boolean) - Method in class com.franz.agraph.repository.AGServer
-
Creates or opens a repository in the specified catalog.
- createRepository(String, String) - Method in class com.franz.agraph.repository.AGServer
-
Creates or opens a repository in the specified catalog.
- createRepository(String, String, boolean) - Method in class com.franz.agraph.repository.AGServer
-
Creates or opens a repository in the specified catalog.
- createRepository(String, String, String, String, String) - Static method in class com.franz.agraph.repository.AGServer
-
Creates or opens a repository in the specified catalog.
- createRepositoryConnection(String, AGCatalog, boolean) - Method in class com.franz.agraph.repository.AGServer
-
Creates or opens a repository in the specified catalog.
- createRepositoryConnection(String, String, boolean) - Method in class com.franz.agraph.repository.AGServer
-
Creates or opens a repository in the specified catalog.
- createRepositoryConnection(String, String, String, String, String) - Static method in class com.franz.agraph.repository.AGServer
-
Creates or opens a repository in the specified catalog.
- createRepositoryResult(Iterable<? extends E>) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Creates a RepositoryResult for the supplied element set.
- createResource() - Method in class com.franz.agraph.jena.AGModel
-
Returns a new blank node with an AG-allocated id.
- createResource(AnonId) - Method in class com.franz.agraph.jena.AGModel
-
Returns a new blank node with the given (a.k.a "external") id.
- createStatement(Resource, Property, RDFNode) - Method in class com.franz.agraph.jena.AGModel
- createStreamer(TupleQueryResultFormat, AGValueFactory) - Static method in class com.franz.agraph.http.handler.AGTQRStreamer
- createUnion(AGGraph...) - Method in class com.franz.agraph.jena.AGGraphMaker
-
Returns a graph that is the union of specified graphs.
- Ctx - Interface in com.franz.util
-
A closeable that doesn't throw any checked exceptions on close.
- CUSTOM - Static variable in class com.franz.agraph.http.AGProtocol
-
Relative location of the custom stored proc service.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form