|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.infinispan.remoting.ReplicationQueueImpl
public class ReplicationQueueImpl
A default implementation of the ReplicationQueue interface.
| Constructor Summary | |
|---|---|
ReplicationQueueImpl()
|
|
| Method Summary | |
|---|---|
void |
add(ReplicableCommand job)
Adds a new command to the replication queue. |
void |
flush()
Flushes existing jobs in the replication queue. |
int |
getElementsCount()
|
boolean |
isEnabled()
|
void |
reset()
Resets the replication queue, typically used when a cache is restarted. |
void |
start()
Starts the asynchronous flush queue. |
void |
stop()
Stops the asynchronous flush queue. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReplicationQueueImpl()
| Method Detail |
|---|
public boolean isEnabled()
isEnabled in interface ReplicationQueuepublic void start()
start in interface Lifecyclepublic void stop()
stop in interface Lifecyclepublic void add(ReplicableCommand job)
ReplicationQueue
add in interface ReplicationQueuejob - command to add to the queuepublic void flush()
ReplicationQueue
flush in interface ReplicationQueuepublic int getElementsCount()
getElementsCount in interface ReplicationQueuepublic void reset()
ReplicationQueue
reset in interface ReplicationQueue
|
Google Analytics | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||