Package org.graylog2.lookup.adapters
Class CSVFileDataAdapter
java.lang.Object
com.google.common.util.concurrent.AbstractIdleService
org.graylog2.plugin.lookup.LookupDataAdapter
org.graylog2.lookup.adapters.CSVFileDataAdapter
- All Implemented Interfaces:
com.google.common.util.concurrent.Service
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic interfaceNested classes/interfaces inherited from class org.graylog2.plugin.lookup.LookupDataAdapter
LookupDataAdapter.Factory2<T extends LookupDataAdapter>Nested classes/interfaces inherited from interface com.google.common.util.concurrent.Service
com.google.common.util.concurrent.Service.Listener, com.google.common.util.concurrent.Service.State -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCSVFileDataAdapter(String id, String name, LookupDataAdapterConfiguration config, com.codahale.metrics.MetricRegistry metricRegistry, AllowedAuxiliaryPathChecker pathChecker) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoRefresh(LookupCachePurge cachePurge) voiddoStart()voiddoStop()org.joda.time.DurationReturns the refresh interval for this data adapter.voidMethods inherited from class org.graylog2.plugin.lookup.LookupDataAdapter
addStringList, assignTtl, clearError, clearKey, get, getConfig, getEmptyResult, getError, getErrorResult, id, name, refresh, removeStringList, setError, setStringList, setStringListWithTtl, setValue, setValueWithTtl, shutDown, startUpMethods inherited from class com.google.common.util.concurrent.AbstractIdleService
addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, executor, failureCause, isRunning, serviceName, startAsync, state, stopAsync, toString
-
Field Details
-
NAME
- See Also:
-
ALLOWED_PATH_ERROR
If the AllowedAuxiliaryPathChecker is enabled (one or more paths provided to the allowed_auxiliary_paths server configuration property), then this error path will also be triggered for cases where the file does not exist. This is unavoidable, since the AllowedAuxiliaryPathChecker tries to resolve symbolic links and relative paths, which cannot be done if the file does not exist. Therefore this error message also indicates the possibility that the file does not exist.- See Also:
-
-
Constructor Details
-
CSVFileDataAdapter
@Inject public CSVFileDataAdapter(String id, String name, LookupDataAdapterConfiguration config, com.codahale.metrics.MetricRegistry metricRegistry, AllowedAuxiliaryPathChecker pathChecker)
-
-
Method Details
-
doStart
- Specified by:
doStartin classLookupDataAdapter- Throws:
Exception
-
refreshInterval
public org.joda.time.Duration refreshInterval()Description copied from class:LookupDataAdapterReturns the refresh interval for this data adapter. UseDuration.ZEROif refresh should be disabled.- Specified by:
refreshIntervalin classLookupDataAdapter- Returns:
- the refresh interval
-
doRefresh
- Specified by:
doRefreshin classLookupDataAdapter- Throws:
Exception
-
doStop
- Specified by:
doStopin classLookupDataAdapter- Throws:
Exception
-
doGet
- Specified by:
doGetin classLookupDataAdapter
-
getResultForCIDRRange
-
set
- Specified by:
setin classLookupDataAdapter
-