Class EpochMillisToCqlLocalDate

java.lang.Object
io.nosqlbench.datamappers.functions.long_localdate.EpochMillisToCqlLocalDate
All Implemented Interfaces:
LongFunction<LocalDate>

public class EpochMillisToCqlLocalDate extends Object implements LongFunction<LocalDate>
Converts epoch millis to a java.time.LocalDate, which takes the place of the previous CQL-specific LocalDate. if a zoneid of 'default' is provided, then the time zone is set by the default for the JVM. If not, then a valid ZoneId is looked up. The no-args version uses GMT.
  • Constructor Details

    • EpochMillisToCqlLocalDate

      public EpochMillisToCqlLocalDate(String zoneid)
    • EpochMillisToCqlLocalDate

      public EpochMillisToCqlLocalDate()
  • Method Details