|
Neo4j Enterprise | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphDatabaseSetting | |
---|---|
org.neo4j.graphdb.factory | |
org.neo4j.index.lucene | Contains QueryContext and
ValueContext which is part of the
public API for an Index backed by Lucene. |
org.neo4j.kernel | Implementation for embedding a Neo4j graph database in an application. |
org.neo4j.kernel.configuration |
Uses of GraphDatabaseSetting in org.neo4j.graphdb.factory |
---|
Fields in org.neo4j.graphdb.factory declared as GraphDatabaseSetting | |
---|---|
static GraphDatabaseSetting<String> |
GraphDatabaseSettings.forced_kernel_id
|
static GraphDatabaseSetting<Boolean> |
GraphDatabaseSettings.remote_logging_enabled
|
Constructors in org.neo4j.graphdb.factory with parameters of type GraphDatabaseSetting | |
---|---|
GraphDatabaseSetting.ListSetting(String name,
GraphDatabaseSetting<T> itemSetting)
Deprecated. |
|
GraphDatabaseSetting.ListSetting(String name,
GraphDatabaseSetting<T> itemSetting,
String separator)
Deprecated. |
Uses of GraphDatabaseSetting in org.neo4j.index.lucene |
---|
Fields in org.neo4j.index.lucene declared as GraphDatabaseSetting | |
---|---|
static GraphDatabaseSetting<Boolean> |
LuceneIndexProvider.Configuration.read_only
|
Uses of GraphDatabaseSetting in org.neo4j.kernel |
---|
Fields in org.neo4j.kernel declared as GraphDatabaseSetting | |
---|---|
static GraphDatabaseSetting<String> |
KernelData.forced_id
|
Uses of GraphDatabaseSetting in org.neo4j.kernel.configuration |
---|
Methods in org.neo4j.kernel.configuration with parameters of type GraphDatabaseSetting | ||
---|---|---|
|
Config.get(GraphDatabaseSetting<T> setting)
Retrieve a configuration property. |
|
static String |
ConfigurationDefaults.getDefault(GraphDatabaseSetting<?> realSetting,
Class<?> settingsClass)
|
|
boolean |
Config.isSet(GraphDatabaseSetting<?> graphDatabaseSetting)
|
|
Neo4j Enterprise | |||||||||
PREV NEXT | FRAMES NO FRAMES |