Uses of Class
org.apache.camel.component.wal.EntryInfo.CachedEntryInfo
Packages that use EntryInfo.CachedEntryInfo
-
Uses of EntryInfo.CachedEntryInfo in org.apache.camel.component.wal
Methods in org.apache.camel.component.wal that return EntryInfo.CachedEntryInfoModifier and TypeMethodDescriptionLogWriter.append(org.apache.camel.component.wal.LogEntry entry) Appends an entry to the transaction log filestatic EntryInfo.CachedEntryInfoEntryInfo.createForCached(long position, org.apache.camel.component.wal.TransactionLog.LayerInfo layerInfo) Creates a new entry info instance for entries cached at the given position and layerMethods in org.apache.camel.component.wal with parameters of type EntryInfo.CachedEntryInfoModifier and TypeMethodDescriptionvoidLogWriter.updateState(EntryInfo.CachedEntryInfo entryInfo, org.apache.camel.component.wal.LogEntry.EntryState state) Updates the state of af entry (i.e.: to mark them after they have seen successfully processed)