Class TableDataServiceFactory.TdsID

java.lang.Object
com.illumon.iris.db.v2.tabledataservice.TableDataServiceFactory.TdsID
Enclosing class:
TableDataServiceFactory

public static class TableDataServiceFactory.TdsID extends Object
Encapsulate all the information needed to uniquely identify a TableDataService
  • Constructor Details

    • TdsID

      public TdsID(@NotNull String tdsName, boolean allowIOMessageFlush, boolean forProducer)
      Construct a TdsID
      Parameters:
      tdsName - the name of the TableDataService
      allowIOMessageFlush - pass-through to RemoteTableDataService: allow synchronous flush of message buffers
      forProducer - if the resultant TableDataService is for a producer such as a TDCP
  • Method Details