Uses of Interface
com.pervasive.datarush.cal.DistributedExecutorService
Packages that use DistributedExecutorService
Package
Description
Provides interfaces the define the "cluster abstraction layer".
Provides classes and interfaces for developing dataflow operators.
-
Uses of DistributedExecutorService in com.actian.dataflow.cal.yarn.server
Classes in com.actian.dataflow.cal.yarn.server that implement DistributedExecutorServiceModifier and TypeClassDescriptionclassThe executor responsible for starting Dataflow worker containers within YARN. -
Uses of DistributedExecutorService in com.pervasive.datarush.cal
Subinterfaces of DistributedExecutorService in com.pervasive.datarush.calModifier and TypeInterfaceDescriptioninterfaceSubinterface of DistributedExecutorService for running in pseudo-distributed mode.Methods in com.pervasive.datarush.cal that return DistributedExecutorServiceModifier and TypeMethodDescriptionJobContext.getDistributedExecutor()Returns an executor service for performing work within the job.StorageManagerSpecifier.getService()Returns the distributed executor service for the job.Constructors in com.pervasive.datarush.cal with parameters of type DistributedExecutorServiceModifierConstructorDescriptionStorageManagerSpecifier(JobSpecifier jobSpec, DistributedExecutorService service) Create a jobInfo -
Uses of DistributedExecutorService in com.pervasive.datarush.cal.dr
Classes in com.pervasive.datarush.cal.dr that implement DistributedExecutorServiceModifier and TypeClassDescriptionclasscom.pervasive.datarush.cal.dr.AbstractDRClusterExecutor -
Uses of DistributedExecutorService in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators that return DistributedExecutorServiceModifier and TypeMethodDescriptionIterativeExecutionContext.getExecutorService()Public only as a matter of implementation; iterative operators should not invoke this method.