Uses of Enum Class
io.trino.plugin.exchange.filesystem.s3.S3AsyncClientWrapper.RequestType
Packages that use S3AsyncClientWrapper.RequestType
-
Uses of S3AsyncClientWrapper.RequestType in io.trino.plugin.exchange.filesystem.s3
Subclasses with type arguments of type S3AsyncClientWrapper.RequestType in io.trino.plugin.exchange.filesystem.s3Methods in io.trino.plugin.exchange.filesystem.s3 that return S3AsyncClientWrapper.RequestTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static S3AsyncClientWrapper.RequestType[]S3AsyncClientWrapper.RequestType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.plugin.exchange.filesystem.s3 that return types with arguments of type S3AsyncClientWrapper.RequestTypeMethods in io.trino.plugin.exchange.filesystem.s3 with parameters of type S3AsyncClientWrapper.RequestTypeModifier and TypeMethodDescriptionprotected abstract voidS3AsyncClientWrapper.handle(S3AsyncClientWrapper.RequestType requestType, CompletableFuture<?> responseFuture) voidS3FileSystemExchangeStorageStats.requestCompleted(S3AsyncClientWrapper.RequestType requestType) voidS3FileSystemExchangeStorageStats.requestStarted(S3AsyncClientWrapper.RequestType requestType)