Class LocalImagingTaskProcessor

    • Constructor Detail

      • LocalImagingTaskProcessor

        public LocalImagingTaskProcessor()
    • Method Detail

      • isDistributed

        public boolean isDistributed()
        Returns true if the tasks will be executed in a distributed context (i.e. with different physical nodes - in single-node, multi-core contexts this method returns false.
        Specified by:
        isDistributed in class ImagingTaskProcessor
      • hasFileAccess

        public boolean hasFileAccess()
        Returns true if the tasks will be executed in a distributed context with the support of a distributed file system - that is, if each task is guaranteed to have a File access to the same set of data. Or if the context is a single-node, multi-core system, which of course has a single filesystem.
        Specified by:
        hasFileAccess in class ImagingTaskProcessor