Interface | Description |
---|---|
CustomQueryCommand |
Custom commands from the Query module should implement this interface
to fetch needed components.
|
InfinispanQueryStatisticsInfoMBean |
MBean interface as required by JMX rules.
|
ModuleCommandIds |
The Query module is using custom RPC commands; to make sure the used command ids
are unique all numbers are defined here, and should stay in the range 100-119
which is the reserved range for this module.
|
QueryResultLoader |
Class | Description |
---|---|
AbstractIterator |
This is the abstract superclass of the 2 iterators.
|
CacheQueryImpl |
Implementation class of the CacheQuery interface.
|
CommandFactory |
Remote commands factory implementation
|
CommandInitializer |
Initializes query module remote commands
|
ComponentRegistryUtils |
Component registry utilities
|
DefaultSearchWorkCreator<T> | |
DefaultTransformer |
Warning, slow as a dog, uses serialization to get a byte representation of a class.
|
EagerIterator |
This is the implementation class for the interface ResultIterator.
|
EntityLoader | |
InfinispanQueryStatisticsInfo |
This MBean accumulates query statistics from the Hibernate Search statistics object.
|
LazyIterator |
Implementation for
ResultIterator . |
LifecycleManager |
Lifecycle of the Query module: initializes the Hibernate Search engine and shuts it down
at cache stop.
|
NullFilteringIterator<E> |
An iterator wrapper that filters out (skips over) any null values returned by the wrapped iterator.
|
NullFilteringResultIterator | |
ProjectionConverter |
Converts between Infinispan and HSearch projection fields.
|
ProjectionLoader | |
QueryMetadataFileFinder | |
QueryModuleCommandExtensions | |
SearchManagerImpl |
Class that is used to build
CacheQuery |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.