Class CompositeTableDataServiceConsistencyMonitor

java.lang.Object
com.illumon.iris.db.v2.tabledataservice.CompositeTableDataServiceConsistencyMonitor

public class CompositeTableDataServiceConsistencyMonitor extends Object
A consistency monitor for use in the CompositeTableDataService.
  • Field Details

  • Constructor Details

    • CompositeTableDataServiceConsistencyMonitor

      public CompositeTableDataServiceConsistencyMonitor()
  • Method Details

    • currentDateNy

      public static String currentDateNy()
      Get the consistent value of currentDateNy() as defined by DBTimeUtils.currentDateNy().
      Returns:
      the current date in the New York time zone.
    • consistentDateNy

      public static String consistentDateNy()
      The same thing as currentDateNy(), but with a different name so you can import it more easily and be sure you are getting the right value.