Class S3FileSystemFactory
java.lang.Object
io.trino.filesystem.s3.S3FileSystemFactory
- All Implemented Interfaces:
TrinoFileSystemFactory
-
Constructor Summary
ConstructorsConstructorDescriptionS3FileSystemFactory(io.opentelemetry.api.OpenTelemetry openTelemetry, S3FileSystemConfig config, S3FileSystemStats stats) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.trino.filesystem.TrinoFileSystemFactory
create
-
Constructor Details
-
S3FileSystemFactory
@Inject public S3FileSystemFactory(io.opentelemetry.api.OpenTelemetry openTelemetry, S3FileSystemConfig config, S3FileSystemStats stats)
-
-
Method Details
-
destroy
@PreDestroy public void destroy() -
create
- Specified by:
createin interfaceTrinoFileSystemFactory
-