Class ObjectFileSink<T>

    • Field Detail

      • textFileUrl

        protected final java.lang.String textFileUrl
      • tClass

        protected final java.lang.Class<T> tClass
    • Constructor Detail

      • ObjectFileSink

        public ObjectFileSink​(java.lang.String targetPath,
                              DataSetType<T> type)
        Creates a new instance.
        Parameters:
        targetPath - URL to file that should be written
        type - DataSetType of the incoming data quanta
      • ObjectFileSink

        public ObjectFileSink​(java.lang.String textFileUrl,
                              java.lang.Class<T> typeClass)
        Creates a new instance.
        Parameters:
        textFileUrl - URL to file that should be written
        typeClass - Class of incoming data quanta
      • ObjectFileSink

        public ObjectFileSink​(ObjectFileSink<T> that)
        Creates a copied instance.
        Parameters:
        that - should be copied