public class LocalBackend extends Object implements Backend
Backend which applies given index changes locally to the corresponding IndexManager.| Modifier and Type | Field and Description |
|---|---|
static LocalBackend |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
BackendQueueProcessor |
createQueueProcessor(IndexManager indexManager,
WorkerBuildContext context)
Called exactly once for each index manager using this backend.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, initialize, isTransactionalpublic static final LocalBackend INSTANCE
public BackendQueueProcessor createQueueProcessor(IndexManager indexManager, WorkerBuildContext context)
BackendcreateQueueProcessor in interface BackendindexManager - the IndexManager the BackendQueueProcessor will point tocontext - context giving access to required meta dataBackendQueueProcessor that will send its works to the given index managerCopyright © 2006–2017 Hibernate. All rights reserved.