Class DIHProperties

  • Direct Known Subclasses:
    SimplePropertiesWriter

    public abstract class DIHProperties
    extends Object
    Implementations write out properties about the last data import for use by the next import. ex: to persist the last import timestamp so that future delta imports can know what needs to be updated.
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Constructor Detail

      • DIHProperties

        public DIHProperties()
    • Method Detail

      • isWritable

        public abstract boolean isWritable()
      • readIndexerProperties

        public abstract Map<String,​Object> readIndexerProperties()
      • convertDateToString

        public abstract String convertDateToString​(Date d)
      • getCurrentTimestamp

        public Date getCurrentTimestamp()