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

public final class MemoryPipelineChannelCreator extends Object implements PipelineChannelCreator
Memory implementation of pipeline channel creator.
  • Field Details

  • Constructor Details

    • MemoryPipelineChannelCreator

      public MemoryPipelineChannelCreator()
  • Method Details

    • init

      public void init(Properties props)
      Specified by:
      init in interface org.apache.shardingsphere.spi.lifecycle.SPIPostProcessor
    • createPipelineChannel

      public PipelineChannel createPipelineChannel(int outputConcurrency, AckCallback ackCallback)
      Specified by:
      createPipelineChannel in interface PipelineChannelCreator
    • getType

      public String getType()
      Specified by:
      getType in interface org.apache.shardingsphere.spi.type.typed.TypedSPI