Class PipelineContext
java.lang.Object
org.apache.shardingsphere.data.pipeline.core.context.PipelineContext
Pipeline context.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.shardingsphere.mode.manager.ContextManagerGet context manager.static ModeConfigurationGet mode configuration.static voidinitContextManager(org.apache.shardingsphere.mode.manager.ContextManager contextManager) Initialize context manager.static voidinitModeConfig(ModeConfiguration modeConfig) Initialize mode configuration.
-
Constructor Details
-
PipelineContext
public PipelineContext()
-
-
Method Details
-
getModeConfig
Get mode configuration.- Returns:
- mode configuration
-
initModeConfig
Initialize mode configuration.- Parameters:
modeConfig- configuration
-
getContextManager
public static org.apache.shardingsphere.mode.manager.ContextManager getContextManager()Get context manager.- Returns:
- context manager
-
initContextManager
public static void initContextManager(org.apache.shardingsphere.mode.manager.ContextManager contextManager) Initialize context manager.- Parameters:
contextManager- context manager
-