Constructor and Description |
---|
BatchedQueueingProcessor(Map<Class<?>,EntityIndexBinding> entityIndexBindings,
Properties properties) |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableEntityIndexBinding |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMutableEntityIndexBinding |
class |
DynamicShardingEntityIndexBinding |
Modifier and Type | Method and Description |
---|---|
EntityIndexBinding |
MutableSearchFactory.getIndexBinding(Class<?> entityType) |
EntityIndexBinding |
ImmutableSearchFactory.getIndexBinding(Class<?> entityType) |
EntityIndexBinding |
ImmutableSearchFactory.getSafeIndexBindingForEntity(Class<?> entityType) |
Modifier and Type | Method and Description |
---|---|
Map<Class<?>,EntityIndexBinding> |
MutableSearchFactoryState.getIndexBindings() |
Map<Class<?>,EntityIndexBinding> |
MutableSearchFactory.getIndexBindings() |
Map<Class<?>,EntityIndexBinding> |
ImmutableSearchFactory.getIndexBindings() |
Modifier and Type | Method and Description |
---|---|
void |
MutableSearchFactoryState.setDocumentBuildersIndexedEntities(Map<Class<?>,EntityIndexBinding> documentBuildersIndexedEntities) |
Modifier and Type | Method and Description |
---|---|
Map<Class<?>,EntityIndexBinding> |
ExtendedSearchIntegrator.getIndexBindings()
Returns a map of all known entity index binding (indexed entities) keyed against the indexed type
|
Modifier and Type | Method and Description |
---|---|
EntityIndexBinding |
DirectoryBasedIndexManager.getIndexBinding(Class<?> entityType) |
Modifier and Type | Method and Description |
---|---|
EntityIndexBinding |
SearchIntegrator.getIndexBinding(Class<?> entityType)
Returns the entity to index binding for the given type.
|
Modifier and Type | Method and Description |
---|---|
Map<Class<?>,EntityIndexBinding> |
SearchFactoryState.getIndexBindings() |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved