Class KeyBuilder
java.lang.Object
com.apple.foundationdb.relational.recordlayer.KeyBuilder
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KeyBuilder
-
-
Method Details
-
getKeySize
public int getKeySize() -
buildKey
@Nonnull public com.apple.foundationdb.relational.api.Row buildKey(Map<String, Object> keyFields, boolean failOnIncompleteKey) throws com.apple.foundationdb.relational.api.exceptions.RelationalException- Throws:
com.apple.foundationdb.relational.api.exceptions.RelationalException
-
buildKey
@Nonnull public com.apple.foundationdb.relational.api.Row buildKey(com.apple.foundationdb.relational.api.Row scannedRow) throws com.apple.foundationdb.relational.api.exceptions.RelationalException - Throws:
com.apple.foundationdb.relational.api.exceptions.RelationalException
-