| Package | Description |
|---|---|
| org.neo4j.kernel.lifecycle |
| Modifier and Type | Class and Description |
|---|---|
static class |
Lifecycle.Delegate |
class |
LifecycleAdapter
Adapter for Lifecycle interface.
|
class |
LifeSupport
Support class for handling collections of Lifecycle instances.
|
class |
SafeLifecycle
A safer lifecycle adapter with strict semantics and as
a result simpler error handling and reasoning.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Lifecycle> |
LifeSupport.add(T instance)
Add a new Lifecycle instance.
|
<T extends Lifecycle> |
Lifespan.add(T subject) |
| Modifier and Type | Method and Description |
|---|---|
static Lifecycle |
Lifecycles.multiple(Iterable<? extends Lifecycle> lifecycles) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Lifecycle> |
LifeSupport.getLifecycleInstances() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LifeSupport.remove(Lifecycle instance) |
| Modifier and Type | Method and Description |
|---|---|
static Lifecycle |
Lifecycles.multiple(Iterable<? extends Lifecycle> lifecycles) |
| Constructor and Description |
|---|
Delegate(Lifecycle delegate) |
Lifespan(Lifecycle... subjects) |
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.