Modifier and Type | Method and Description |
---|---|
void |
BatchBackend.flush(IndexedTypeSet indexedRootTypes)
Since most work is done async in the backend, we need to flush at the end to
make sure we don't return control before all work was processed,
and that IndexWriters are committed or closed.
|
void |
BatchBackend.optimize(IndexedTypeSet targetedClasses)
Triggers optimization of all indexes containing at least one instance of the
listed targetedClasses.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityIndexBinding.postInitialize(IndexedTypeSet indexedClasses)
Called once during bootstrapping
|
void |
AbstractDocumentBuilder.postInitialize(IndexedTypeSet indexedClassesSet) |
Modifier and Type | Method and Description |
---|---|
IndexReader |
IndexReaderAccessor.open(IndexedTypeSet types)
This method is intended for integrators which use alternative entity mappings over annotated
Class objects.
|
Modifier and Type | Method and Description |
---|---|
IndexedTypeSet |
IndexManager.getContainedTypes() |
IndexedTypeSet |
DirectoryBasedIndexManager.getContainedTypes() |
Modifier and Type | Method and Description |
---|---|
IndexedTypeSet |
HSQuery.getIndexedTargetedEntities() |
IndexedTypeSet |
HSQuery.getTargetedEntities() |
Modifier and Type | Method and Description |
---|---|
HSQuery |
QueryDescriptor.createHSQuery(SearchIntegrator integrator,
IndexedTypeSet types) |
Modifier and Type | Method and Description |
---|---|
IndexedTypeSet |
IndexedTypeIdentifier.asTypeSet() |
IndexedTypeSet |
SearchIntegrator.getIndexedTypeIdentifiers()
Returns the set of currently indexed types.
|
IndexedTypeSet |
IndexedTypeMap.keySet() |
Modifier and Type | Method and Description |
---|---|
boolean |
IndexedTypeSet.containsAll(IndexedTypeSet subsetCandidate) |
Modifier and Type | Method and Description |
---|---|
IndexedTypeSet |
Workspace.getEntitiesInIndexManager()
Deprecated.
|
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.