Class TableDataProtocol

java.lang.Object
com.illumon.iris.db.v2.locations.TableDataProtocol

public class TableDataProtocol
extends Object
Defines a protocol for requesting and sending table data. Note: All required metadata (i.e. table definitions) is expected to be locally available.
  • Field Details

    • NULL_REQUEST_KEY

      public static final long NULL_REQUEST_KEY
      A request key that doesn't require a response message. Only supported for some request types (e.g. unsubscribe).
      See Also:
      Constant Field Values
  • Constructor Details