Package | Description |
---|---|
org.modeshape.common.collection |
A set of common classes for dealing with collections of other objects.
|
org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
org.modeshape.jcr.query.engine.process |
When executing a query, the processing phase involves "running" each branch in the optimized query plan, determining
the set of nodes that satisfies each branch, and then joining each branch into a single result.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CloseableSupplier<T extends AutoCloseable>
A
Supplier for AutoCloseable objects that itself can be closed without regard for whether the get()
method has not yet been called. |
Constructor and Description |
---|
BufferManager.DbHolder(Supplier<org.mapdb.DB> supplier) |
BufferManager(ExecutionContext context,
Supplier<org.mapdb.DB> offheapDbSupplier,
Supplier<org.mapdb.DB> onheapDbSupplier) |
BufferManager(ExecutionContext context,
Supplier<org.mapdb.DB> offheapDbSupplier,
Supplier<org.mapdb.DB> onheapDbSupplier) |
Modifier and Type | Class and Description |
---|---|
protected class |
RestartableSequence.QueueBufferSupplier |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.