| Modifier and Type | Field and Description |
|---|---|
protected List<PostFederatedQueryPlugin> |
CachingFederationStrategy.postQuery
|
| Constructor and Description |
|---|
CachingFederationStrategy(ExecutorService queryExecutorService,
List<PreFederatedQueryPlugin> preQuery,
List<PostFederatedQueryPlugin> postQuery,
SolrCache cache,
ExecutorService cacheExecutorService,
ValidationQueryFactory validationQueryFactory,
CacheQueryFactory cacheQueryFactory)
Instantiates an
AbstractFederationStrategy with the provided ExecutorService. |
| Modifier and Type | Field and Description |
|---|---|
protected List<PostFederatedQueryPlugin> |
AbstractFederationStrategy.postQuery
|
| Constructor and Description |
|---|
AbstractFederationStrategy(ExecutorService queryExecutorService,
List<PreFederatedQueryPlugin> preQuery,
List<PostFederatedQueryPlugin> postQuery)
Instantiates an
AbstractFederationStrategy with the provided ExecutorService. |
| Constructor and Description |
|---|
FifoFederationStrategy(ExecutorService queryExecutorService,
List<PreFederatedQueryPlugin> preQuery,
List<PostFederatedQueryPlugin> postQuery)
Deprecated.
Instantiates a
FifoFederationStrategy with the provided ExecutorService. |
SortedFederationStrategy(ExecutorService queryExecutorService,
List<PreFederatedQueryPlugin> preQuery,
List<PostFederatedQueryPlugin> postQuery)
Deprecated.
Instantiates a
SortedFederationStrategy with the provided ExecutorService. |
| Modifier and Type | Class and Description |
|---|---|
class |
SourceMetricsImpl
|
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityLoggingPlugin
Logs the current operation being performed to the security logger.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueryMonitorPlugin
A
QueryMonitorPlugin monitors ActiveSearches by maintaining a Map with a key of
UUID and a value of ActiveSearch. |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryMonitorPluginImpl |
This work is licensed under a Creative Commons Attribution 4.0 International License.