public class LinkBinding extends
A LinkBinding
converts a UUIDPersistentHandle[]
to and from a flat
byte[]
for the purposes of storage and retrieval in the BerkeleyDB.
Constructor and Description |
---|
LinkBinding(HGHandleFactory handleFactory) |
Modifier and Type | Method and Description |
---|---|
HGPersistentHandle[] |
entryToObject(TupleInput input) |
void |
objectToEntry(HGPersistentHandle[] link,
TupleOutput output) |
HGPersistentHandle[] |
readHandles(byte[] buffer,
int offset,
int length) |
public LinkBinding(HGHandleFactory handleFactory)
public HGPersistentHandle[] readHandles(byte[] buffer, int offset, int length)
public HGPersistentHandle[] entryToObject(TupleInput input)
public void objectToEntry(HGPersistentHandle[] link, TupleOutput output)