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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetObject(int position) <M extends Message>
Mstatic ObjectsanitizeField(Object field, DescriptorProtos.FieldOptions fieldOptions) toString()
-
Constructor Details
-
MessageTuple
-
-
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
-
sanitizeField
public static Object sanitizeField(@Nonnull Object field, @Nonnull DescriptorProtos.FieldOptions fieldOptions) -
parseMessage
-
toString
- Overrides:
toStringin classAbstractRow
-