Package org.apache.storm.security.auth
Class TBackoffConnect
java.lang.Object
org.apache.storm.security.auth.TBackoffConnect
- 
Constructor SummaryConstructorsConstructorDescriptionTBackoffConnect(int retryTimes, int retryInterval, int retryIntervalCeiling) TBackoffConnect(int retryTimes, int retryInterval, int retryIntervalCeiling, boolean retryForever) 
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.storm.thrift.transport.TTransportdoConnectWithRetry(ITransportPlugin transportPlugin, org.apache.storm.thrift.transport.TTransport underlyingTransport, String host, String asUser) 
- 
Constructor Details- 
TBackoffConnectpublic TBackoffConnect(int retryTimes, int retryInterval, int retryIntervalCeiling, boolean retryForever) 
- 
TBackoffConnectpublic TBackoffConnect(int retryTimes, int retryInterval, int retryIntervalCeiling) 
 
- 
- 
Method Details- 
doConnectWithRetrypublic org.apache.storm.thrift.transport.TTransport doConnectWithRetry(ITransportPlugin transportPlugin, org.apache.storm.thrift.transport.TTransport underlyingTransport, String host, String asUser) throws IOException - Throws:
- IOException
 
 
-