PreloadGraphConfigBuilder |
PreloadGraphConfigBuilder.clear() |
Clears all values from the builder
|
PreloadGraphConfigBuilder |
PreloadGraphConfigBuilder.putAll(java.util.Map<PreloadGraphConfig.Field,java.lang.Object> values) |
Puts all values from the given map into this builder.
|
PreloadGraphConfigBuilder |
PreloadGraphConfigBuilder.putAll(PreloadGraphConfig config) |
Puts all values from the given config into this builder
|
PreloadGraphConfigBuilder |
PreloadGraphConfigBuilder.setLoadAtServerInitialization(boolean loadAtServerInitialization) |
if true, PGX will load the pre-loaded graph during the initialization of the engine, otherwise loads the graph after completing the engine initialization.
|
PreloadGraphConfigBuilder |
PreloadGraphConfigBuilder.setName(java.lang.String name) |
preloaded graph name
|
PreloadGraphConfigBuilder |
PreloadGraphConfigBuilder.setPath(java.lang.String path) |
uri to graph config file
|
PreloadGraphConfigBuilder |
PreloadGraphConfigBuilder.setPublish(boolean publish) |
whether or not this preloaded graph should be published.
|
PreloadGraphConfigBuilder |
PreloadGraphConfigBuilder.setPublishWithSnapshots(boolean publishWithSnapshots) |
whether or not this preloaded graph should be published together with its snapshots.
|