Class MessageTuple

java.lang.Object
com.apple.foundationdb.relational.recordlayer.AbstractRow
com.apple.foundationdb.relational.recordlayer.MessageTuple
All Implemented Interfaces:
com.apple.foundationdb.relational.api.Row

@API(EXPERIMENTAL) public class MessageTuple extends AbstractRow
  • Constructor Details

    • MessageTuple

      public MessageTuple(Message m)
  • Method Details

    • getNumFields

      public int getNumFields()
    • getObject

      public Object getObject(int position) throws com.apple.foundationdb.relational.api.exceptions.InvalidColumnReferenceException
      Throws:
      com.apple.foundationdb.relational.api.exceptions.InvalidColumnReferenceException
    • parseMessage

      public <M extends Message> M parseMessage()
    • toString

      public String toString()
      Overrides:
      toString in class AbstractRow