public static class UserDefaultAliasTests.ApplyWatch extends java.lang.Object implements IReplicationObserverProvider, IReplicationObserver
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<java.lang.String,java.util.concurrent.atomic.AtomicLong> |
counts |
| Constructor and Description |
|---|
ApplyWatch() |
| Modifier and Type | Method and Description |
|---|---|
static long |
count(java.lang.String mboxUniqueId) |
IReplicationObserver |
create(io.vertx.core.Vertx vertx) |
void |
onApplyMailbox(java.lang.String mboxUniqueId,
long lastUid) |
void |
onApplyMessages(int total) |
public static final java.util.Map<java.lang.String,java.util.concurrent.atomic.AtomicLong> counts
public IReplicationObserver create(io.vertx.core.Vertx vertx)
create in interface IReplicationObserverProviderpublic void onApplyMessages(int total)
onApplyMessages in interface IReplicationObserverpublic static long count(java.lang.String mboxUniqueId)
public void onApplyMailbox(java.lang.String mboxUniqueId,
long lastUid)
onApplyMailbox in interface IReplicationObserverCopyright © 2023. All Rights Reserved.