public static class LogChangeSet.LogChangeSetBinding extends TupleBinding<LogChangeSet>
| Constructor and Description |
|---|
LogChangeSet.LogChangeSetBinding() |
| Modifier and Type | Method and Description |
|---|---|
LogChangeSet |
entryToObject(TupleInput input)
Constructs a key or data object from a
TupleInput entry. |
void |
objectToEntry(LogChangeSet changeSet,
TupleOutput output)
Converts a key or data object to a tuple entry.
|
entryToObject, getPrimitiveBinding, objectToEntryentryToInput, getTupleBufferSize, getTupleOutput, inputToEntry, newOutput, newOutput, outputToEntry, setTupleBufferSizepublic LogChangeSet entryToObject(TupleInput input)
TupleBindingTupleInput entry.entryToObject in class TupleBinding<LogChangeSet>input - is the tuple key or data entry.public void objectToEntry(LogChangeSet changeSet, TupleOutput output)
TupleBindingobjectToEntry in class TupleBinding<LogChangeSet>changeSet - 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.