Constructor and Description |
---|
BatchedQueueingProcessor(Map<Class<?>,EntityIndexBinding> entityIndexBindings,
Properties properties,
IndexManagerHolder indexManagerHolder) |
Modifier and Type | Method and Description |
---|---|
protected List<IndexManager> |
ElasticsearchHSQueryImpl.getIndexManagers(EntityIndexBinding binding) |
Modifier and Type | Method and Description |
---|---|
IndexMetadata |
ElasticsearchSchemaTranslator.translate(String indexName,
Collection<EntityIndexBinding> descriptors,
ExecutionOptions executionOptions)
Translates index metadata, throwing an exception if translation fails.
|
IndexMetadata |
DefaultElasticsearchSchemaTranslator.translate(String indexName,
Collection<EntityIndexBinding> descriptors,
ExecutionOptions executionOptions) |
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 |
ImmutableSearchFactory.getIndexBinding(Class<?> entityType) |
EntityIndexBinding |
MutableSearchFactory.getIndexBinding(Class<?> entityType) |
EntityIndexBinding |
ImmutableSearchFactory.getSafeIndexBindingForEntity(Class<?> entityType) |
Modifier and Type | Method and Description |
---|---|
Map<Class<?>,EntityIndexBinding> |
MutableSearchFactoryState.getIndexBindings() |
Map<Class<?>,EntityIndexBinding> |
ImmutableSearchFactory.getIndexBindings() |
Map<Class<?>,EntityIndexBinding> |
MutableSearchFactory.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 |
---|---|
protected List<IndexManager> |
AbstractHSQuery.getIndexManagers(EntityIndexBinding binding) |
protected List<IndexManager> |
LuceneHSQuery.getIndexManagers(EntityIndexBinding binding) |
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