Uses of Interface
org.graylog2.plugin.lookup.LookupCachePurge
Packages that use LookupCachePurge
Package
Description
-
Uses of LookupCachePurge in org.graylog.plugins.map.geoip
Methods in org.graylog.plugins.map.geoip with parameters of type LookupCachePurgeModifier and TypeMethodDescriptionprotected voidMaxmindDataAdapter.doRefresh(LookupCachePurge cachePurge) -
Uses of LookupCachePurge in org.graylog.plugins.threatintel.adapters.abusech
Methods in org.graylog.plugins.threatintel.adapters.abusech with parameters of type LookupCachePurgeModifier and TypeMethodDescriptionprotected voidAbuseChRansomAdapter.doRefresh(LookupCachePurge cachePurge) -
Uses of LookupCachePurge in org.graylog.plugins.threatintel.adapters.otx
Methods in org.graylog.plugins.threatintel.adapters.otx with parameters of type LookupCachePurgeModifier and TypeMethodDescriptionprotected voidOTXDataAdapter.doRefresh(LookupCachePurge cachePurge) -
Uses of LookupCachePurge in org.graylog.plugins.threatintel.adapters.spamhaus
Methods in org.graylog.plugins.threatintel.adapters.spamhaus with parameters of type LookupCachePurgeModifier and TypeMethodDescriptionprotected voidSpamhausEDROPDataAdapter.doRefresh(LookupCachePurge cachePurge) -
Uses of LookupCachePurge in org.graylog.plugins.threatintel.adapters.tor
Methods in org.graylog.plugins.threatintel.adapters.tor with parameters of type LookupCachePurgeModifier and TypeMethodDescriptionprotected voidTorExitNodeDataAdapter.doRefresh(LookupCachePurge cachePurge) -
Uses of LookupCachePurge in org.graylog.plugins.threatintel.whois.ip
Methods in org.graylog.plugins.threatintel.whois.ip with parameters of type LookupCachePurgeModifier and TypeMethodDescriptionprotected voidWhoisDataAdapter.doRefresh(LookupCachePurge cachePurge) -
Uses of LookupCachePurge in org.graylog2.lookup
Classes in org.graylog2.lookup that implement LookupCachePurgeModifier and TypeClassDescriptionclassThis will be passed toLookupDataAdapter.refresh(LookupCachePurge)to allow data adapters to purge the cache after updating their state/data. -
Uses of LookupCachePurge in org.graylog2.lookup.adapters
Methods in org.graylog2.lookup.adapters with parameters of type LookupCachePurgeModifier and TypeMethodDescriptionprotected voidCSVFileDataAdapter.doRefresh(LookupCachePurge cachePurge) protected voidDnsLookupDataAdapter.doRefresh(LookupCachePurge cachePurge) Not needed for the DNS Lookup adaptor.protected voidDSVHTTPDataAdapter.doRefresh(LookupCachePurge cachePurge) protected voidHTTPJSONPathDataAdapter.doRefresh(LookupCachePurge cachePurge) -
Uses of LookupCachePurge in org.graylog2.plugin.lookup
Methods in org.graylog2.plugin.lookup with parameters of type LookupCachePurgeModifier and TypeMethodDescriptionprotected abstract voidLookupDataAdapter.doRefresh(LookupCachePurge cachePurge) voidLookupDataAdapter.refresh(LookupCachePurge cachePurge)