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

A

accept(T, U) - Method in interface org.neo4j.function.ThrowingBiConsumer
Performs this operation on the given arguments.
accept(T) - Method in interface org.neo4j.function.ThrowingConsumer
Performs this operation on the given argument.
adapted(Supplier<V>, Function<V, T>) - Static method in class org.neo4j.function.Suppliers
Creates a new Supplier that applies the specified function to the values obtained from a source supplier.
add(T) - Method in class org.neo4j.kernel.lifecycle.Lifespan
 
add(T) - Method in class org.neo4j.kernel.lifecycle.LifeSupport
Add a new Lifecycle instance.
addLifecycleListener(LifecycleListener) - Method in class org.neo4j.kernel.lifecycle.LifeSupport
 
all(Predicate<T>...) - Static method in class org.neo4j.function.Predicates
 
all(Iterable<Predicate<T>>) - Static method in class org.neo4j.function.Predicates
 
all() - Static method in class org.neo4j.kernel.api.exceptions.Status.Code
 
allocatedBytes(Thread) - Method in class org.neo4j.resources.HeapAllocation
Returns the current CPU time used by the thread, in nanoseconds.
allocatedBytes(long) - Method in class org.neo4j.resources.HeapAllocation
Returns the current CPU time used by the thread, in nanoseconds.
ALWAYS_TRUE_INT - Static variable in class org.neo4j.function.Predicates
 
alwaysFalse() - Static method in class org.neo4j.function.Predicates
 
alwaysTrue() - Static method in class org.neo4j.function.Predicates
 
any(Predicate<T>...) - Static method in class org.neo4j.function.Predicates
 
any(Iterable<Predicate<T>>) - Static method in class org.neo4j.function.Predicates
 
any(int[]) - Static method in class org.neo4j.function.Predicates
 
apply() - Method in interface org.neo4j.function.ThrowingAction
Apply the action for some or all of its side-effects to take place, possibly throwing an exception.
apply(T, U) - Method in interface org.neo4j.function.ThrowingBiFunction
Applies this function to the given arguments.
apply(T) - Method in interface org.neo4j.function.ThrowingFunction
Apply a value to this function
apply(int) - Method in interface org.neo4j.function.ThrowingIntFunction
Applies this function to the given argument.
apply(long) - Method in interface org.neo4j.function.ThrowingLongFunction
Applies this function to the given argument.
applyAsLong(long, long) - Method in interface org.neo4j.function.ThrowingLongBinaryOperator
Applies this operator to the given operand.
applyAsLong(long) - Method in interface org.neo4j.function.ThrowingLongUnaryOperator
Applies this operator to the given operand.
applyAsLong(T) - Method in interface org.neo4j.function.ThrowingToLongFunction
Applies this function to the given argument.
await(Supplier<TYPE>, Predicate<TYPE>, long, TimeUnit, long, TimeUnit) - Static method in class org.neo4j.function.Predicates
 
await(Supplier<TYPE>, Predicate<TYPE>, long, TimeUnit) - Static method in class org.neo4j.function.Predicates
 
await(Supplier<Boolean>, long, TimeUnit) - Static method in class org.neo4j.function.Predicates
 
await(Supplier<Boolean>, long, TimeUnit, long, TimeUnit) - Static method in class org.neo4j.function.Predicates
 
awaitEx(ThrowingSupplier<TYPE, EXCEPTION>, ThrowingPredicate<TYPE, EXCEPTION>, long, TimeUnit, long, TimeUnit) - Static method in class org.neo4j.function.Predicates
 
awaitEx(ThrowingSupplier<TYPE, ? extends EXCEPTION>, ThrowingPredicate<TYPE, ? extends EXCEPTION>, long, TimeUnit) - Static method in class org.neo4j.function.Predicates
 
awaitEx(ThrowingSupplier<Boolean, EXCEPTION>, long, TimeUnit) - Static method in class org.neo4j.function.Predicates
 
awaitEx(ThrowingSupplier<Boolean, EXCEPTION>, long, TimeUnit, long, TimeUnit) - Static method in class org.neo4j.function.Predicates
 
awaitForever(BooleanSupplier, long, TimeUnit) - Static method in class org.neo4j.function.Predicates
 

B

boltLogRotation - Static variable in class org.neo4j.scheduler.JobScheduler.Groups
Rotates bolt message logs
boltNetworkIO - Static variable in class org.neo4j.scheduler.JobScheduler.Groups
Network IO threads for the Bolt protocol.

C

cancel(boolean) - Method in interface org.neo4j.scheduler.JobScheduler.JobHandle
 
cancelled(boolean) - Method in interface org.neo4j.scheduler.JobScheduler.CancelListener
Notification that JobScheduler.JobHandle.cancel(boolean) was called.
catchThrown(Class<E>, ThrowingFunction<T, R, E>) - Static method in interface org.neo4j.function.ThrowingFunction
Construct a regular function that calls a throwing function and catches all checked exceptions declared and thrown by the throwing function and rethrows them as UncaughtCheckedException for handling further up the stack.
chain(T, T) - Static method in class org.neo4j.helpers.Exceptions
 
checkPoint - Static variable in class org.neo4j.scheduler.JobScheduler.Groups
Checkpoint and store flush
classification() - Method in class org.neo4j.kernel.api.exceptions.Status.Code
 
clear() - Method in class org.neo4j.kernel.lifecycle.LifeSupport
Shutdown and throw away all the current instances.
Clocks - Class in org.neo4j.time
This class consists of static utility methods for operating on clocks.
close() - Method in class org.neo4j.kernel.lifecycle.Lifespan
 
code() - Method in enum org.neo4j.kernel.api.exceptions.Status.Cluster
 
code() - Method in interface org.neo4j.kernel.api.exceptions.Status
 
code() - Method in enum org.neo4j.kernel.api.exceptions.Status.General
 
code() - Method in enum org.neo4j.kernel.api.exceptions.Status.LegacyIndex
 
code() - Method in enum org.neo4j.kernel.api.exceptions.Status.Network
 
code() - Method in enum org.neo4j.kernel.api.exceptions.Status.Procedure
 
code() - Method in enum org.neo4j.kernel.api.exceptions.Status.Request
 
code() - Method in enum org.neo4j.kernel.api.exceptions.Status.Schema
 
code() - Method in enum org.neo4j.kernel.api.exceptions.Status.Security
 
code() - Method in enum org.neo4j.kernel.api.exceptions.Status.Statement
 
code() - Method in enum org.neo4j.kernel.api.exceptions.Status.Transaction
 
combine(E, E) - Static method in class org.neo4j.helpers.Exceptions
 
compareDoubleAgainstLong(double, long) - Static method in class org.neo4j.helpers.MathUtil
 
compareLongAgainstDouble(long, double) - Static method in class org.neo4j.helpers.MathUtil
 
compose(ThrowingSupplier<T, ? extends E>, ThrowingPredicate<T, ? extends E>) - Static method in class org.neo4j.function.Suppliers
 
computeRequiredByteBufferSize(String) - Static method in class org.neo4j.string.UTF8
 
contains(Throwable, String, Class...) - Static method in class org.neo4j.helpers.Exceptions
 
contains(Throwable, Class...) - Static method in class org.neo4j.helpers.Exceptions
 
contains(Throwable, Predicate<Throwable>) - Static method in class org.neo4j.helpers.Exceptions
 
CPU_CLOCK - Static variable in class org.neo4j.resources.CpuClock
 
CpuClock - Class in org.neo4j.resources
Measures CPU time by thread.
CpuClock() - Constructor for class org.neo4j.resources.CpuClock
 
cpuTimeNanos(Thread) - Method in class org.neo4j.resources.CpuClock
Returns the current CPU time used by the thread, in nanoseconds.
cpuTimeNanos(long) - Method in class org.neo4j.resources.CpuClock
Returns the current CPU time used by the thread, in nanoseconds.

D

decode - Static variable in class org.neo4j.string.UTF8
 
decode(byte[]) - Static method in class org.neo4j.string.UTF8
 
decode(byte[], int, int) - Static method in class org.neo4j.string.UTF8
 
decodeHexString(String) - Static method in class org.neo4j.string.HexString
Converts a hexadecimal string to a byte array
decrementExactNotPastZero(int) - Static method in class org.neo4j.helpers.MathUtil
Return an integer one less than the given integer, or throw ArithmeticException if the given integer is zero.
Delegate(Lifecycle) - Constructor for class org.neo4j.kernel.lifecycle.Lifecycle.Delegate
 
description() - Method in enum org.neo4j.kernel.api.exceptions.Status.Classification
 
description() - Method in class org.neo4j.kernel.api.exceptions.Status.Code
 

E

encode - Static variable in class org.neo4j.string.UTF8
 
encode(String) - Static method in class org.neo4j.string.UTF8
 
encodeHexString(byte[]) - Static method in class org.neo4j.string.HexString
Converts a byte array to a hexadecimal string.
equals(Object) - Method in class org.neo4j.kernel.api.exceptions.Status.Code
 
Exceptions - Class in org.neo4j.helpers
 
executor(JobScheduler.Group) - Method in interface org.neo4j.scheduler.JobScheduler
Expose a group scheduler as an Executor

F

Factory<T> - Interface in org.neo4j.function
A generic factory interface for creating instances that do not need any additional dependencies or parameters.
fail(Exception) - Method in interface org.neo4j.function.FailableConsumer
 
FailableConsumer<TYPE> - Interface in org.neo4j.function
 
fakeClock() - Static method in class org.neo4j.time.Clocks
Return new fake clock instance.
fakeClock(long, TimeUnit) - Static method in class org.neo4j.time.Clocks
Return new fake clock instance.
fakeClock(TemporalAccessor) - Static method in class org.neo4j.time.Clocks
 
FakeClock - Class in org.neo4j.time
A Clock that is manually controlled.
FakeClock() - Constructor for class org.neo4j.time.FakeClock
 
FakeClock(long, TimeUnit) - Constructor for class org.neo4j.time.FakeClock
 
fileWatch - Static variable in class org.neo4j.scheduler.JobScheduler.Groups
File watch service group
finalise(long) - Method in interface org.neo4j.hashing.HashFunction
Produce a final hash value from the given intermediate hash state.
forward(long, TimeUnit) - Method in class org.neo4j.time.FakeClock
 

G

get() - Method in interface org.neo4j.function.ThrowingSupplier
Gets a result.
getAsBoolean() - Method in interface org.neo4j.function.ThrowingBooleanSupplier
Gets a result.
getAsInt() - Method in interface org.neo4j.function.ThrowingIntSupplier
Gets a result.
getAsLong() - Method in interface org.neo4j.function.ThrowingLongSupplier
Gets a result.
getCauseIfOfType(Class<E>) - Method in exception org.neo4j.function.UncaughtCheckedException
Check that the cause has the given type and if successful, return it.
getDecodedStringFrom(ByteBuffer) - Static method in class org.neo4j.string.UTF8
 
getLifecycleInstances() - Method in class org.neo4j.kernel.lifecycle.LifeSupport
 
getStatus() - Method in class org.neo4j.kernel.lifecycle.LifeSupport
 
getZone() - Method in class org.neo4j.time.FakeClock
 
getZone() - Method in class org.neo4j.time.SystemNanoClock
 
Group(String) - Constructor for class org.neo4j.scheduler.JobScheduler.Group
 

H

hashCode() - Method in class org.neo4j.kernel.api.exceptions.Status.Code
 
HashFunction - Interface in org.neo4j.hashing
A hash function, as per this interface, will produce a deterministic value based on its input.
hashSingleValue(long) - Method in interface org.neo4j.hashing.HashFunction
Produce a 64-bit hash value from a single long value.
hashSingleValueToInt(long) - Method in interface org.neo4j.hashing.HashFunction
Produce a 32-bit hash value from a single long value.
HEAP_ALLOCATION - Static variable in class org.neo4j.resources.HeapAllocation
 
HeapAllocation - Class in org.neo4j.resources
 
HeapAllocation() - Constructor for class org.neo4j.resources.HeapAllocation
 
HexString - Class in org.neo4j.string
Utility for dealing with hexadecimal strings.

I

identity() - Static method in class org.neo4j.function.IOFunctions
 
in(T...) - Static method in class org.neo4j.function.Predicates
 
in(Iterable<T>) - Static method in class org.neo4j.function.Predicates
 
incrementalXXH64() - Static method in interface org.neo4j.hashing.HashFunction
Our incremental XXH64 based hash function.
indexPopulation - Static variable in class org.neo4j.scheduler.JobScheduler.Groups
Background index population
indexSampling - Static variable in class org.neo4j.scheduler.JobScheduler.Groups
 
indexSamplingController - Static variable in class org.neo4j.scheduler.JobScheduler.Groups
Gathers approximated data about the underlying data store.
init() - Method in class org.neo4j.kernel.lifecycle.Lifecycle.Delegate
 
init() - Method in interface org.neo4j.kernel.lifecycle.Lifecycle
 
init() - Method in class org.neo4j.kernel.lifecycle.LifecycleAdapter
 
init() - Method in class org.neo4j.kernel.lifecycle.LifeSupport
Initialize all registered instances, transitioning from status NONE to STOPPED.
initialise(long) - Method in interface org.neo4j.hashing.HashFunction
Initialise the hash function with the given seed.
instanceOf(Class) - Static method in class org.neo4j.function.Predicates
 
instanceOfAny(Class...) - Static method in class org.neo4j.function.Predicates
 
instant() - Method in class org.neo4j.time.FakeClock
 
instant() - Method in class org.neo4j.time.SystemNanoClock
 
internalLogRotation - Static variable in class org.neo4j.scheduler.JobScheduler.Groups
Rotates internal diagnostic logs
IOFunction<T,R> - Interface in org.neo4j.function
 
IOFunctions - Class in org.neo4j.function
Constructors for basic IOFunction types
isRunning() - Method in class org.neo4j.kernel.lifecycle.LifeSupport
 

J

javaUtilHashing() - Static method in interface org.neo4j.hashing.HashFunction
Same hash function as that used by the standard library hash collections.
JobScheduler - Interface in org.neo4j.scheduler
To be expanded, the idea here is to have a database-global service for running jobs, handling jobs crashing and so on.
JobScheduler.CancelListener - Interface in org.neo4j.scheduler
Gets notified about calls to JobScheduler.JobHandle.cancel(boolean).
JobScheduler.Group - Class in org.neo4j.scheduler
Represents a common group of jobs, defining how they should be scheduled.
JobScheduler.Groups - Class in org.neo4j.scheduler
This is an exhaustive list of job types that run in the database.
JobScheduler.JobHandle - Interface in org.neo4j.scheduler
 

L

launderedException(Throwable) - Static method in class org.neo4j.helpers.Exceptions
 
launderedException(String, Throwable) - Static method in class org.neo4j.helpers.Exceptions
 
launderedException(Class<T>, Throwable) - Static method in class org.neo4j.helpers.Exceptions
 
launderedException(Class<T>, String, Throwable) - Static method in class org.neo4j.helpers.Exceptions
 
lazySingleton(Supplier<T>) - Static method in class org.neo4j.function.Suppliers
Creates a lazy initialized Supplier of a single object
Lifecycle - Interface in org.neo4j.kernel.lifecycle
Lifecycle interface for kernel components.
Lifecycle.Delegate - Class in org.neo4j.kernel.lifecycle
 
LifecycleAdapter - Class in org.neo4j.kernel.lifecycle
Adapter for Lifecycle interface.
LifecycleAdapter() - Constructor for class org.neo4j.kernel.lifecycle.LifecycleAdapter
 
LifecycleException - Exception in org.neo4j.kernel.lifecycle
This exception is thrown by LifeSupport if a lifecycle transition fails.
LifecycleException(Object, LifecycleStatus, LifecycleStatus, Throwable) - Constructor for exception org.neo4j.kernel.lifecycle.LifecycleException
 
LifecycleException(String, Throwable) - Constructor for exception org.neo4j.kernel.lifecycle.LifecycleException
 
LifecycleListener - Interface in org.neo4j.kernel.lifecycle
Listener interface for listening to changes in status of instances managed through LifeSupport, including the LifeSupport instance itself.
Lifecycles - Class in org.neo4j.kernel.lifecycle
 
LifecycleStatus - Enum in org.neo4j.kernel.lifecycle
Enumerates the different status an instance can have while managed through LifeSupport.
Lifespan - Class in org.neo4j.kernel.lifecycle
Convenient use of a LifeSupport, effectively making one or more Lifecycle look and feel like one AutoCloseable.
Lifespan(Lifecycle...) - Constructor for class org.neo4j.kernel.lifecycle.Lifespan
 
LifeSupport - Class in org.neo4j.kernel.lifecycle
Support class for handling collections of Lifecycle instances.
LifeSupport() - Constructor for class org.neo4j.kernel.lifecycle.LifeSupport
 

M

masterTransactionPushing - Static variable in class org.neo4j.scheduler.JobScheduler.Groups
Push transactions from master to slaves
MathUtil - Class in org.neo4j.helpers
 
metricsEvent - Static variable in class org.neo4j.scheduler.JobScheduler.Groups
Reporting thread for Metrics events
millis() - Method in class org.neo4j.time.FakeClock
 
MINIMUM_SERIALISED_LENGTH_BYTES - Static variable in class org.neo4j.string.UTF8
 
multiple(Iterable<? extends Lifecycle>) - Static method in class org.neo4j.kernel.lifecycle.Lifecycles
 
multiple(Lifecycle...) - Static method in class org.neo4j.kernel.lifecycle.Lifecycles
 

N

name() - Method in class org.neo4j.scheduler.JobScheduler.Group
 
nanoClock() - Static method in class org.neo4j.time.Clocks
Returns clock that allow to get current nanos.
nanos() - Method in class org.neo4j.time.FakeClock
 
nanos() - Method in class org.neo4j.time.SystemNanoClock
 
nativeSecurity - Static variable in class org.neo4j.scheduler.JobScheduler.Groups
Native security.
newInstance() - Method in interface org.neo4j.function.Factory
 
NO_METADATA - Static variable in class org.neo4j.scheduler.JobScheduler.Group
 
noDuplicates() - Static method in class org.neo4j.function.Predicates
 
noop() - Static method in interface org.neo4j.function.ThrowingAction
 
noop() - Static method in interface org.neo4j.function.ThrowingConsumer
 
not(Predicate<T>) - Static method in class org.neo4j.function.Predicates
 
NOT_AVAILABLE - Static variable in class org.neo4j.resources.CpuClock
 
NOT_AVAILABLE - Static variable in class org.neo4j.resources.HeapAllocation
 
notifyStatusChanged(Object, LifecycleStatus, LifecycleStatus) - Method in interface org.neo4j.kernel.lifecycle.LifecycleListener
 
notNull() - Static method in class org.neo4j.function.Predicates
 
Numbers - Class in org.neo4j.helpers
 
Numbers() - Constructor for class org.neo4j.helpers.Numbers
 
numbersEqual(double, long) - Static method in class org.neo4j.helpers.MathUtil
 

O

org.neo4j.function - package org.neo4j.function
 
org.neo4j.hashing - package org.neo4j.hashing
 
org.neo4j.helpers - package org.neo4j.helpers
 
org.neo4j.kernel.api.exceptions - package org.neo4j.kernel.api.exceptions
 
org.neo4j.kernel.lifecycle - package org.neo4j.kernel.lifecycle
 
org.neo4j.resources - package org.neo4j.resources
 
org.neo4j.scheduler - package org.neo4j.scheduler
 
org.neo4j.string - package org.neo4j.string
 
org.neo4j.time - package org.neo4j.time
 

P

peel(Throwable, Predicate<Throwable>) - Static method in class org.neo4j.helpers.Exceptions
Peels off layers of causes.
portion(double...) - Static method in class org.neo4j.helpers.MathUtil
Calculates the portion of the first value to all values passed
Predicates - Class in org.neo4j.function
Constructors for basic Predicate types
pullUpdates - Static variable in class org.neo4j.scheduler.JobScheduler.Groups
Pulls updates from the master.
putEncodedStringInto(String, ByteBuffer) - Static method in class org.neo4j.string.UTF8
 

Q

queryLogRotation - Static variable in class org.neo4j.scheduler.JobScheduler.Groups
Rotates query logs

R

raftLogPruning - Static variable in class org.neo4j.scheduler.JobScheduler.Groups
Raft Log pruning
recoveryCleanup - Static variable in class org.neo4j.scheduler.JobScheduler.Groups
Recovery cleanup.
registerCancelListener(JobScheduler.CancelListener) - Method in interface org.neo4j.scheduler.JobScheduler.JobHandle
 
remove(Lifecycle) - Method in class org.neo4j.kernel.lifecycle.LifeSupport
 
rollbackTransaction() - Method in enum org.neo4j.kernel.api.exceptions.Status.Classification
 
rootCause(Throwable) - Static method in class org.neo4j.helpers.Exceptions
 

S

safeCastIntToUnsignedShort(int) - Static method in class org.neo4j.helpers.Numbers
 
safeCastLongToByte(long) - Static method in class org.neo4j.helpers.Numbers
 
safeCastLongToInt(long) - Static method in class org.neo4j.helpers.Numbers
 
safeCastLongToShort(long) - Static method in class org.neo4j.helpers.Numbers
 
schedule(JobScheduler.Group, Runnable) - Method in interface org.neo4j.scheduler.JobScheduler
Schedule a new job in the specified group.
schedule(JobScheduler.Group, Runnable, Map<String, String>) - Method in interface org.neo4j.scheduler.JobScheduler
Schedule a new job in the specified group, passing in metadata for the scheduling strategy to use.
schedule(JobScheduler.Group, Runnable, long, TimeUnit) - Method in interface org.neo4j.scheduler.JobScheduler
Schedule a new job in the specified group with the given delay
scheduleRecurring(JobScheduler.Group, Runnable, long, TimeUnit) - Method in interface org.neo4j.scheduler.JobScheduler
Schedule a recurring job
scheduleRecurring(JobScheduler.Group, Runnable, long, long, TimeUnit) - Method in interface org.neo4j.scheduler.JobScheduler
Schedule a recurring job where the first invocation is delayed the specified time
serialize() - Method in class org.neo4j.kernel.api.exceptions.Status.Code
The portable, serialized status code.
serverTransactionTimeout - Static variable in class org.neo4j.scheduler.JobScheduler.Groups
Rolls back idle transactions on the server.
sessionWorker - Static variable in class org.neo4j.scheduler.JobScheduler.Groups
Session workers, these perform the work of actually executing client queries.
setMessage(Throwable, String) - Static method in class org.neo4j.helpers.Exceptions
 
shutdown() - Method in class org.neo4j.kernel.lifecycle.Lifecycle.Delegate
 
shutdown() - Method in interface org.neo4j.kernel.lifecycle.Lifecycle
 
shutdown() - Method in class org.neo4j.kernel.lifecycle.LifecycleAdapter
 
shutdown() - Method in class org.neo4j.kernel.lifecycle.LifeSupport
Shutdown all registered instances, transitioning from either STARTED or STOPPED to SHUTDOWN.
singleton(T) - Static method in class org.neo4j.function.Suppliers
Creates a Supplier that returns a single object
slaveLocksTimeout - Static variable in class org.neo4j.scheduler.JobScheduler.Groups
Aborts idle slave lock sessions on the master.
source() - Method in exception org.neo4j.function.UncaughtCheckedException
 
start() - Method in class org.neo4j.kernel.lifecycle.Lifecycle.Delegate
 
start() - Method in interface org.neo4j.kernel.lifecycle.Lifecycle
 
start() - Method in class org.neo4j.kernel.lifecycle.LifecycleAdapter
 
start() - Method in class org.neo4j.kernel.lifecycle.LifeSupport
Start all registered instances, transitioning from STOPPED to STARTED.
Status - Interface in org.neo4j.kernel.api.exceptions
This is the codification of all available surface-api status codes.
status() - Method in interface org.neo4j.kernel.api.exceptions.Status.HasStatus
 
Status.Classification - Enum in org.neo4j.kernel.api.exceptions
 
Status.Cluster - Enum in org.neo4j.kernel.api.exceptions
 
Status.Code - Class in org.neo4j.kernel.api.exceptions
 
Status.General - Enum in org.neo4j.kernel.api.exceptions
 
Status.HasStatus - Interface in org.neo4j.kernel.api.exceptions
 
Status.LegacyIndex - Enum in org.neo4j.kernel.api.exceptions
 
Status.Network - Enum in org.neo4j.kernel.api.exceptions
 
Status.Procedure - Enum in org.neo4j.kernel.api.exceptions
 
Status.Request - Enum in org.neo4j.kernel.api.exceptions
 
Status.Schema - Enum in org.neo4j.kernel.api.exceptions
 
Status.Security - Enum in org.neo4j.kernel.api.exceptions
 
Status.Statement - Enum in org.neo4j.kernel.api.exceptions
 
Status.Transaction - Enum in org.neo4j.kernel.api.exceptions
 
statusCodeOf(Throwable) - Static method in interface org.neo4j.kernel.api.exceptions.Status
 
stop() - Method in class org.neo4j.kernel.lifecycle.Lifecycle.Delegate
 
stop() - Method in interface org.neo4j.kernel.lifecycle.Lifecycle
 
stop() - Method in class org.neo4j.kernel.lifecycle.LifecycleAdapter
 
stop() - Method in class org.neo4j.kernel.lifecycle.LifeSupport
Stop all registered instances, transitioning from STARTED to STOPPED.
storageMaintenance - Static variable in class org.neo4j.scheduler.JobScheduler.Groups
Storage maintenance.
stringify(Throwable) - Static method in class org.neo4j.helpers.Exceptions
 
stringify(Thread, StackTraceElement[]) - Static method in class org.neo4j.helpers.Exceptions
 
Suppliers - Class in org.neo4j.function
Constructors for basic Supplier types
systemClock() - Static method in class org.neo4j.time.Clocks
Returns system clock.
SystemNanoClock - Class in org.neo4j.time
Clock that support nano time resolution.

T

test(int) - Method in interface org.neo4j.function.ThrowingIntPredicate
Evaluates this predicate on the given argument.
test(long) - Method in interface org.neo4j.function.ThrowingLongPredicate
Evaluates this predicate on the given argument.
test(T) - Method in interface org.neo4j.function.ThrowingPredicate
Evaluates this predicate on the given argument.
THREAD_ID - Static variable in class org.neo4j.scheduler.JobScheduler.Group
 
threadFactory(JobScheduler.Group) - Method in interface org.neo4j.scheduler.JobScheduler
Expose a group scheduler as a ThreadFactory.
threadName(Map<String, String>) - Method in class org.neo4j.scheduler.JobScheduler.Group
Name a new thread.
throwIfPresent(Optional<E>) - Static method in interface org.neo4j.function.ThrowingFunction
 
ThrowingAction<E extends Exception> - Interface in org.neo4j.function
An action that takes no parameters and returns no values, but may have a side-effect and may throw an exception.
ThrowingBiConsumer<T,U,E extends Exception> - Interface in org.neo4j.function
Represents an operation that accepts two arguments and returns no result.
ThrowingBiFunction<T,U,R,E extends Exception> - Interface in org.neo4j.function
Represents a function that accepts two arguments and produces a result.
ThrowingBinaryOperator<T,E extends Exception> - Interface in org.neo4j.function
Represents an operation on a single operand that produces a result of the same type as its operand.
ThrowingBooleanSupplier<E extends Exception> - Interface in org.neo4j.function
Represents a supplier of boolean-valued results.
ThrowingConsumer<T,E extends Throwable> - Interface in org.neo4j.function
Represents an operation that accepts a single input argument and returns no result.
ThrowingFunction<T,R,E extends Exception> - Interface in org.neo4j.function
Represents a function that accepts one argument and produces a result, or throws an exception.
ThrowingIntFunction<R,E extends Exception> - Interface in org.neo4j.function
Represents a function that accepts an int-valued argument and produces a result.
ThrowingIntPredicate<E extends Exception> - Interface in org.neo4j.function
Represents a predicate (boolean-valued function) of one int-valued argument.
ThrowingIntSupplier<E extends Exception> - Interface in org.neo4j.function
Represents a supplier of int-valued results.
ThrowingLongBinaryOperator<E extends Exception> - Interface in org.neo4j.function
Represents an operation upon two long-valued operands and producing a long-valued result.
ThrowingLongFunction<R,E extends Exception> - Interface in org.neo4j.function
Represents a function that accepts a long-valued argument and produces a result.
ThrowingLongPredicate<E extends Exception> - Interface in org.neo4j.function
Represents a predicate (boolean-valued function) of one long-valued argument.
ThrowingLongSupplier<E extends Exception> - Interface in org.neo4j.function
Represents a supplier of long-valued results.
ThrowingLongUnaryOperator<E extends Exception> - Interface in org.neo4j.function
Represents an operation on a single long-valued operand that produces a long-valued result.
ThrowingPredicate<T,E extends Exception> - Interface in org.neo4j.function
Represents a predicate (boolean-valued function) of one argument.
throwingPredicate(Predicate<TYPE>) - Static method in interface org.neo4j.function.ThrowingPredicate
 
ThrowingSupplier<T,E extends Exception> - Interface in org.neo4j.function
Represents a supplier of results, that may throw an exception.
throwingSupplier(Supplier<TYPE>) - Static method in interface org.neo4j.function.ThrowingSupplier
 
ThrowingToLongFunction<T,E extends Exception> - Interface in org.neo4j.function
Represents a function that produces a long-valued result.
ThrowingUnaryOperator<T,E extends Exception> - Interface in org.neo4j.function
Represents an operation on a single operand that produces a result of the same type as its operand.
toInt(long) - Method in interface org.neo4j.hashing.HashFunction
Reduce the given 64-bit hash value to a 32-bit value.
toString() - Method in class org.neo4j.kernel.api.exceptions.Status.Code
 
toString() - Method in class org.neo4j.kernel.lifecycle.LifeSupport
 
transactionTimeoutMonitor - Static variable in class org.neo4j.scheduler.JobScheduler.Groups
Kernel transaction timeout monitor.
tryAwaitEx(ThrowingSupplier<Boolean, EXCEPTION>, long, TimeUnit, long, TimeUnit) - Static method in class org.neo4j.function.Predicates
 
tryAwaitEx(ThrowingSupplier<Boolean, EXCEPTION>, long, TimeUnit, long, TimeUnit, Clock) - Static method in class org.neo4j.function.Predicates
 

U

udc - Static variable in class org.neo4j.scheduler.JobScheduler.Groups
UDC timed events.
UncaughtCheckedException - Exception in org.neo4j.function
Wrapper around checked exceptions for rethrowing them as runtime exceptions when the signature of the containing method cannot be changed to declare them.
UncaughtCheckedException(Object, Throwable) - Constructor for exception org.neo4j.function.UncaughtCheckedException
 
unsignedShortToInt(short) - Static method in class org.neo4j.helpers.Numbers
 
untilTimeExpired(long, TimeUnit) - Static method in class org.neo4j.function.Suppliers
 
update(long, long) - Method in interface org.neo4j.hashing.HashFunction
Update the hash state by mixing the given value into the given intermediate hash state.
UTF8 - Class in org.neo4j.string
Utilities for working with UTF8 encoding and decoding.

V

valueOf(String) - Static method in enum org.neo4j.kernel.api.exceptions.Status.Classification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.api.exceptions.Status.Cluster
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.api.exceptions.Status.General
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.api.exceptions.Status.LegacyIndex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.api.exceptions.Status.Network
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.api.exceptions.Status.Procedure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.api.exceptions.Status.Request
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.api.exceptions.Status.Schema
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.api.exceptions.Status.Security
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.api.exceptions.Status.Statement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.api.exceptions.Status.Transaction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.kernel.lifecycle.LifecycleStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.neo4j.kernel.api.exceptions.Status.Classification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.api.exceptions.Status.Cluster
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.api.exceptions.Status.General
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.api.exceptions.Status.LegacyIndex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.api.exceptions.Status.Network
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.api.exceptions.Status.Procedure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.api.exceptions.Status.Request
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.api.exceptions.Status.Schema
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.api.exceptions.Status.Security
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.api.exceptions.Status.Statement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.api.exceptions.Status.Transaction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.kernel.lifecycle.LifecycleStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitTermination() - Method in interface org.neo4j.scheduler.JobScheduler.JobHandle
 
withCause(T, Throwable) - Static method in class org.neo4j.helpers.Exceptions
 
withMessage(T, String) - Static method in class org.neo4j.helpers.Exceptions
 
withSuppressed(T, Throwable...) - Static method in class org.neo4j.helpers.Exceptions
 
withZone(ZoneId) - Method in class org.neo4j.time.FakeClock
 
withZone(ZoneId) - Method in class org.neo4j.time.SystemNanoClock
 

X

xorShift32() - Static method in interface org.neo4j.hashing.HashFunction
The default hash function is based on a pseudo-random number generator, which uses the input value as a seed to the generator.
A B C D E F G H I J L M N O P Q R S T U V W X 
Skip navigation links

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