Class BlackHoleInsertTableHandle

  • All Implemented Interfaces:
    io.prestosql.spi.connector.ConnectorInsertTableHandle

    public final class BlackHoleInsertTableHandle
    extends java.lang.Object
    implements io.prestosql.spi.connector.ConnectorInsertTableHandle
    • Constructor Summary

      Constructors 
      Constructor Description
      BlackHoleInsertTableHandle​(io.airlift.units.Duration pageProcessingDelay)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.airlift.units.Duration getPageProcessingDelay()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BlackHoleInsertTableHandle

        public BlackHoleInsertTableHandle​(io.airlift.units.Duration pageProcessingDelay)
    • Method Detail

      • getPageProcessingDelay

        public io.airlift.units.Duration getPageProcessingDelay()