- INCLUDE_STRINGS - Static variable in class com.franz.agraph.http.AGProtocol
 
-  
 
- INCLUDE_TRIPLES - Static variable in class com.franz.agraph.http.AGProtocol
 
-  
 
- includeStrings(boolean) - Method in class com.franz.agraph.repository.WarmupConfig
 
- 
Creates a config with a modified includeStrings value.
 
- includeStrings() - Method in class com.franz.agraph.repository.WarmupConfig
 
- 
Creates a modified config that causes the string table
 to be included in the warmup operation.
 
- includeTriples(boolean) - Method in class com.franz.agraph.repository.WarmupConfig
 
- 
Creates a config with a modified includeTriples value.
 
- includeTriples() - Method in class com.franz.agraph.repository.WarmupConfig
 
- 
Creates a modified config that causes the string table
 to be excluded from the warmup operation.
 
- INDEX_FIELDS - Static variable in class com.franz.agraph.repository.AGFreetextIndexConfig
 
-  
 
- INDEX_LITERAL_TYPES - Static variable in class com.franz.agraph.repository.AGFreetextIndexConfig
 
-  
 
- INDEX_LITERALS - Static variable in class com.franz.agraph.repository.AGFreetextIndexConfig
 
-  
 
- INDEX_RESOURCES - Static variable in class com.franz.agraph.repository.AGFreetextIndexConfig
 
-  
 
- INDICES - Static variable in class com.franz.agraph.http.AGProtocol
 
- 
Relative location of the INDICES service.
 
- initialSize - Variable in class com.franz.agraph.pool.AGPoolConfig
 
-  
 
- INNER_CHARS - Static variable in class com.franz.agraph.repository.AGFreetextIndexConfig
 
-  
 
- invalidateObject(AGRepositoryConnection) - Method in class com.franz.agraph.pool.AGConnPool
 
-  
 
- IO_EXCEPTION - Static variable in class com.franz.agraph.http.handler.AGErrorHandler
 
-  
 
- isActive() - Method in class com.franz.agraph.repository.AGRepositoryConnection
 
- 
Indicates if a transaction is currently active on the connection.
 
- isAddStatementBufferEnabled() - Method in class com.franz.agraph.repository.AGRepositoryConnection
 
-  
 
- isAGBlankNodeId(String) - Method in class com.franz.agraph.repository.AGValueFactory
 
- 
Returns true iff id looks like an AG blank node id.
 
- isAutoCommit() - Method in class com.franz.agraph.http.AGHttpRepoClient
 
-  
 
- isAutoCommit() - Method in class com.franz.agraph.repository.AGRepositoryConnection
 
- 
 
- isBulkMode() - Method in class com.franz.agraph.repository.AGRepository
 
- 
Returns the repository's bulkMode setting.
 
- isCheckVariables() - Method in class com.franz.agraph.jena.AGQuery
 
- 
Gets the flag for checkVariables.
 
- isCheckVariables() - Method in class com.franz.agraph.repository.AGQuery
 
- 
Gets the flag for checkVariables.
 
- isClosed() - Method in class com.franz.agraph.jena.AGQueryExecution
 
-  
 
- isDedicatedSession() - Method in class com.franz.agraph.http.AGHttpRepoClient
 
-  
 
- isEmpty() - Method in class com.franz.agraph.jena.AGGraph
 
- 
Answer true iff this graph contains no triples.
 
- isLoggingEnabled() - Method in class com.franz.agraph.repository.AGQuery
 
- 
Gets the loggingEnabled setting for this query.
 
- isPrepared() - Method in class com.franz.agraph.repository.AGQuery
 
- 
Gets the prepared flag for the query.
 
- isRootID(String) - Static method in class com.franz.agraph.repository.AGCatalog
 
- 
Returns true iff the id identifies the root catalog.
 
- isSameRM(XAResource) - Method in class com.franz.agraph.repository.AGXAResource
 
- 
This method must return true if xares and 'this' correspond to the same repository,
 regardless of how the connection is made or who is accessing.
 
- isStreamResults() - Method in class com.franz.agraph.repository.AGRepositoryConnection
 
- 
 
- isURIForExternalBlankNode(Value) - Method in class com.franz.agraph.repository.AGValueFactory
 
-  
 
- isUseAddStatementBuffer() - Method in class com.franz.agraph.repository.AGRepositoryConnection
 
-  
 
- isWritable() - Method in class com.franz.agraph.repository.AGRepository
 
- 
Returns true iff this repository is writable.
 
- isWritable() - Method in class com.franz.agraph.repository.AGVirtualRepository
 
-  
 
- iter(Iteration<T, ? extends RuntimeException>) - Static method in class com.franz.util.Util
 
- 
Converts an RDF4J iteration object into a Java iterable.