Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- RADIAN_PARAM_VALUE - Static variable in class com.franz.agraph.http.AGProtocol
-
Parameter value 'radian' for the 'unit' of a Geo type
- RADIUS_PARAM_NAME - Static variable in class com.franz.agraph.http.AGProtocol
-
Parameter name for the 'radius' of a circle
- RDFS_PLUS_PLUS - Static variable in class com.franz.agraph.jena.AGReasoner
-
The default reasoner for AllegroGraph
- RDFS_PLUS_PLUS - Static variable in class com.franz.agraph.repository.AGQuery
-
The default entailment regime to use when inferences are included.
- read(InputStream, String) - Method in class com.franz.agraph.jena.AGModel
- read(InputStream, String, String) - Method in class com.franz.agraph.jena.AGModel
- readLogFile() - Method in class com.franz.agraph.repository.AGServer
-
Retrieves the log file as a text stream.
- reasoningSpec(String, String) - Static method in class com.franz.agraph.repository.AGVirtualRepository
- reasoningSpec(String, String, Resource) - Static method in class com.franz.agraph.repository.AGVirtualRepository
- rebind() - Method in class com.franz.agraph.jena.AGInfGraph
- rebind() - Method in class com.franz.agraph.jena.AGInfModel
- rebind(Graph) - Method in class com.franz.agraph.jena.AGInfGraph
- RECONFIGURE - Static variable in class com.franz.agraph.http.AGProtocol
-
Relative location of the reconfigure service.
- recover(int) - Method in class com.franz.agraph.repository.AGXAResource
-
Obtains a list of prepared transaction branches from a resource manager.
- registerCartesianType(float, float, float, float, float) - Method in class com.franz.agraph.http.AGHttpRepoClient
- registerCartesianType(float, float, float, float, float) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Registers a cartesian geospatial subtype.
- registerDatatypeMapping(IRI, IRI) - Method in class com.franz.agraph.http.AGHttpRepoClient
- registerDatatypeMapping(IRI, IRI) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Registers a datatype mapping from the datatype to a primitive datatype.
- registerEncodableNamespace(String, String) - Method in class com.franz.agraph.http.AGHttpRepoClient
- registerEncodableNamespace(String, String) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Registers an encodable namespace having the specified format.
- registerEncodableNamespaces(Iterable<? extends AGFormattedNamespace>) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Registers multiple formatted namespaces in a single request.
- registerEncodableNamespaces(JSONArray) - Method in class com.franz.agraph.http.AGHttpRepoClient
- registerPolygon(String, List<String>) - Method in class com.franz.agraph.http.AGHttpRepoClient
- registerPolygon(IRI, List<Literal>) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Registers a polygon.
- registerPredicateMapping(IRI, IRI) - Method in class com.franz.agraph.http.AGHttpRepoClient
- registerPredicateMapping(IRI, IRI) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Registers a predicate mapping from the predicate to a primitive datatype.
- registerSNAGenerator(String, List<String>, List<String>, List<String>, String) - Method in class com.franz.agraph.http.AGHttpRepoClient
- registerSNAGenerator(String, List<IRI>, List<IRI>, List<IRI>, String) - Method in class com.franz.agraph.repository.AGRepositoryConnection
- registerSNANeighborMatrix(String, String, List<String>, int) - Method in class com.franz.agraph.http.AGHttpRepoClient
- registerSNANeighborMatrix(String, String, List<IRI>, int) - Method in class com.franz.agraph.repository.AGRepositoryConnection
- registerSphericalType(float, String) - Method in class com.franz.agraph.repository.AGRepositoryConnection
- registerSphericalType(float, String, float, float, float, float) - Method in class com.franz.agraph.http.AGHttpRepoClient
- registerSphericalType(float, String, float, float, float, float) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Registers a spherical geospatial subtype.
- reifyAs(Node, Triple) - Method in class com.franz.agraph.jena.AGReifier
- releaseConnection() - Method in class com.franz.agraph.http.handler.AGRawStreamer
- releaseConnection() - Method in class com.franz.agraph.http.handler.AGResponseHandler
-
For most responses, AGHTTPClient releases resources after calling
AGResponseHandler.handleResponse(HttpResponse, HttpUriRequest)
; this can be overridden in subclasses that stream results. - releaseConnection() - Method in class com.franz.agraph.http.handler.AGTQRStreamer
-
False because the Result will release the HTTP resources.
- releaseConnection() - Method in class com.franz.agraph.http.handler.AGTQRXMLStreamer
-
False because the Result will release the HTTP resources.
- remove() - Method in class com.franz.agraph.jena.AGResultSet
- remove() - Method in class com.franz.agraph.jena.AGTripleIterator
- remove() - Method in class com.franz.agraph.jena.AGTripleIteratorGQ
- remove(AutoCloseable) - Method in class com.franz.util.Closer
-
Remove object from collection so close will not be called later.
- remove(Iterable<? extends Statement>, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
- remove(Node, Node, Node) - Method in class com.franz.agraph.jena.AGGraph
- remove(Node, Triple) - Method in class com.franz.agraph.jena.AGReifier
- remove(Triple) - Method in class com.franz.agraph.jena.AGReifier
- remove(Statement[]) - Method in class com.franz.agraph.jena.AGModel
- remove(CloseableIteration<? extends Statement>, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
- remove(Resource, IRI, Value, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Removes the statement(s) with the specified subject, predicate and object from the repository, optionally restricted to the specified contexts.
- remove(Statement, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
- removeGraph(String) - Method in class com.franz.agraph.jena.AGGraphMaker
- removeNamespace(String) - Method in class com.franz.agraph.repository.AGRepositoryConnection
- removeNamespacePrefix(String) - Method in class com.franz.agraph.http.AGHttpRepoClient
- removeNsPrefix(String) - Method in class com.franz.agraph.jena.AGPrefixMapping
- removeQueryOption(String) - Method in class com.franz.agraph.http.AGHttpRepoClient
- removeQueryOption(String) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Removes the given query option's value.
- REPO_PARAM_NAME - Static variable in class com.franz.agraph.http.AGProtocol
-
Parameter name for the 'repo' parameter for federation
- repository - Enum constant in enum class com.franz.agraph.pool.AGConnProp
- repository - Variable in class com.franz.agraph.pool.AGConnConfig
- REPOSITORY_TYPE - Static variable in class com.franz.agraph.repository.config.AGRepositoryFactory
-
The type of repositories that are created by this factory.
- repositoryConfig() - Method in class com.franz.agraph.repository.AGRepository
- REPOSITORYID - Static variable in class com.franz.agraph.repository.config.AGRepositorySchema
-
http://franz.com/agraph/repository/config#repositoryId
- reset() - Method in class com.franz.agraph.jena.AGInfGraph
- reset() - Method in class com.franz.agraph.jena.AGInfModel
- RESOURCE_PARAM_NAME - Static variable in class com.franz.agraph.http.AGProtocol
-
Parameter name 'resource' for the polygon being registered
- RESTRICTION - Static variable in class com.franz.agraph.jena.AGReasoner
-
A reasoner that includes hasValue, someValuesFrom, and allValuesFrom reasoning in addition to RDFS++ reasoning.
- RESTRICTION - Static variable in class com.franz.agraph.repository.AGQuery
-
An entailment regime that includes hasValue, someValuesFrom and allValuesFrom reasoning in addition to RDFS++ entailment.
- retryRequest(IOException, int, HttpContext) - Method in class com.franz.agraph.http.handler.AGMethodRetryHandler
- returnObject(AGRepositoryConnection) - Method in class com.franz.agraph.pool.AGConnPool
- rollback() - Method in class com.franz.agraph.http.AGHttpRepoClient
- rollback() - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Roll back the current transaction (discard all changes made since last commit).
- rollback(Xid) - Method in class com.franz.agraph.http.AGHttpRepoClient
-
Aborts a previously prepared commit
- rollback(Xid) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Aborts a previously prepared commit.
- rollback(Xid) - Method in class com.franz.agraph.repository.AGXAResource
- ROLLBACK - Static variable in class com.franz.agraph.http.AGProtocol
-
Relative location of the rollback service.
- ROLLBACK_SUCCESSFUL - Enum constant in enum class com.franz.agraph.repository.AGTransactionState
-
State after
AGRepositoryConnection.rollback()
has completed - ROOT_CATALOG - Static variable in class com.franz.agraph.repository.AGCatalog
- ROOT_CATALOG_NAME - Static variable in class com.franz.agraph.repository.AGCatalog
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form