Uses of Class
com.franz.agraph.repository.WarmupConfig
Packages that use WarmupConfig
Package
Description
AllegroGraph Java client HTTP layer for the
AllegroGraph HTTP Protocol, used by
com.franz.agraph.repository
and com.franz.agraph.jena
.Connection pool implementation for AllegroGraph.
Implementation of the
RDF4J API
with extensions for
AllegroGraph features.
-
Uses of WarmupConfig in com.franz.agraph.http
Methods in com.franz.agraph.http with parameters of type WarmupConfigModifier and TypeMethodDescriptionvoid
AGHttpRepoClient.warmup
(WarmupConfig config) Asks the server to read store's internal data structures into memory. -
Uses of WarmupConfig in com.franz.agraph.pool
Methods in com.franz.agraph.pool that return WarmupConfigMethods in com.franz.agraph.pool with parameters of type WarmupConfig -
Uses of WarmupConfig in com.franz.agraph.repository
Methods in com.franz.agraph.repository that return WarmupConfigModifier and TypeMethodDescriptionstatic WarmupConfig
WarmupConfig.create()
Creates a fresh config with default values.WarmupConfig.excludeStrings()
Creates a modified config that causes triple indices to be included in the warmup operation.WarmupConfig.excludeTriples()
Creates a modified config that causes triple indices to be excluded from the warmup operation.WarmupConfig.includeStrings()
Creates a modified config that causes the string table to be included in the warmup operation.WarmupConfig.includeStrings
(boolean includeStrings) Creates a config with a modified includeStrings value.WarmupConfig.includeTriples()
Creates a modified config that causes the string table to be excluded from the warmup operation.WarmupConfig.includeTriples
(boolean includeTriples) Creates a config with a modified includeTriples value.Methods in com.franz.agraph.repository with parameters of type WarmupConfigModifier and TypeMethodDescriptionvoid
AGRepositoryConnection.warmup
(WarmupConfig config) Asks the server to read store's internal data structures into memory.