Package io.trino.plugin.localfile
Class LocalFileConfig
- java.lang.Object
-
- io.trino.plugin.localfile.LocalFileConfig
-
public class LocalFileConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description LocalFileConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHttpRequestLogFileNamePattern()@FileExists StringgetHttpRequestLogLocation()LocalFileConfigsetHttpRequestLogFileNamePattern(String pattern)LocalFileConfigsetHttpRequestLogLocation(String httpRequestLogLocation)
-
-
-
Method Detail
-
getHttpRequestLogLocation
@FileExists public @FileExists String getHttpRequestLogLocation()
-
setHttpRequestLogLocation
@Config("trino-logs.http-request-log.location") @LegacyConfig("presto-logs.http-request-log.location") public LocalFileConfig setHttpRequestLogLocation(String httpRequestLogLocation)
-
getHttpRequestLogFileNamePattern
public String getHttpRequestLogFileNamePattern()
-
setHttpRequestLogFileNamePattern
@Config("trino-logs.http-request-log.pattern") @LegacyConfig("presto-logs.http-request-log.pattern") public LocalFileConfig setHttpRequestLogFileNamePattern(String pattern)
-
-