Package org.apache.beam.sdk.io.solr
Class SolrIO.RetryConfiguration
java.lang.Object
org.apache.beam.sdk.io.solr.SolrIO.RetryConfiguration
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 SolrIO
A POJO encapsulating a configuration for retry behavior when issuing requests to Solr. A retry
 will be attempted until the maxAttempts or maxDuration is exceeded, whichever comes first, for
 any of the following exceptions:
 
IOExceptionSolrServerExceptionSolrExceptionwhere theSolrException.ErrorCodeis one of:SolrException.ErrorCode.CONFLICTSolrException.ErrorCode.SERVER_ERRORSolrException.ErrorCode.SERVICE_UNAVAILABLESolrException.ErrorCode.INVALID_STATESolrException.ErrorCode.UNKNOWN
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
RetryConfiguration
public RetryConfiguration() 
 - 
 - 
Method Details
- 
create
 
 -