Package org.voltdb.stream.api
Interface ExecutionContext.ConfigurationContext
- All Superinterfaces:
Configuration
- All Known Implementing Classes:
GlobalConfigurationContext
- Enclosing interface:
ExecutionContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.voltdb.stream.execution.Configuration
Configuration.ConfigurationPart
-
Method Summary
Modifier and TypeMethodDescription<RESULT> RESULT
configureOnce
(String identifier, Supplier<RESULT> task) Methods inherited from interface org.voltdb.stream.execution.Configuration
findByPath
-
Method Details
-
configureOnce
- Type Parameters:
RESULT
- of the task- Parameters:
identifier
- of configuratortask
- to execute for the identifier- Returns:
- result of the task
-