| Class | Description |
|---|---|
| FeatureToggles |
Feature toggles are used for features that are possible to configure, but where the configuration is always fixed in
a production system.
|
| MemoryManager |
The memory manager is simple: it only allocates memory, until it itself is finalizable and frees it all in one go.
|
| UnsafeUtil |
Always check that the Unsafe utilities are available with the
assertHasUnsafe() method, before
calling any of the other methods. |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.