Class CompositeTableDataServiceConsistencyMonitor
java.lang.Object
com.illumon.iris.db.v2.tabledataservice.CompositeTableDataServiceConsistencyMonitor
A consistency monitor for use in the CompositeTableDataService.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FunctionConsistencyMonitor
The default instance used by the CompositeTableDataServices. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
The same thing ascurrentDateNy()
, but with a different name so you can import it more easily and be sure you are getting the right value.static String
Get the consistent value of currentDateNy() as defined byDBTimeUtils.currentDateNy()
.
-
Field Details
-
INSTANCE
The default instance used by the CompositeTableDataServices.
-
-
Constructor Details
-
CompositeTableDataServiceConsistencyMonitor
public CompositeTableDataServiceConsistencyMonitor()
-
-
Method Details
-
currentDateNy
Get the consistent value of currentDateNy() as defined byDBTimeUtils.currentDateNy()
.- Returns:
- the current date in the New York time zone.
-
consistentDateNy
The same thing ascurrentDateNy()
, but with a different name so you can import it more easily and be sure you are getting the right value.
-