| Package | Description |
|---|---|
| org.neo4j.kernel.lifecycle | |
| org.neo4j.scheduler |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Lifecycle> |
Lifespan.add(T subject) |
<T extends Lifecycle> |
LifeSupport.add(T instance)
Add a new Lifecycle instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Lifecycle |
Lifecycles.multiple(Iterable<? extends Lifecycle> lifecycles) |
static Lifecycle |
Lifecycles.multiple(Lifecycle... lifecycles) |
| Modifier and Type | Method and Description |
|---|---|
List<Lifecycle> |
LifeSupport.getLifecycleInstances() |
| Modifier and Type | Method and Description |
|---|---|
static Lifecycle |
Lifecycles.multiple(Lifecycle... lifecycles) |
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) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JobScheduler
To be expanded, the idea here is to have a database-global service for running jobs, handling jobs crashing and so on.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.