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

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.
AccessMode - Interface in org.neo4j.kernel.api.security
Controls the capabilities of a KernelTransaction.
AccessMode.Static - Enum in org.neo4j.kernel.api.security
 
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
 
allowsReads() - Method in interface org.neo4j.kernel.api.security.AccessMode
 
allowsSchemaWrites() - Method in interface org.neo4j.kernel.api.security.AccessMode
 
allowsWrites() - Method in interface org.neo4j.kernel.api.security.AccessMode
 
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
 
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
 
awaitForever(BooleanSupplier, long, TimeUnit) - Static method in class org.neo4j.function.Predicates
 

C

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.
close() - Method in class org.neo4j.kernel.lifecycle.Lifespan
 
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
 
compose(Supplier<T>, Predicate<T>) - Static method in class org.neo4j.function.Suppliers
 
computeRequiredByteBufferSize(String) - Static method in class org.neo4j.string.UTF8
 

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

F

Factory<T> - Interface in org.neo4j.function
A generic factory interface for creating instances that do not need any additional dependencies or parameters.
FakeClock - Class in org.neo4j.time
A Clock that is manually controlled.
FakeClock() - Constructor for class org.neo4j.time.FakeClock
 
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.
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
 

H

hashCode() - Method in class org.neo4j.kernel.api.exceptions.Status.Code
 
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
 
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.
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
 
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
 

L

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

multiple(Iterable<? extends Lifecycle>) - Static method in class org.neo4j.kernel.lifecycle.Lifecycles
 

N

name() - Method in interface org.neo4j.kernel.api.security.AccessMode
 
newInstance() - Method in interface org.neo4j.function.Factory
 
noDuplicates() - Static method in class org.neo4j.function.Predicates
 
noop() - Static method in class org.neo4j.function.ThrowingConsumers
 
notifyStatusChanged(Object, LifecycleStatus, LifecycleStatus) - Method in interface org.neo4j.kernel.lifecycle.LifecycleListener
 
notNull() - Static method in class org.neo4j.function.Predicates
 

O

org.neo4j.function - package org.neo4j.function
 
org.neo4j.kernel.api.exceptions - package org.neo4j.kernel.api.exceptions
 
org.neo4j.kernel.api.security - package org.neo4j.kernel.api.security
 
org.neo4j.kernel.lifecycle - package org.neo4j.kernel.lifecycle
 
org.neo4j.string - package org.neo4j.string
 
org.neo4j.time - package org.neo4j.time
 

P

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

refersToLog() - Method in enum org.neo4j.kernel.api.exceptions.Status.Classification
 
remove(Object) - Method in class org.neo4j.kernel.lifecycle.LifeSupport
 
rollbackTransaction() - Method in enum org.neo4j.kernel.api.exceptions.Status.Classification
 

S

serialize() - Method in class org.neo4j.kernel.api.exceptions.Status.Code
The portable, serialized status code.
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
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.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.
Suppliers - Class in org.neo4j.function
Constructors for basic Supplier types
Suppliers() - Constructor for class org.neo4j.function.Suppliers
 

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.
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 Exception> - 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.
ThrowingSupplier<T,E extends Exception> - Interface in org.neo4j.function
Represents a supplier of results, that may throw an exception.
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.
toString() - Method in class org.neo4j.kernel.api.exceptions.Status.Code
 
toString() - Method in class org.neo4j.kernel.lifecycle.LifeSupport
 

U

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.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.api.security.AccessMode.Static
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.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.api.security.AccessMode.Static
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

withZone(ZoneId) - Method in class org.neo4j.time.FakeClock
 
A C D E F G H I L M N O P R S T U V W 
Skip navigation links

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