public interface ReconnectionManager
| Modifier and Type | Method and Description |
|---|---|
int |
estimateBackfill(double tps)
Estimates the backfill count param given the tps
|
void |
handleExponentialBackoff() |
void |
handleLinearBackoff() |
void |
resetCounts()
Call this when we have an active connection established
|
boolean |
shouldReconnectOn400s() |
void handleExponentialBackoff()
void handleLinearBackoff()
boolean shouldReconnectOn400s()
int estimateBackfill(double tps)
void resetCounts()
Copyright © 2014. All Rights Reserved.