Uses of Class
com.hazelcast.jet.core.test.TestProcessorMetaSupplierContext
-
Uses of TestProcessorMetaSupplierContext in com.hazelcast.jet.core.test
Modifier and TypeClassDescriptionclass
Processor.Context
implementation suitable to be used in tests.class
Implementation ofProcessorSupplier.Context
suitable to be used in tests.Modifier and TypeMethodDescriptionTestProcessorMetaSupplierContext.setClassLoader
(ClassLoader classLoader) TestProcessorMetaSupplierContext.setExecutionId
(long executionId) Sets the execution ID.TestProcessorMetaSupplierContext.setHazelcastInstance
(HazelcastInstance instance) Sets the Hazelcast instance.TestProcessorMetaSupplierContext.setIsLightJob
(boolean isLightJob) Sets the isLightJob flag.TestProcessorMetaSupplierContext.setJobConfig
(JobConfig jobConfig) Sets the config for the job.TestProcessorMetaSupplierContext.setJobId
(long jobId) Sets the job ID.TestProcessorMetaSupplierContext.setLocalParallelism
(int localParallelism) Sets local parallelism.Sets the logger.TestProcessorMetaSupplierContext.setPartitionAssignment
(Map<Address, int[]> partitionAssignment) Sets the partition assignment.TestProcessorMetaSupplierContext.setProcessingGuarantee
(ProcessingGuarantee processingGuarantee) Sets the processing guarantee.TestProcessorMetaSupplierContext.setTotalParallelism
(int totalParallelism) Sets the total parallelism.TestProcessorMetaSupplierContext.setVertexName
(String vertexName) Sets the vertex name.