Constructor and Description |
---|
ReplicationQueue() |
Modifier and Type | Method and Description |
---|---|
void |
add(ReplicateCommand job)
Adds a new method call.
|
void |
flush()
Flushes existing method calls.
|
boolean |
isEnabled() |
void |
start()
Starts the asynchronous flush queue.
|
void |
stop()
Stops the asynchronous flush queue.
|
public boolean isEnabled()
public void start()
public void stop()
public void add(ReplicateCommand job)
public void flush()
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.