Open Kilda Java Documentation
app.neo4j_tools.RetryConfig Class Reference
Inheritance diagram for app.neo4j_tools.RetryConfig:

Public Member Functions

def configure (cls, config)
 
def can_retry (self)
 
def sleep (self)
 

Static Public Attributes

int iteration = 0
 
int max_attempts = 3
 
float delay = 0.1
 

Detailed Description

Definition at line 18 of file neo4j_tools.py.

Member Function Documentation

◆ can_retry()

def app.neo4j_tools.RetryConfig.can_retry (   self)

Definition at line 39 of file neo4j_tools.py.

◆ configure()

def app.neo4j_tools.RetryConfig.configure (   cls,
  config 
)

Definition at line 24 of file neo4j_tools.py.

◆ sleep()

def app.neo4j_tools.RetryConfig.sleep (   self)

Definition at line 44 of file neo4j_tools.py.

Member Data Documentation

◆ delay

float app.neo4j_tools.RetryConfig.delay = 0.1
static

Definition at line 21 of file neo4j_tools.py.

◆ iteration

int app.neo4j_tools.RetryConfig.iteration = 0
static

Definition at line 19 of file neo4j_tools.py.

◆ max_attempts

int app.neo4j_tools.RetryConfig.max_attempts = 3
static

Definition at line 20 of file neo4j_tools.py.


The documentation for this class was generated from the following file: