Class ClearStaleAllocations
- java.lang.Object
 - 
- org.linuxforhealth.fhir.bucket.persistence.ClearStaleAllocations
 
 
- 
- All Implemented Interfaces:
 IDatabaseStatement
public class ClearStaleAllocations extends java.lang.Object implements IDatabaseStatement
DAO to encapsulate all the SQL/DML used to retrieve and persist data in the schema 
- 
- 
Constructor Summary
Constructors Constructor Description ClearStaleAllocations(java.lang.String schemaName, long loaderInstanceId, long heartbeatTimeoutMs, int recycleSeconds)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(IDatabaseTranslator translator, java.sql.Connection c)Execute the statement using the connection. 
 - 
 
- 
- 
Method Detail
- 
run
public void run(IDatabaseTranslator translator, java.sql.Connection c)
Description copied from interface:IDatabaseStatementExecute the statement using the connection.- Specified by:
 runin interfaceIDatabaseStatement- Parameters:
 translator- to translate any exceptions
 
 - 
 
 -