Class FallbackMonitor
- java.lang.Object
-
- org.gcube.documentstore.persistence.FallbackMonitor
-
-
Field Summary
Fields Modifier and Type Field Description static intDELAYstatic intINITIAL_DELAYprotected PersistenceBackendpersistenceBackendstatic TimeUnitTIME_UNIT
-
Constructor Summary
Constructors Constructor Description FallbackMonitor(PersistenceBackend persistenceBackend)FallbackMonitor(PersistenceBackend persistenceBackend, boolean schedule)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidelaborateFallbackFile()protected voidelaborateFallbackFile(File elaborationFile)protected voidelaborateFile(File elaborationFile)protected voidmanageOldAccountingFile()Deprecated.voidrun()
-
-
-
Field Detail
-
persistenceBackend
protected final PersistenceBackend persistenceBackend
-
INITIAL_DELAY
public static final int INITIAL_DELAY
- See Also:
- Constant Field Values
-
DELAY
public static final int DELAY
- See Also:
- Constant Field Values
-
TIME_UNIT
public static final TimeUnit TIME_UNIT
-
-
Constructor Detail
-
FallbackMonitor
public FallbackMonitor(PersistenceBackend persistenceBackend)
-
FallbackMonitor
public FallbackMonitor(PersistenceBackend persistenceBackend, boolean schedule)
-
-
Method Detail
-
elaborateFile
protected void elaborateFile(File elaborationFile)
-
manageOldAccountingFile
@Deprecated protected void manageOldAccountingFile()
Deprecated.
-
elaborateFallbackFile
protected void elaborateFallbackFile(File elaborationFile)
-
elaborateFallbackFile
protected void elaborateFallbackFile()
-
-