| Interface | Description |
|---|---|
| AsyncDeleteExecutorService |
Defines the service contract for the Executor which we'll use in
combination with the Infinispan Lucene Directory, as this provides
an option to execute delete operations in background.
|
| Class | Description |
|---|---|
| DefaultAsyncDeleteExecutor |
A shared service used among all InfinispanDirectoryProvider instances to
delete segments asynchronously.
|
| InfinispanConfigurationParser |
The Infinispan configuration is ClassLoader sensitive, this wrapper around
the standard Parser is used to allow it to find resources in a modular
classloading environment.
|
| InfinispanDirectoryProvider |
A DirectoryProvider using Infinispan to store the Index.
|
Copyright © 2006–2014 Hibernate. All rights reserved.