Skip navigation links
Neo4j
A B C D E F G H I J K L M N O P Q R S T U V W 

A

active_database - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
Adapter() - Constructor for class org.neo4j.helpers.TransactionTemplate.Monitor.Adapter
 
add(T) - Method in class org.neo4j.helpers.Listeners
Adds the specified listener to this container.
add(long, Map<String, Object>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
Adds key/value pairs for entity to the index.
addKernelExtensions(Iterable<KernelExtensionFactory<?>>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
 
address - Variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector
Deprecated.
 
addSettingsClasses(Iterable<Class<?>>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
Deprecated.
This method has no side effects now since we moved to service loading instead, LoadableConfig should be used.
addURLAccessRule(String, URLAccessRule) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
 
addURLAccessRule(String, URLAccessRule) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
 
advertised_address - Variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector
Deprecated.
 
advertisedAddress(String, int) - Static method in class org.neo4j.helpers.AdvertisedSocketAddress
Textual representation format for an advertised socket address.
AdvertisedSocketAddress - Class in org.neo4j.helpers
 
AdvertisedSocketAddress(String, int) - Constructor for class org.neo4j.helpers.AdvertisedSocketAddress
 
allow_file_urls - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
allow_store_upgrade - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
allow_upgrade - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
archive_failed_index - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
Args - Class in org.neo4j.helpers
Parses a String[] argument from a main-method.
Args(Map<String, String>) - Constructor for class org.neo4j.helpers.Args
 
Args(Function<String, Args.Option<String>>, Map<String, String>) - Constructor for class org.neo4j.helpers.Args
 
Args.ArgsParser - Class in org.neo4j.helpers
 
Args.Option<T> - Class in org.neo4j.helpers
 
array(T...) - Static method in class org.neo4j.helpers.ArrayUtil
Returns the array version of the vararg argument.
array_block_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
ArrayUtil - Class in org.neo4j.helpers
Methods "missing" from Arrays are provided here.
ArrayUtil.ArrayEquality - Interface in org.neo4j.helpers
 
asArgs() - Method in class org.neo4j.helpers.Args
 
asMap() - Method in class org.neo4j.helpers.Args
 
Assertion - Class in org.neo4j.helpers
 
assertionsEnabled() - Static method in class org.neo4j.helpers.Assertion
 
auth_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
auth_lock_time - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
auth_max_failed_attempts - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
auth_store - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
awaitCompletion() - Method in class org.neo4j.helpers.TaskCoordinator
 

B

backoff(long, TimeUnit) - Method in class org.neo4j.helpers.TransactionTemplate
 
batch_inserter_batch_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
BatchInserter - Interface in org.neo4j.unsafe.batchinsert
The batch inserter drops support for transactions and concurrency in favor of insertion speed.
BatchInserterIndex - Interface in org.neo4j.unsafe.batchinsert
The BatchInserter version of Index.
BatchInserterIndexProvider - Interface in org.neo4j.unsafe.batchinsert
A place to access BatchInserterIndexs from a certain index provider.
BatchInserters - Class in org.neo4j.unsafe.batchinsert
Provides instances of BatchInserter.
BatchInserters() - Constructor for class org.neo4j.unsafe.batchinsert.BatchInserters
 
BatchRelationship - Class in org.neo4j.unsafe.batchinsert
Simple relationship wrapping start node id, end node id and relationship type.
BatchRelationship(long, long, long, RelationshipType) - Constructor for class org.neo4j.unsafe.batchinsert.BatchRelationship
 
bolt_inbound_message_throttle_high_water_mark - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
bolt_inbound_message_throttle_low_water_mark - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
bolt_log_filename - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
bolt_logging_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
bolt_outbound_buffer_throttle - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
bolt_outbound_buffer_throttle_high_water_mark - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
bolt_outbound_buffer_throttle_low_water_mark - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
bolt_outbound_buffer_throttle_max_duration - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
boltConnector(String) - Static method in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
use BoltConnector instead. This will be removed in 4.0.
BoltConnector() - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector
Deprecated.
 
BoltConnector(String) - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector
Deprecated.
 
boltValidator - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
bookmark_ready_timeout - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
BoundedIterable<RECORD> - Interface in org.neo4j.helpers.collection
 
BOXING_AWARE_ARRAY_EQUALITY - Static variable in class org.neo4j.helpers.ArrayUtil
 
bytes(long) - Static method in class org.neo4j.helpers.Format
 

C

cancel() - Method in interface org.neo4j.helpers.Cancelable
 
cancel(boolean) - Method in class org.neo4j.helpers.FutureAdapter
 
cancel() - Method in class org.neo4j.helpers.TaskCoordinator
 
Cancelable - Interface in org.neo4j.helpers
 
CancellationRequest - Interface in org.neo4j.helpers
Represents the concept of a cancellation notification towards a task.
cancellationRequested() - Method in interface org.neo4j.helpers.CancellationRequest
 
check_point_interval_time - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
check_point_interval_tx - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
check_point_iops_limit - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
check_point_policy - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
Clock - Interface in org.neo4j.helpers
Deprecated.
please use Clock instead
clone(Object) - Static method in class org.neo4j.helpers.ArrayUtil
 
clone() - Method in interface org.neo4j.helpers.CloneableInPublic
 
CloneableInPublic - Interface in org.neo4j.helpers
 
close() - Method in interface org.neo4j.helpers.TaskControl
 
concat(T, T...) - Static method in class org.neo4j.helpers.ArrayUtil
Create an array from a single first item and additional items following it.
concat(T[], T...) - Static method in class org.neo4j.helpers.ArrayUtil
Create a array from a existing array and additional items following it.
Connector(String, String) - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector
Deprecated.
 
contains(T[], T) - Static method in class org.neo4j.helpers.ArrayUtil
Check if array contains item.
contains(T[], int, T) - Static method in class org.neo4j.helpers.ArrayUtil
Check if array contains item.
containsAll(T[], T[]) - Static method in class org.neo4j.helpers.ArrayUtil
Count items from a different array contained in an array.
count(long) - Static method in class org.neo4j.helpers.Format
 
counts_store_rotation_timeout - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
createDeferredConstraint(Label) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Returns a ConstraintCreator where details about the constraint can be specified.
createDeferredSchemaIndex(Label) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Returns an IndexCreator where details about the index to create can be specified.
createNode(Map<String, Object>, Label...) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Creates a node assigning next available id to id and also adds any properties supplied.
createNode(long, Map<String, Object>, Label...) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Creates a node with supplied id and properties.
createRelationship(long, long, RelationshipType, Map<String, Object>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Creates a relationship between two nodes of a specific type.
csv_buffer_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
csv_legacy_quote_escaping - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
currentTimeMillis() - Method in interface org.neo4j.helpers.Clock
Deprecated.
 
cypher_compiler_tracing - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_hints_error - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_idp_solver_duration_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_idp_solver_table_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_lenient_create_relationship - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_min_replan_interval - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_morsel_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_parser_version - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_plan_with_minimum_cardinality_estimates - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_planner - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_replan_algorithm - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_replan_interval_target - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_runtime - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
cypher_worker_count - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 

D

daemon(String) - Static method in class org.neo4j.helpers.NamedThreadFactory
 
daemon(String, NamedThreadFactory.Monitor) - Static method in class org.neo4j.helpers.NamedThreadFactory
 
data_directory - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
database_path - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
databaseDependencies() - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
 
date() - Static method in class org.neo4j.helpers.Format
 
date(TimeZone) - Static method in class org.neo4j.helpers.Format
 
date(long) - Static method in class org.neo4j.helpers.Format
 
date(long, TimeZone) - Static method in class org.neo4j.helpers.Format
 
date(Date) - Static method in class org.neo4j.helpers.Format
 
date(Date, TimeZone) - Static method in class org.neo4j.helpers.Format
 
DATE_FORMAT - Static variable in class org.neo4j.helpers.Format
 
db_temporal_timezone - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
db_timezone - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
default_advertised_address - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
DEFAULT_ARRAY_EQUALITY - Static variable in class org.neo4j.helpers.ArrayUtil
 
DEFAULT_BLOCK_SIZE - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Data block sizes for dynamic array stores.
DEFAULT_LABEL_BLOCK_SIZE - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
default_listen_address - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
default_schema_provider - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
DEFAULT_TIME_UNIT - Static variable in class org.neo4j.helpers.TimeUtil
 
DEFAULT_TIME_ZONE - Static variable in class org.neo4j.helpers.Format
Default time zone is UTC (+00:00) so that comparing timestamped logs from different sources is an easier task.
Delegator(GraphDatabaseBuilder) - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
 
dense_node_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
deriveSocketAddress(String, String, String, int, BiFunction<String, Integer, T>) - Static method in class org.neo4j.helpers.SocketAddressParser
 
Description - Annotation Type in org.neo4j.graphdb.factory
Deprecated.
disconnected - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
dump_configuration - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
duration(long) - Static method in class org.neo4j.helpers.Format
 
duration(long, TimeUnit, TimeUnit) - Static method in class org.neo4j.helpers.Format
 

E

enable_native_schema_index - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
enabled - Variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector
Deprecated.
 
encryption_level - Variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector
Deprecated.
 
Entry(String, Throwable) - Constructor for class org.neo4j.helpers.ProcessFailureException.Entry
Deprecated.
 
equals(Object, Object) - Static method in class org.neo4j.helpers.ArrayUtil
 
equals(Object, Object, ArrayUtil.ArrayEquality) - Static method in class org.neo4j.helpers.ArrayUtil
Check if two arrays are equal.
equals(Object) - Method in class org.neo4j.helpers.HostnamePort
 
equals(Object) - Method in class org.neo4j.helpers.Reference
 
equals(Object) - Method in class org.neo4j.helpers.Service
 
equals(Object) - Method in class org.neo4j.helpers.SocketAddress
 
escape(String) - Static method in class org.neo4j.helpers.Strings
 
escape(Appendable, String) - Static method in class org.neo4j.helpers.Strings
 
execute(Consumer<Transaction>) - Method in class org.neo4j.helpers.TransactionTemplate
Executes a transaction with retry logic.
execute(Function<Transaction, T>) - Method in class org.neo4j.helpers.TransactionTemplate
Executes a transaction with retry logic returning a result.
execution_guard_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.

F

fail_on_corrupted_log_files - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
failed(Throwable) - Method in class org.neo4j.helpers.TransactionTemplate.Monitor.Adapter
 
failed(Throwable) - Method in interface org.neo4j.helpers.TransactionTemplate.Monitor
Called when the whole retry logic fails.
failure(Throwable) - Method in class org.neo4j.helpers.TransactionTemplate.Monitor.Adapter
 
failure(Throwable) - Method in interface org.neo4j.helpers.TransactionTemplate.Monitor
Called when an exception occur from the transactions.
filewatcher_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
flush() - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
Makes sure additions/updates can be seen by BatchInserterIndex.get(String, Object), BatchInserterIndex.query(String, Object) and BatchInserterIndex.query(Object) so that they are guaranteed to return correct results.
forbid_exhaustive_shortestpath - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
forbid_shortestpath_common_nodes - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
forced_kernel_id - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
Format - Class in org.neo4j.helpers
 
future(Callable<T>) - Static method in class org.neo4j.helpers.FutureAdapter
 
FutureAdapter<V> - Class in org.neo4j.helpers
 
FutureAdapter() - Constructor for class org.neo4j.helpers.FutureAdapter
 
FutureAdapter.Present<V> - Class in org.neo4j.helpers
Deprecated.

G

get(String) - Method in class org.neo4j.helpers.Args
Get a config option by name.
get(String, String) - Method in class org.neo4j.helpers.Args
 
get(String, String, String) - Method in class org.neo4j.helpers.Args
 
get() - Method in class org.neo4j.helpers.FutureAdapter.Present
Deprecated.
 
get(long, TimeUnit) - Method in class org.neo4j.helpers.FutureAdapter.Present
Deprecated.
 
get() - Method in class org.neo4j.helpers.Reference
 
get(String, Object) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
Returns exact matches from this index, given the key/value pair.
getBoolean(String) - Method in class org.neo4j.helpers.Args
Like calling Args.getBoolean(String, Boolean) with false for default value.
getBoolean(String, Boolean) - Method in class org.neo4j.helpers.Args
Like calling Args.getBoolean(String, Boolean, Boolean) with true for defaultValueIfNoValue, i.e.
getBoolean(String, Boolean, Boolean) - Method in class org.neo4j.helpers.Args
Parses a boolean argument.
getDuration(String, long) - Method in class org.neo4j.helpers.Args
 
getEdition() - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
 
getEndNode() - Method in class org.neo4j.unsafe.batchinsert.BatchRelationship
 
getEnum(Class<T>, String, T) - Method in class org.neo4j.helpers.Args
 
getHost() - Method in class org.neo4j.helpers.HostnamePort
The host part, or null if not given.
getHost(String) - Method in class org.neo4j.helpers.HostnamePort
 
getHostAddress(String, String) - Static method in class org.neo4j.helpers.HostnamePort
 
getHostname() - Method in class org.neo4j.helpers.SocketAddress
 
getId() - Method in class org.neo4j.unsafe.batchinsert.BatchRelationship
 
getKernelExtension() - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
 
getKeys() - Method in class org.neo4j.helpers.Service
 
getNodeLabels(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
 
getNodeProperties(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Returns a map containing all the properties of this node.
getNumber(String, Number) - Method in class org.neo4j.helpers.Args
 
getPort() - Method in class org.neo4j.helpers.HostnamePort
The first port, or 0 if no port was given.
getPort() - Method in class org.neo4j.helpers.SocketAddress
 
getPorts() - Method in class org.neo4j.helpers.HostnamePort
The port range as two ints.
getRelationshipById(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Gets a relationship by id.
getRelationshipIds(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Returns an iterable over all the relationship ids connected to node with supplied id.
getRelationshipProperties(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Returns a map containing all the properties of the relationships.
getRelationships(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Returns an iterable of relationships connected to the node with supplied id.
getStartNode() - Method in class org.neo4j.unsafe.batchinsert.BatchRelationship
 
getStoreDir() - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Returns the path to this Neo4j store.
getType() - Method in class org.neo4j.unsafe.batchinsert.BatchRelationship
 
GraphDatabaseBuilder - Class in org.neo4j.graphdb.factory
Builder for GraphDatabaseServices that allows for setting and loading configuration.
GraphDatabaseBuilder(GraphDatabaseBuilder.DatabaseCreator) - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseBuilder
 
GraphDatabaseBuilder.DatabaseCreator - Interface in org.neo4j.graphdb.factory
 
GraphDatabaseBuilder.Delegator - Class in org.neo4j.graphdb.factory
 
GraphDatabaseFactory - Class in org.neo4j.graphdb.factory
Creates a GraphDatabaseService with Community Edition features.
GraphDatabaseFactory() - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseFactory
 
GraphDatabaseFactoryState - Class in org.neo4j.graphdb.factory
 
GraphDatabaseFactoryState() - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
 
GraphDatabaseFactoryState(GraphDatabaseFactoryState) - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
 
GraphDatabaseSettings - Class in org.neo4j.graphdb.factory
Settings for Neo4j.
GraphDatabaseSettings() - Constructor for class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
GraphDatabaseSettings.BoltConnector - Class in org.neo4j.graphdb.factory
Deprecated.
GraphDatabaseSettings.BoltConnector.EncryptionLevel - Enum in org.neo4j.graphdb.factory
Deprecated.
 
GraphDatabaseSettings.Connector - Class in org.neo4j.graphdb.factory
Deprecated.
see Connector instead. This will be removed in 4.0.
GraphDatabaseSettings.Connector.ConnectorType - Enum in org.neo4j.graphdb.factory
Deprecated.
 
GraphDatabaseSettings.LabelIndex - Enum in org.neo4j.graphdb.factory
Deprecated.
- lucene label index has been removed.
GraphDatabaseSettings.SchemaIndex - Enum in org.neo4j.graphdb.factory
 
GraphDatabaseSettings.TransactionStateMemoryAllocation - Enum in org.neo4j.graphdb.factory
 
group - Variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector
Deprecated.
 

H

has(String) - Method in class org.neo4j.helpers.Args
 
hashCode(Object) - Static method in class org.neo4j.helpers.ArrayUtil
 
hashCode() - Method in class org.neo4j.helpers.HostnamePort
 
hashCode() - Method in class org.neo4j.helpers.Reference
 
hashCode() - Method in class org.neo4j.helpers.Service
 
hashCode() - Method in class org.neo4j.helpers.SocketAddress
 
hasNonNull(String) - Method in class org.neo4j.helpers.Args
 
HostnamePort - Class in org.neo4j.helpers
Represents a hostname and port, optionally with a port range.
HostnamePort(String) - Constructor for class org.neo4j.helpers.HostnamePort
 
HostnamePort(String, int) - Constructor for class org.neo4j.helpers.HostnamePort
 
HostnamePort(String, int, int) - Constructor for class org.neo4j.helpers.HostnamePort
 
httpValidator - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 

I

index_background_sampling_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
index_sample_size_limit - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
index_sampling_buffer_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
index_sampling_update_percentage - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
indexOf(T[], T) - Static method in class org.neo4j.helpers.ArrayUtil
 
inserter(File) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
Get a BatchInserter given a store directory.
inserter(File, FileSystemAbstraction) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
 
inserter(File, Map<String, String>) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
 
inserter(File, FileSystemAbstraction, Map<String, String>) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
 
inserter(File, Map<String, String>, Iterable<KernelExtensionFactory<?>>) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
 
inserter(File, FileSystemAbstraction, Map<String, String>, Iterable<KernelExtensionFactory<?>>) - Static method in class org.neo4j.unsafe.batchinsert.BatchInserters
 
interpretOption(String, Function<String, T>, Function<String, T>, Validator<T>...) - Method in class org.neo4j.helpers.Args
 
interpretOptions(String, Function<String, T>, Function<String, T>, Validator<T>...) - Method in class org.neo4j.helpers.Args
An option can be specified multiple times; this method will allow interpreting all values for the given key, returning a Collection.
interpretOptionsWithMetadata(String, Function<String, T>, Function<String, T>, Validator<T>...) - Method in class org.neo4j.helpers.Args
An option can be specified multiple times; this method will allow interpreting all values for the given key, returning a Collection.
interpretOrphan(int, Function<String, T>, Function<String, T>, Validator<T>...) - Method in class org.neo4j.helpers.Args
 
isCancelled() - Method in class org.neo4j.helpers.FutureAdapter
 
isDone() - Method in class org.neo4j.helpers.FutureAdapter.Present
Deprecated.
 
isEmpty(Object[]) - Static method in class org.neo4j.helpers.ArrayUtil
Check if provided array is empty
isIPv6() - Method in class org.neo4j.helpers.SocketAddress
 
isRange() - Method in class org.neo4j.helpers.HostnamePort
 
isWildcard() - Method in class org.neo4j.helpers.SocketAddress
 
itemEquals(Object, Object) - Method in interface org.neo4j.helpers.ArrayUtil.ArrayEquality
 
iterator() - Method in class org.neo4j.helpers.Listeners
Returns the iterator over listeners in this container in the order they were added.

J

jarUsage(Class<?>, String...) - Static method in class org.neo4j.helpers.Args
 
join(T[], String) - Static method in class org.neo4j.helpers.ArrayUtil
Convert an array to a String using a custom delimiter.
joinAsLines(String...) - Static method in class org.neo4j.helpers.Strings
Joining independent lines from provided elements into one line with System.lineSeparator after each element

K

keep_logical_logs - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
key() - Method in class org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector
Deprecated.
 
kill_query_verbose - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 

L

label_block_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
label_index - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
- lucene label index has been removed, thus 'native' is only viable option and this setting is not needed.
latchGuardedValue(Supplier<T>, CountDownLatch, String) - Static method in class org.neo4j.helpers.FutureAdapter
 
listen_address - Variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector
Deprecated.
 
listenAddress(String, int) - Static method in class org.neo4j.helpers.ListenSocketAddress
Textual representation format for a listen socket address.
Listeners<T> - Class in org.neo4j.helpers
Mutable thread-safe container of listeners that can be notified with Listeners.Notification.
Listeners() - Constructor for class org.neo4j.helpers.Listeners
Construct new empty listeners;
Listeners(Listeners<T>) - Constructor for class org.neo4j.helpers.Listeners
Construct a copy of the given listeners.
Listeners.Notification<T> - Interface in org.neo4j.helpers
 
ListenSocketAddress - Class in org.neo4j.helpers
 
ListenSocketAddress(String, int) - Constructor for class org.neo4j.helpers.ListenSocketAddress
 
load(Class<T>) - Static method in class org.neo4j.helpers.Service
Load all implementations of a Service.
load(Class<T>, String) - Static method in class org.neo4j.helpers.Service
Load the Service implementation with the specified key.
load_csv_file_url_root - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
loadPropertiesFromFile(String) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
 
loadPropertiesFromFile(String) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
Load a Properties file from a given file, and add the settings to the builder.
loadPropertiesFromURL(URL) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
 
loadPropertiesFromURL(URL) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
Load Properties file from a given URL, and add the settings to the builder.
loadSilently(Class<T>, String) - Static method in class org.neo4j.helpers.Service
Load the Service implementation with the specified key.
lock_acquisition_timeout - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_allocation_logging_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_detailed_time_logging_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_filename - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_max_archives - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_page_detail_logging_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_parameter_logging_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_rotation_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_runtime_logging_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_queries_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
log_timezone - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
logical_log_rotation_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
logical_logs_location - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
logs_directory - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
lucene_searcher_cache_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 

M

map(FROM[], Function<FROM, TO>, Class<TO>) - Static method in class org.neo4j.helpers.ArrayUtil
Create new array with all items converted into a new type using a supplied transformer.
mapped_memory_page_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
matches(URI) - Method in class org.neo4j.helpers.HostnamePort
 
matches(String) - Method in class org.neo4j.helpers.Service
 
maxCount() - Method in interface org.neo4j.helpers.collection.BoundedIterable
 
metadata() - Method in class org.neo4j.helpers.Args.Option
 
MINIMAL_BLOCK_SIZE - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
missing(T[], T[]) - Static method in class org.neo4j.helpers.ArrayUtil
Count missing items in an array.
monitor(TransactionTemplate.Monitor) - Method in class org.neo4j.helpers.TransactionTemplate
 
multi_threaded_schema_index_population_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 

N

named(String) - Static method in class org.neo4j.helpers.NamedThreadFactory
 
named(String, int) - Static method in class org.neo4j.helpers.NamedThreadFactory
 
NamedThreadFactory - Class in org.neo4j.helpers
 
NamedThreadFactory(String) - Constructor for class org.neo4j.helpers.NamedThreadFactory
 
NamedThreadFactory(String, int) - Constructor for class org.neo4j.helpers.NamedThreadFactory
 
NamedThreadFactory(String, NamedThreadFactory.Monitor) - Constructor for class org.neo4j.helpers.NamedThreadFactory
 
NamedThreadFactory(String, int, NamedThreadFactory.Monitor) - Constructor for class org.neo4j.helpers.NamedThreadFactory
 
NamedThreadFactory(String, int, boolean) - Constructor for class org.neo4j.helpers.NamedThreadFactory
 
NamedThreadFactory(String, boolean) - Constructor for class org.neo4j.helpers.NamedThreadFactory
 
NamedThreadFactory(String, int, NamedThreadFactory.Monitor, boolean) - Constructor for class org.neo4j.helpers.NamedThreadFactory
 
NamedThreadFactory.Monitor - Interface in org.neo4j.helpers
 
nanosToString(long) - Static method in class org.neo4j.helpers.TimeUtil
 
nanoTime() - Method in interface org.neo4j.helpers.Clock
Deprecated.
 
neo4j_home - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
NEVER_CANCELLED - Static variable in interface org.neo4j.helpers.CancellationRequest
 
newDatabase(Map<String, String>) - Method in interface org.neo4j.graphdb.factory.GraphDatabaseBuilder.DatabaseCreator
Deprecated.
this method will go away in 4.0. See GraphDatabaseBuilder.DatabaseCreator.newDatabase(Config) instead.
newDatabase(Config) - Method in interface org.neo4j.graphdb.factory.GraphDatabaseBuilder.DatabaseCreator
 
newEmbeddedDatabase(File) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
 
newEmbeddedDatabaseBuilder(File) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactory
 
newGraphDatabase() - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder.Delegator
 
newGraphDatabase() - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
Create a new database with the configuration registered through the builder.
newInstance() - Method in class org.neo4j.helpers.TaskCoordinator
 
newThread(Runnable) - Method in class org.neo4j.helpers.NamedThreadFactory
 
NO_OP_MONITOR - Static variable in class org.neo4j.helpers.NamedThreadFactory
 
node_auto_indexing - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
node_keys_indexable - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
nodeExists(long) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Checks if a node with the given id exists.
nodeHasLabel(long, Label) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
 
nodeHasProperty(long, String) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Returns true iff the node with id node has a property with name propertyName.
nodeIndex(String, Map<String, String>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider
Returns a BatchInserterIndex for Nodes for the name indexName with the given config.
notify(T) - Method in interface org.neo4j.helpers.Listeners.Notification
 
notify(Listeners.Notification<T>) - Method in class org.neo4j.helpers.Listeners
Notify all listeners in this container with the given notification.
notify(Executor, Listeners.Notification<T>) - Method in class org.neo4j.helpers.Listeners
Notify all listeners in this container with the given notification using the given executor.
nullSafeEquals(T, T) - Static method in class org.neo4j.helpers.ArrayUtil
Compare two items for equality; if both are null they are regarded as equal.

O

org.neo4j.graphdb.factory - package org.neo4j.graphdb.factory
Factories and builders for creating database instances.
org.neo4j.helpers - package org.neo4j.helpers
Common Java utilities.
org.neo4j.helpers.collection - package org.neo4j.helpers.collection
 
org.neo4j.unsafe.batchinsert - package org.neo4j.unsafe.batchinsert
Tools for high-performance data insertion; make sure to read the instructions before using.
orphans() - Method in class org.neo4j.helpers.Args
Orphans are arguments specified without options flags, eg:
orphansAsArray() - Method in class org.neo4j.helpers.Args
 

P

pagecache_memory - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
pagecache_swapper - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
pagecache_warmup_enabled - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
pagecache_warmup_profiling_interval - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
parameter(String) - Static method in class org.neo4j.helpers.Uris
Extract a named parameter from the query of a URI.
parse(String...) - Method in class org.neo4j.helpers.Args.ArgsParser
 
parse(String...) - Static method in class org.neo4j.helpers.Args
 
parseTimeMillis - Static variable in class org.neo4j.helpers.TimeUtil
 
plugin_dir - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
PortBindException - Exception in org.neo4j.helpers
A bind exception that includes which port we failed to bind to.
PortBindException(ListenSocketAddress, Throwable) - Constructor for exception org.neo4j.helpers.PortBindException
 
PortBindException(ListenSocketAddress, ListenSocketAddress, Throwable) - Constructor for exception org.neo4j.helpers.PortBindException
 
present(T) - Static method in class org.neo4j.helpers.FutureAdapter
Deprecated.
Present(V) - Constructor for class org.neo4j.helpers.FutureAdapter.Present
Deprecated.
 
prettyPrint(Object) - Static method in class org.neo4j.helpers.Strings
 
printAllCauses(PrintWriter) - Method in exception org.neo4j.helpers.ProcessFailureException
Deprecated.
 
printStackTrace(PrintStream) - Method in exception org.neo4j.helpers.ProcessFailureException
Deprecated.
 
printStackTrace(PrintWriter) - Method in exception org.neo4j.helpers.ProcessFailureException
Deprecated.
 
procedure_unrestricted - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
procedure_whitelist - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
ProcessFailureException - Exception in org.neo4j.helpers
Deprecated.
Exception is not in use anymore
ProcessFailureException(List<ProcessFailureException.Entry>) - Constructor for exception org.neo4j.helpers.ProcessFailureException
Deprecated.
 
ProcessFailureException.Entry - Class in org.neo4j.helpers
Deprecated.
 
processFuture(Process) - Static method in class org.neo4j.helpers.FutureAdapter
 
providerName() - Method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.SchemaIndex
 

Q

query(String, Object) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
Returns matches from this index based on the supplied key and query object, which can be a query string or an implementation-specific query object.
query(Object) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
Returns matches from this index based on the supplied query object, which can be a query string or an implementation-specific query object.
query_cache_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
query_non_indexed_label_warning_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
query_statistics_divergence_target - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
query_statistics_divergence_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 

R

read_only - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
rebuild_idgenerators_fast - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
record_format - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
record_id_batch_size - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
Reference<T> - Class in org.neo4j.helpers
 
Reference(T) - Constructor for class org.neo4j.helpers.Reference
 
relationship_auto_indexing - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
relationship_keys_indexable - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
Deprecated.
relationshipHasProperty(long, String) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Returns true iff the relationship with id relationship has a property with name propertyName.
relationshipIndex(String, Map<String, String>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndexProvider
Returns a BatchInserterIndex for Relationships for the name indexName with the given config.
release_schema_lock_while_building_constraint - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
remove(T) - Method in class org.neo4j.helpers.Listeners
Remove the first occurrence of the specified listener from this container, if it is present.
removeKernelExtensions(Predicate<KernelExtensionFactory<?>>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseFactoryState
 
removeNodeProperty(long, String) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Removes the property named property from the node with id id, if present.
removeRelationshipProperty(long, String) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserter
Removes the property named property from the relationship with id id, if present.
retries(int) - Method in class org.neo4j.helpers.TransactionTemplate
 
retrying() - Method in class org.neo4j.helpers.TransactionTemplate.Monitor.Adapter
 
retrying() - Method in interface org.neo4j.helpers.TransactionTemplate.Monitor
Called when a retry is done.
retryOn(Predicate<Throwable>) - Method in class org.neo4j.helpers.TransactionTemplate
 
reverse(T[]) - Static method in class org.neo4j.helpers.ArrayUtil
 
run() - Method in class org.neo4j.helpers.RunCarefully
 
RunCarefully - Class in org.neo4j.helpers
 
RunCarefully(Runnable...) - Constructor for class org.neo4j.helpers.RunCarefully
 
RunCarefully(Iterable<Runnable>) - Constructor for class org.neo4j.helpers.RunCarefully
 

S

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
Deprecated.
Use setConfig with explicit Setting instead.
setConfig(Map<String, String>) - Method in class org.neo4j.graphdb.factory.GraphDatabaseBuilder
Deprecated.
Use setConfig with explicit Setting instead
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
Deprecated.
please use Clock.systemUTC() instead

T

TAB - Static variable in class org.neo4j.helpers.Strings
 
TaskControl - Interface in org.neo4j.helpers
Represents a control handle passed to a child task which allows the creator to cancel it.
TaskCoordinator - Class in org.neo4j.helpers
Represents a collection point for various TaskControl instances that need to be waited on and potentially cancelled en mass.
TaskCoordinator(long, TimeUnit) - Constructor for class org.neo4j.helpers.TaskCoordinator
 
ThisShouldNotHappenError - Error in org.neo4j.helpers
ThisShouldNotHappenError(String, String) - Constructor for error org.neo4j.helpers.ThisShouldNotHappenError
Deprecated.
 
ThisShouldNotHappenError(String, String, Throwable) - Constructor for error org.neo4j.helpers.ThisShouldNotHappenError
Deprecated.
 
threadCreated(String) - Method in interface org.neo4j.helpers.NamedThreadFactory.Monitor
 
threadFinished(String) - Method in interface org.neo4j.helpers.NamedThreadFactory.Monitor
 
time() - Static method in class org.neo4j.helpers.Format
 
time(TimeZone) - Static method in class org.neo4j.helpers.Format
 
time(long) - Static method in class org.neo4j.helpers.Format
 
time(long, TimeZone) - Static method in class org.neo4j.helpers.Format
 
time(Date) - Static method in class org.neo4j.helpers.Format
 
time(Date, TimeZone) - Static method in class org.neo4j.helpers.Format
 
TIME_FORMAT - Static variable in class org.neo4j.helpers.Format
 
TimeUtil - Class in org.neo4j.helpers
 
toString() - Method in class org.neo4j.helpers.Args.Option
 
toString() - Method in class org.neo4j.helpers.Args
 
toString() - Method in class org.neo4j.helpers.HostnamePort
 
toString(String) - Method in class org.neo4j.helpers.HostnamePort
 
toString() - Method in class org.neo4j.helpers.ProcessFailureException.Entry
Deprecated.
 
toString() - Method in class org.neo4j.helpers.Reference
 
toString() - Method in class org.neo4j.helpers.Service
 
toString() - Method in class org.neo4j.helpers.SocketAddress
 
track_query_allocation - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
track_query_cpu_time - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
transaction_monitor_check_interval - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
transaction_start_timeout - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
transaction_timeout - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
TransactionTemplate - Class in org.neo4j.helpers
Neo4j transaction template that automates the retry-on-exception logic.
TransactionTemplate() - Constructor for class org.neo4j.helpers.TransactionTemplate
Creates a template for performing transactions with retry logic.
TransactionTemplate(GraphDatabaseService, TransactionTemplate.Monitor, int, long, Predicate<Throwable>) - Constructor for class org.neo4j.helpers.TransactionTemplate
Create a template for performing transaction with retry logic.
TransactionTemplate.Monitor - Interface in org.neo4j.helpers
 
TransactionTemplate.Monitor.Adapter - Class in org.neo4j.helpers
 
tx_state_memory_allocation - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
type - Variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector
Deprecated.
 
typeEquals(Class<?>, Class<?>) - Method in interface org.neo4j.helpers.ArrayUtil.ArrayEquality
 

U

union(T[], T[]) - Static method in class org.neo4j.helpers.ArrayUtil
Get the union of two arrays.
UNKNOWN_MAX_COUNT - Static variable in interface org.neo4j.helpers.collection.BoundedIterable
 
UNSPECIFIED_TIMEOUT - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
updateOrAdd(long, Map<String, Object>) - Method in interface org.neo4j.unsafe.batchinsert.BatchInserterIndex
Adds key/value pairs for entity to the index.
Uris - Class in org.neo4j.helpers
Functions for working with URIs

V

VALID_TIME_DESCRIPTION - Static variable in class org.neo4j.helpers.TimeUtil
 
value() - Method in class org.neo4j.helpers.Args.Option
 
valueOf(String) - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector.EncryptionLevel
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector.ConnectorType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.LabelIndex
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.SchemaIndex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.TransactionStateMemoryAllocation
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector.EncryptionLevel
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector.ConnectorType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.LabelIndex
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.SchemaIndex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphdb.factory.GraphDatabaseSettings.TransactionStateMemoryAllocation
Returns an array containing the constants of this enum type, in the order they are declared.
vm_pause_monitor_measurement_duration - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
vm_pause_monitor_stall_alert_threshold - Static variable in class org.neo4j.graphdb.factory.GraphDatabaseSettings
 
VOID - Static variable in class org.neo4j.helpers.FutureAdapter
 

W

with(GraphDatabaseService) - Method in class org.neo4j.helpers.TransactionTemplate
 
withFlags(String...) - Static method in class org.neo4j.helpers.Args
 
without(T[], T...) - Static method in class org.neo4j.helpers.ArrayUtil
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links
Neo4j

Copyright © 2002–2019 The Neo4j Graph Database Project. All rights reserved.