public final class SyncDataFileWriter extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
force(org.apache.activemq.kaha.impl.data.DataFile dataFile) |
DataItem |
storeItem(Marshaller marshaller,
Object payload,
byte type) |
void |
updateItem(DataItem item,
Marshaller marshaller,
Object payload,
byte type) |
public DataItem storeItem(Marshaller marshaller, Object payload, byte type) throws IOException
IOExceptionpublic void updateItem(DataItem item, Marshaller marshaller, Object payload, byte type) throws IOException
IOExceptionpublic void force(org.apache.activemq.kaha.impl.data.DataFile dataFile) throws IOException
IOExceptionpublic void close() throws IOException
IOExceptionCopyright © 2005–2017. All rights reserved.