Package io.atomix.storage.journal
Interface JournalSerdes.EntryOutput
- Enclosing interface:
- JournalSerdes
@Beta
public static interface JournalSerdes.EntryOutput
Output data stream exposed to
JournalSerdes.EntrySerdes.write(EntryOutput, Object).-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteBytes(byte[] bytes) voidwriteLong(long value) voidwriteObject(Object value) voidwriteString(String value) voidwriteVarInt(int value)
-
Method Details
-
writeBytes
- Throws:
IOException
-
writeLong
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
writeString
- Throws:
IOException
-
writeVarInt
- Throws:
IOException
-