Package io.atomix.storage.journal
Interface JournalSerdes.EntryInput
- Enclosing interface:
- JournalSerdes
@Beta
public static interface JournalSerdes.EntryInput
Input data stream exposed to
JournalSerdes.EntrySerdes.read(EntryInput).-
Method Details
-
readBytes
- Throws:
IOException
-
readLong
- Throws:
IOException
-
readString
- Throws:
IOException
-
readObject
- Throws:
IOException
-
readVarInt
- Throws:
IOException
-