public abstract class LearnerMaster extends Object
Constructor and Description |
---|
LearnerMaster() |
Modifier and Type | Method and Description |
---|---|
LearnerSyncThrottler |
getLearnerDiffSyncThrottler()
diff sync throttler
|
LearnerSyncThrottler |
getLearnerSnapSyncThrottler()
snap sync throttler
|
int |
getMaxConcurrentDiffSyncs() |
int |
getMaxConcurrentSnapSyncs() |
void |
setMaxConcurrentDiffSyncs(int maxConcurrentDiffSyncs) |
void |
setMaxConcurrentSnapSyncs(int maxConcurrentSnapSyncs) |
public int getMaxConcurrentSnapSyncs()
public void setMaxConcurrentSnapSyncs(int maxConcurrentSnapSyncs)
public int getMaxConcurrentDiffSyncs()
public void setMaxConcurrentDiffSyncs(int maxConcurrentDiffSyncs)
public LearnerSyncThrottler getLearnerSnapSyncThrottler()
public LearnerSyncThrottler getLearnerDiffSyncThrottler()
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.