| Package | Description |
|---|---|
| com.hazelcast.jet.config |
Jet's configuration data objects.
|
| com.hazelcast.jet.core |
Jet's Core API.
|
| com.hazelcast.jet.core.test |
Utilities for writing tests of Core API Processors.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingGuarantee |
JobConfig.getProcessingGuarantee()
Returns the configured
processing guarantee. |
static ProcessingGuarantee |
ProcessingGuarantee.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingGuarantee[] |
ProcessingGuarantee.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JobConfig |
JobConfig.setProcessingGuarantee(ProcessingGuarantee processingGuarantee)
Set the
processing guarantee for the job. |
| Modifier and Type | Method and Description |
|---|---|
ProcessingGuarantee |
Processor.Context.processingGuarantee()
Returns the guarantee for current job.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingGuarantee |
TestProcessorContext.processingGuarantee() |
| Modifier and Type | Method and Description |
|---|---|
TestProcessorContext |
TestProcessorContext.setProcessingGuarantee(ProcessingGuarantee processingGuarantee)
Sets the processing guarantee.
|
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.