public static class RepGroupDB.NodeBinding extends TupleBinding<RepNodeImpl>
Constructor and Description |
---|
RepGroupDB.NodeBinding() |
Modifier and Type | Method and Description |
---|---|
RepNodeImpl |
entryToObject(TupleInput input)
Constructs a key or data object from a
TupleInput entry. |
void |
objectToEntry(RepNodeImpl mi,
TupleOutput output)
Converts a key or data object to a tuple entry.
|
entryToObject, getPrimitiveBinding, objectToEntry
entryToInput, getTupleBufferSize, getTupleOutput, inputToEntry, newOutput, newOutput, outputToEntry, setTupleBufferSize
public RepNodeImpl entryToObject(TupleInput input)
TupleBinding
TupleInput
entry.entryToObject
in class TupleBinding<RepNodeImpl>
input
- is the tuple key or data entry.public void objectToEntry(RepNodeImpl mi, TupleOutput output)
TupleBinding
objectToEntry
in class TupleBinding<RepNodeImpl>
mi
- is the key or data object.output
- is the tuple entry to which the key or data should be
written.Copyright (c) 2004-2012 Oracle. All rights reserved.