public interface Environment
executor
that is supposed to be used by all
implementations if they support parallelism.Modifier and Type | Method | Description |
---|---|---|
boolean |
annotations() |
Whether additional information (like semantic state labels) should be included.
|
FactorySupplier |
factorySupplier() |
Returns the configured
FactorySupplier . |
boolean |
isShutdown() |
|
boolean |
lenient() |
Whether the constructions should try to recover from errors or fail-fast.
|
boolean |
metaInformation() |
Returns whether meta information gathering is enabled.
|
boolean |
parallel() |
Whether computations should be parallel.
|
void |
shutdown() |
boolean annotations()
FactorySupplier factorySupplier()
FactorySupplier
.boolean lenient()
boolean metaInformation()
boolean parallel()
void shutdown()
boolean isShutdown()