public static class RepGroupDB.GroupBinding extends TupleBinding<RepGroupImpl>
| Constructor and Description |
|---|
GroupBinding()
Create an instance for reading.
|
| Modifier and Type | Method and Description |
|---|---|
RepGroupImpl |
entryToObject(TupleInput input)
Constructs a key or data object from a
TupleInput entry. |
void |
objectToEntry(RepGroupImpl group,
TupleOutput output)
Converts a key or data object to a tuple entry.
|
entryToObject, getPrimitiveBinding, objectToEntryentryToInput, getTupleBufferSize, getTupleOutput, inputToEntry, newOutput, newOutput, outputToEntry, setTupleBufferSizepublic RepGroupImpl entryToObject(TupleInput input)
TupleBindingTupleInput entry.entryToObject in class TupleBinding<RepGroupImpl>input - is the tuple key or data entry.public void objectToEntry(RepGroupImpl group, TupleOutput output)
TupleBindingobjectToEntry in class TupleBinding<RepGroupImpl>group - is the key or data object.output - is the tuple entry to which the key or data should be
written.Copyright © 2024. All rights reserved.