com.sleepycat.bind.tuple
public class TupleTupleMarshalledKeyCreator extends TupleTupleKeyCreator
Note that a marshalled tuple key creator is somewhat less efficient than a non-marshalled key tuple creator because more conversions are needed. A marshalled key creator must convert the entry to an object in order to create the key, while an unmarshalled key creator does not.
Constructor Summary | |
---|---|
TupleTupleMarshalledKeyCreator(TupleTupleMarshalledBinding binding, String keyName)
Creates a tuple-tuple marshalled key creator.
|
Method Summary | |
---|---|
boolean | createSecondaryKey(TupleInput primaryKeyInput, TupleInput dataInput, TupleOutput indexKeyOutput) |
boolean | nullifyForeignKey(TupleInput dataInput, TupleOutput dataOutput) |
Parameters: binding is the binding used for the tuple-tuple entity. keyName is the key name passed to the MarshalledTupleKeyEntity method to identify the index key.