public class JGroupsBackend extends Object implements Backend
| Modifier and Type | Field and Description |
|---|---|
static String |
BLOCK_WAITING_ACK
Configuration property specific to the backend instance.
|
static int |
DEFAULT_MESSAGE_TIMEOUT
Default value for the
MESSAGE_TIMEOUT_MS configuration property. |
static String |
DELEGATE_BACKEND
This JGroups backend is meant to delegate to a different backend on the
master node.
|
static String |
MESSAGE_TIMEOUT_MS
Specifies the timeout defined on messages sent to other nodes via the JGroups
Channel.
|
| Constructor and Description |
|---|
JGroupsBackend() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected NodeSelectorStrategy |
createNodeSelectorStrategy(IndexManager indexManager) |
JGroupsBackendQueueProcessor |
createQueueProcessor(IndexManager indexManager,
WorkerBuildContext context) |
void |
initialize(Properties properties,
WorkerBuildContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisTransactionalpublic static final String BLOCK_WAITING_ACK
public static final String DELEGATE_BACKEND
public static final String MESSAGE_TIMEOUT_MS
public static final int DEFAULT_MESSAGE_TIMEOUT
MESSAGE_TIMEOUT_MS configuration property.public void initialize(Properties properties, WorkerBuildContext context)
initialize in interface Backendpublic JGroupsBackendQueueProcessor createQueueProcessor(IndexManager indexManager, WorkerBuildContext context)
createQueueProcessor in interface Backendprotected NodeSelectorStrategy createNodeSelectorStrategy(IndexManager indexManager)
Copyright © 2006–2017 Hibernate. All rights reserved.