Class EpochMillisToCqlLocalDate
java.lang.Object
io.nosqlbench.datamappers.functions.long_localdate.EpochMillisToCqlLocalDate
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
EpochMillisToCqlLocalDate
-
EpochMillisToCqlLocalDate
public EpochMillisToCqlLocalDate()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceLongFunction<LocalDate>
-