Class TransformParallelException

    • Constructor Detail

      • TransformParallelException

        public TransformParallelException​(Map<?,​Future<?>> success,
                                          Map<?,​Exception> exceptions,
                                          String messagePrefix)
    • Method Detail

      • getSuccessfulToValue

        public Map<?,​Future<?>> getSuccessfulToValue()
        Returns:
        Elements that performed the transform without error
      • getFromToException

        public Map<?,​Exception> getFromToException()
        Returns:
        Elements that failed during the transform