static class VLSNRange.VLSNRangeBinding extends TupleBinding<VLSNRange>
| Constructor and Description |
|---|
VLSNRange.VLSNRangeBinding() |
| Modifier and Type | Method and Description |
|---|---|
VLSNRange |
entryToObject(TupleInput ti)
Constructs a key or data object from a
TupleInput entry. |
void |
objectToEntry(VLSNRange range,
TupleOutput to)
Converts a key or data object to a tuple entry.
|
entryToObject, getPrimitiveBinding, objectToEntryentryToInput, getTupleBufferSize, getTupleOutput, inputToEntry, newOutput, newOutput, outputToEntry, setTupleBufferSizepublic VLSNRange entryToObject(TupleInput ti)
TupleBindingTupleInput entry.entryToObject in class TupleBinding<VLSNRange>ti - is the tuple key or data entry.public void objectToEntry(VLSNRange range, TupleOutput to)
TupleBindingobjectToEntry in class TupleBinding<VLSNRange>range - is the key or data object.to - is the tuple entry to which the key or data should be
written.Copyright (c) 2004-2012 Oracle. All rights reserved.