- Service - Class in org.neo4j.helpers
-
A utility for locating services.
- Service.Implementation - Annotation Type in org.neo4j.helpers
-
Deprecated.
- set(T) - Method in class org.neo4j.helpers.Reference
-
- setCacheCapacity(String, int) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
-
Sets the cache size for key/value pairs for the given key
.
- setConfig(Setting<?>, String) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
-
- setConfig(String, String) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
-
- setConfig(Map<String, String>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
-
- setConfig(Setting<?>, String) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
-
Set a database setting to a particular value.
- setConfig(String, String) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
-
- setConfig(Map<String, String>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
-
- setKernelExtensions(Iterable<KernelExtensionFactory<?>>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
-
- setMonitors(Monitors) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
-
- setMonitors(Monitors) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
-
- setNodeLabels(long, Label...) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Replaces any existing labels for the given node with the supplied list of labels.
- setNodeProperties(long, Map<String, Object>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Sets the properties of a node.
- setNodeProperty(long, String, Object) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Sets the property with name propertyName
of node with id
node
to the value propertyValue
.
- setRelationshipProperties(long, Map<String, Object>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Sets the properties of a relationship.
- setRelationshipProperty(long, String, Object) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Sets the property with name propertyName
of relationship with id
relationship
to the value propertyValue
.
- setUserLogProvider(LogProvider) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
-
- setUserLogProvider(LogProvider) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
-
- shutdown() - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
-
Shuts down this batch inserter syncing all changes that are still only
in memory to disk.
- shutdown() - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider
-
Shuts down this index provider and ensures that all indexes are fully
written to disk.
- shutdown_transaction_end_timeout - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- snapshot_query - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- snapshot_query_retries - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- SocketAddress - Class in org.neo4j.helpers
-
Socket address derived from configuration.
- SocketAddress(String, int) - Constructor for class org.neo4j.helpers.SocketAddress
-
- socketAddress() - Method in class org.neo4j.helpers.SocketAddress
-
- socketAddress(String, BiFunction<String, Integer, T>) - Static method in class org.neo4j.helpers.SocketAddressParser
-
- SocketAddressParser - Class in org.neo4j.helpers
-
- SocketAddressParser() - Constructor for class org.neo4j.helpers.SocketAddressParser
-
- source() - Method in class org.neo4j.helpers.Args
-
- splitLongLine(String, int) - Static method in class org.neo4j.helpers.Args
-
Useful for printing usage where the description itself shouldn't have knowledge about the width
of the window where it's printed.
- sslPolicyConfigValidator - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- store_internal_debug_contexts - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- store_internal_log_level - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- store_internal_log_max_archives - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- store_internal_log_path - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- store_internal_log_rotation_delay - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- store_internal_log_rotation_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- strict_config_validation - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
- string_block_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
-
Block size properties values depends from selected record format.
- Strings - Class in org.neo4j.helpers
-
Helper functions for working with strings.
- SYSTEM_CLOCK - Static variable in interface org.neo4j.helpers.Clock
-