public class QueueEntryBinding extends Object implements com.sleepycat.bind.EntryBinding<QueueEntryKey>
Modifier and Type | Method and Description |
---|---|
QueueEntryKey |
entryToObject(com.sleepycat.je.DatabaseEntry entry) |
static QueueEntryBinding |
getInstance() |
void |
objectToEntry(QueueEntryKey mk,
com.sleepycat.je.DatabaseEntry entry) |
public static QueueEntryBinding getInstance()
public QueueEntryKey entryToObject(com.sleepycat.je.DatabaseEntry entry)
entryToObject
in interface com.sleepycat.bind.EntryBinding<QueueEntryKey>
public void objectToEntry(QueueEntryKey mk, com.sleepycat.je.DatabaseEntry entry)
objectToEntry
in interface com.sleepycat.bind.EntryBinding<QueueEntryKey>
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.