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, objectToEntry
entryToInput, getTupleBufferSize, getTupleOutput, inputToEntry, newOutput, newOutput, outputToEntry, setTupleBufferSize
public VLSNRange entryToObject(TupleInput ti)
TupleBinding
TupleInput
entry.entryToObject
in class TupleBinding<VLSNRange>
ti
- is the tuple key or data entry.public void objectToEntry(VLSNRange range, TupleOutput to)
TupleBinding
objectToEntry
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.