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.
An interface for creating
TableDataProtocolDriver
instances for use with RemoteTableDataService
and
RemoteTableLocationImpl
-
Field Summary
Fields -
Method Summary
-
Field Details
-
DEFAULT
-
-
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)
-