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
IOException
public void updateItem(DataItem item, Marshaller marshaller, Object payload, byte type) throws IOException
IOException
public void force(org.apache.activemq.kaha.impl.data.DataFile dataFile) throws IOException
IOException
public void close() throws IOException
IOException
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.