Class ModelStreamBatchDecoder
java.lang.Object
io.fluxzero.common.api.modeling.ModelStreamBatchDecoder
Decoder for the final persisted independent-model stream batch format.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordOne independently addressable stored model membership. -
Method Summary
Modifier and TypeMethodDescriptionstatic List<ModelStreamBatchDecoder.Entry> decode(byte[] data) Decodes one stored stream batch.static List<ModelStreamBatchDecoder.Entry> decode(ModelEventDataBlock block) Decodes one stored stream batch directly from a byte range.
-
Method Details
-
decode
Decodes one stored stream batch. -
decode
Decodes one stored stream batch directly from a byte range.
-