Class MemoryPipelineChannelCreator
java.lang.Object
org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.MemoryPipelineChannelCreator
- All Implemented Interfaces:
PipelineChannelCreator,ShardingSphereAlgorithm,org.apache.shardingsphere.spi.lifecycle.SPIPostProcessor,org.apache.shardingsphere.spi.type.typed.TypedSPI
Memory implementation of pipeline channel creator.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatePipelineChannel(int outputConcurrency, AckCallback ackCallback) getType()voidinit(Properties props) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.infra.config.algorithm.ShardingSphereAlgorithm
getPropsMethods inherited from interface org.apache.shardingsphere.spi.type.typed.TypedSPI
getTypeAliases
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
MemoryPipelineChannelCreator
public MemoryPipelineChannelCreator()
-
-
Method Details
-
init
- Specified by:
initin interfaceorg.apache.shardingsphere.spi.lifecycle.SPIPostProcessor
-
createPipelineChannel
- Specified by:
createPipelineChannelin interfacePipelineChannelCreator
-
getType
- Specified by:
getTypein interfaceorg.apache.shardingsphere.spi.type.typed.TypedSPI
-