public interface MessageWriteSet
Modifier and Type | Method and Description |
---|---|
java.util.List<MessageInfo> |
getMessageSetInfo()
Returns info about the messages contained in this write set.
|
long |
writeTo(Write writeChannel)
Write the messages in this set to the given write channel
|
long writeTo(Write writeChannel) throws StoreException
writeChannel
- The write interface to write the messages toStoreException
java.util.List<MessageInfo> getMessageSetInfo()