Package | Description |
---|---|
com.franz.agraph.http |
AllegroGraph Java client HTTP layer for the
AllegroGraph HTTP Protocol, used by
com.franz.agraph.repository
and com.franz.agraph.jena . |
com.franz.agraph.pool |
Connection pool implementation for AllegroGraph.
|
com.franz.agraph.repository |
Implementation of the
OpenRDF Sesame API 2.7.11
with extensions for
AllegroGraph features.
|
Modifier and Type | Method and Description |
---|---|
void |
AGHttpRepoClient.warmup(WarmupConfig config)
Asks the server to read store's internal data structures into memory.
|
Modifier and Type | Method and Description |
---|---|
WarmupConfig |
AGPoolConfig.getWarmupConfig() |
Modifier and Type | Method and Description |
---|---|
void |
AGPoolConfig.setWarmupConfig(WarmupConfig warmupConfig) |
Modifier and Type | Method and Description |
---|---|
static WarmupConfig |
WarmupConfig.create()
Creates a fresh config with default values.
|
WarmupConfig |
WarmupConfig.excludeStrings()
Creates a modified config that causes triple indices
to be included in the warmup operation.
|
WarmupConfig |
WarmupConfig.excludeTriples()
Creates a modified config that causes triple indices
to be excluded from the warmup operation.
|
WarmupConfig |
WarmupConfig.includeStrings()
Creates a modified config that causes the string table
to be included in the warmup operation.
|
WarmupConfig |
WarmupConfig.includeStrings(boolean includeStrings)
Creates a config with a modified includeStrings value.
|
WarmupConfig |
WarmupConfig.includeTriples()
Creates a modified config that causes the string table
to be excluded from the warmup operation.
|
WarmupConfig |
WarmupConfig.includeTriples(boolean includeTriples)
Creates a config with a modified includeTriples value.
|
Modifier and Type | Method and Description |
---|---|
void |
AGRepositoryConnection.warmup(WarmupConfig config)
Asks the server to read store's internal data structures into memory.
|
Copyright © 2022 Franz Inc.. All rights reserved.