Class DetailedJournalReceiverCache
java.lang.Object
io.debezium.ibmi.db2.journal.retrieve.DetailedJournalReceiverCache
caches index on receiver name and lib
does not cache attached receivers as they will update
- Author:
- martin.sillence
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Map<String,DetailedJournalReceiver> private static final org.slf4j.Logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(JournalReceiverInfo receiverInfo) getUpdatingStatus(JournalReceiverInfo receiverInfo) voidkeepOnly(List<DetailedJournalReceiver> list) voidput(DetailedJournalReceiver details) private StringtoKey(DetailedJournalReceiver receiverInfo) private StringtoKey(JournalReceiverInfo receiverInfo)
-
Field Details
-
cached
-
log
private static final org.slf4j.Logger log
-
-
Constructor Details
-
DetailedJournalReceiverCache
public DetailedJournalReceiverCache()
-
-
Method Details
-
containsKey
-
getUpdatingStatus
-
put
-
keepOnly
-
toKey
-
toKey
-