| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.query |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeQueryIndexProvider
This
QueryIndexProvider aggregates a list of query index providers
into a single query index provider. |
class |
WhiteboardIndexProvider
Dynamic
QueryIndexProvider based on the available
whiteboard services. |
| Modifier and Type | Method and Description |
|---|---|
static QueryIndexProvider |
CompositeQueryIndexProvider.compose(Collection<QueryIndexProvider> providers) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryIndexProviderAware.setQueryIndexProvider(QueryIndexProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
static QueryIndexProvider |
CompositeQueryIndexProvider.compose(Collection<QueryIndexProvider> providers) |
| Constructor and Description |
|---|
CompositeQueryIndexProvider(QueryIndexProvider... providers) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.