Skip navigation links
A C D E F G H I J L M N O P 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
 

C

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
 
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
 

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
 
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
 
fromConsumer(ThrowingConsumer<T, E>) - Static method in class org.neo4j.function.ThrowingFunctions
 
fromSupplier(ThrowingSupplier<T, E>) - Static method in class org.neo4j.function.ThrowingFunctions
 

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
 
getZone() - Method in class org.neo4j.time.TickOnAccessClock
 

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.
HexString() - Constructor for class org.neo4j.string.HexString
 

I

identity() - Static method in class org.neo4j.function.IOFunctions
 
identity() - Static method in class org.neo4j.function.ThrowingFunctions
 
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.
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.
init() - Method in class org.neo4j.kernel.lifecycle.SafeLifecycle
 
init0() - Method in class org.neo4j.kernel.lifecycle.SafeLifecycle
 
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
 
instant() - Method in class org.neo4j.time.TickOnAccessClock
 
IOFunction<T,R> - Interface in org.neo4j.function
 
IOFunctions - Class in org.neo4j.function
Constructors for basic IOFunction types
IOFunctions() - Constructor for class org.neo4j.function.IOFunctions
 
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.

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
 
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

MathUtil - Class in org.neo4j.helpers
 
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
 

N

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
 
newInstance() - Method in interface org.neo4j.function.Factory
 
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
 
noop() - Static method in class org.neo4j.function.ThrowingConsumers
 
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
 
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.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
Predicates() - Constructor for class org.neo4j.function.Predicates
 
putEncodedStringInto(String, ByteBuffer) - Static method in class org.neo4j.string.UTF8
 

R

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

SafeLifecycle - Class in org.neo4j.kernel.lifecycle
A safer lifecycle adapter with strict semantics and as a result simpler error handling and reasoning.
serialize() - Method in class org.neo4j.kernel.api.exceptions.Status.Code
The portable, serialized status code.
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.
shutdown() - Method in class org.neo4j.kernel.lifecycle.SafeLifecycle
 
shutdown0() - Method in class org.neo4j.kernel.lifecycle.SafeLifecycle
 
singleton(T) - Static method in class org.neo4j.function.Suppliers
Creates a Supplier that returns a single object
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.
start() - Method in class org.neo4j.kernel.lifecycle.SafeLifecycle
 
start0() - Method in class org.neo4j.kernel.lifecycle.SafeLifecycle
 
state() - Method in class org.neo4j.kernel.lifecycle.SafeLifecycle
 
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
 
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.
stop() - Method in class org.neo4j.kernel.lifecycle.SafeLifecycle
 
stop0() - Method in class org.neo4j.kernel.lifecycle.SafeLifecycle
 
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
Suppliers() - Constructor for class org.neo4j.function.Suppliers
 
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.
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.
ThrowingConsumers - Class in org.neo4j.function
Constructors for basic ThrowingConsumer types
ThrowingConsumers() - Constructor for class org.neo4j.function.ThrowingConsumers
 
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.
ThrowingFunctions - Class in org.neo4j.function
Constructors for basic ThrowingFunction and ThrowingBiFunction types
ThrowingFunctions() - Constructor for class org.neo4j.function.ThrowingFunctions
 
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.
tickOnAccessClock(Instant, Duration) - Static method in class org.neo4j.time.Clocks
Returns a clock that ticks every time it is accessed
TickOnAccessClock - Class in org.neo4j.time
A Clock that ticks every time it is accessed.
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
 
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

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
 
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

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
 
withZone(ZoneId) - Method in class org.neo4j.time.TickOnAccessClock
 

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 C D E F G H I J L M N O P R S T U V W X 
Skip navigation links

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