Interface ProtocolDriverFactory

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ProtocolDriverFactory
An interface for creating TableDataProtocolDriver instances for use with RemoteTableDataService and RemoteTableLocationImpl
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.protocol.TableDataProtocolDriver
    create(@NotNull String name, @NotNull io.deephaven.shadow.enterprise.com.fishlib.io.sched.Scheduler scheduler, long timeoutMillis, boolean allowIOMessageFlush)
     
  • Field Details

  • Method Details

    • create

      io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.protocol.TableDataProtocolDriver create(@NotNull @NotNull String name, @NotNull @NotNull io.deephaven.shadow.enterprise.com.fishlib.io.sched.Scheduler scheduler, long timeoutMillis, boolean allowIOMessageFlush)