public static interface ChangeRequestHttpSyncer.Listener<T>
fullSync(java.util.List<T>) and deltaSync(java.util.List<T>) (that is done within the ChangeRequestHttpSyncer.executor) are linearizable.| Modifier and Type | Method and Description |
|---|---|
void |
deltaSync(List<T> changes) |
void |
fullSync(List<T> changes)
This method is called either if on the previous request the server had asked to reset the counter or it was the
first request to the server.
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.