Home | History | Annotate | Download | only in service

Lines Matching refs:numWindows

203      * @param numWindows
206 protected abstract void setNonInitialSyncOptions(final Serializer s, int numWindows)
261 * @param numWindows
266 final String syncKey, final boolean initialSync, int numWindows) throws IOException {
285 setNonInitialSyncOptions(s, numWindows);
330 * @param numWindows
332 private int performOneSync(SyncResult syncResult, int numWindows) {
341 final Serializer s = buildEasRequest(syncKey, initialSync, numWindows);
425 int numWindows = 1;
428 result = performOneSync(syncResult, numWindows);
433 "Server has more data but we have the same key: %s numWindows: %d",
434 key, numWindows);
435 numWindows++;
437 numWindows = 1;