public class AsyncConfiguration extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
asyncMarshalling()
Asynchronous marshalling allows the caller to return even quicker, but it can
suffer from reordering of operations.
|
boolean |
equals(Object o) |
int |
hashCode() |
ReplicationQueue |
replQueue()
The replication queue in use, by default
ReplicationQueueImpl . |
long |
replQueueInterval()
If useReplQueue is set to true, this attribute controls how often the asynchronous thread
used to flush the replication queue runs.
|
int |
replQueueMaxElements()
If useReplQueue is set to true, this attribute can be used to trigger flushing of the queue
when it reaches a specific threshold.
|
String |
toString() |
boolean |
useReplQueue()
If true, this forces all async communications to be queued up and sent out periodically as a
batch.
|
public boolean asyncMarshalling()
public ReplicationQueue replQueue()
ReplicationQueueImpl
.public long replQueueInterval()
public int replQueueMaxElements()
public boolean useReplQueue()
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.