- callStoredProc(String, String, Object...) - Method in class com.franz.agraph.http.AGHttpRepoClient
-
- callStoredProc(String, String, Object...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
- callStoredProcEncoded(String, String, String) - Method in class com.franz.agraph.http.AGHttpRepoClient
-
- CARTESIAN - Static variable in class com.franz.agraph.http.AGProtocol
-
Relative location of the Geo Types Cartesian service.
- 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(boolean) - 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.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 - Static variable in class com.franz.agraph.http.AGProtocol
-
Relative location of session close.
- 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.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
-
- 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
-
- 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
-
- close(Collection<? extends AutoCloseable>) - Method in class com.franz.util.Closer
-
Close given objects immediately, will not be closed "later".
- close(CloseableType) - Method in class com.franz.util.Closer
-
Close an object immediately, will not be closed "later".
- close() - Method in interface com.franz.util.Ctx
-
- closeLater(Obj) - Method in class com.franz.util.Closer
-
Add a resource to be closed with
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
-
- com.franz.agraph.http.exception - package com.franz.agraph.http.exception
-
- com.franz.agraph.http.handler - package com.franz.agraph.http.handler
-
- com.franz.agraph.http.storedproc - package com.franz.agraph.http.storedproc
-
- com.franz.agraph.jena - package com.franz.agraph.jena
-
Implementation of the
Jena RDF API 2.11.1
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
-
- 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(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() - Method in class com.franz.agraph.http.AGHttpRepoClient
-
- COMMIT - Static variable in class com.franz.agraph.http.AGProtocol
-
Relative location of the commit service.
- commit() - Method in class com.franz.agraph.jena.AGTransactionHandler
-
- commit() - 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(TransactionSettings) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Commit the current transaction.
- commit(Xid, boolean) - Method in class com.franz.agraph.repository.AGXAResource
-
- COMMIT_PHASE - Static variable in class com.franz.agraph.http.AGProtocol
-
Parameter name for the 'phase' parameter for the commit service.
- 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(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(String) - Static method in class com.franz.agraph.jena.AGQueryFactory
-
- create(QueryLanguage, String) - Static method in class com.franz.agraph.jena.AGQueryFactory
-
- create() - Method in class com.franz.agraph.pool.AGConnFactory
-
- create(PooledObjectFactory<AGRepositoryConnection>, AGPoolConfig) - Static method in class com.franz.agraph.pool.AGConnPool
-
Creates a pool using a custom connection factory.
- create(Map<AGConnProp, String>, Map<AGPoolProp, String>) - Static method in class com.franz.agraph.pool.AGConnPool
-
Create a pool from configuration properties.
- create(Object...) - Static method in class com.franz.agraph.pool.AGConnPool
-
Create a pool from configuration properties.
- create() - Static method in class com.franz.agraph.repository.WarmupConfig
-
Creates a fresh config with default values.
- createBNode(String) - Method in class com.franz.agraph.repository.AGValueFactory
-
Returns a new blank node with the given id.
- createBNode() - Method in class com.franz.agraph.repository.AGValueFactory
-
Returns a new blank node.
- createCatalog(String) - Method in class com.franz.agraph.repository.AGServer
-
Returns an AGCatalog instance for the given catalogID.
- 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, AGFreetextIndexConfig) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Creates a freetext index with the given name and configuration.
- 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
-
- createReifiedStatement() - Method in class com.franz.agraph.jena.AGStatement
-
create a ReifiedStatement corresponding to this Statement
- createRepository(String) - Method in class com.franz.agraph.repository.AGCatalog
-
- createRepository(String, boolean) - Method in class com.franz.agraph.repository.AGCatalog
-
- createRepository(String, String, String, String, String) - Static method in class com.franz.agraph.repository.AGServer
-
Creates or opens a repository in the specified catalog.
- createRepository(String, AGCatalog, boolean) - 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) - Method in class com.franz.agraph.repository.AGServer
-
Creates or opens a repository in the specified catalog.
- createRepository(String) - Method in class com.franz.agraph.repository.AGServer
-
Creates or opens a repository in the root 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.
- 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.
- 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.