Uses of Record Class
io.atomix.raft.zeebe.EntryValidator.ValidationResult
Packages that use EntryValidator.ValidationResult
-
Uses of EntryValidator.ValidationResult in io.atomix.raft.zeebe
Methods in io.atomix.raft.zeebe that return EntryValidator.ValidationResultModifier and TypeMethodDescriptionEntryValidator.ValidationResult.ok()EntryValidator.NoopEntryValidator.validateEntry(ApplicationEntry lastEntry, ApplicationEntry entry) EntryValidator.validateEntry(ApplicationEntry lastEntry, ApplicationEntry entry) Validates the current entry, which should be append to the log, and compares it with the last appended entry to ensure consistency.