Package io.deephaven.extensions.s3
Class S3SeekableChannelProviderPlugin
java.lang.Object
io.deephaven.extensions.s3.S3SeekableChannelProviderPlugin
- All Implemented Interfaces:
SeekableChannelsProviderPlugin
@AutoService(SeekableChannelsProviderPlugin.class)
public final class S3SeekableChannelProviderPlugin
extends Object
implements SeekableChannelsProviderPlugin
SeekableChannelsProviderPlugin implementation used for reading files from S3.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateProvider(@NotNull URI uri, @Nullable Object config) Create aSeekableChannelsProviderfor the given URI and config object.booleanisCompatible(@NotNull URI uri, @Nullable Object config) Check if this plugin is compatible with the given URI and config object.
-
Constructor Details
-
S3SeekableChannelProviderPlugin
public S3SeekableChannelProviderPlugin()
-
-
Method Details
-
isCompatible
Description copied from interface:SeekableChannelsProviderPluginCheck if this plugin is compatible with the given URI and config object.- Specified by:
isCompatiblein interfaceSeekableChannelsProviderPlugin
-
createProvider
public SeekableChannelsProvider createProvider(@NotNull @NotNull URI uri, @Nullable @Nullable Object config) Description copied from interface:SeekableChannelsProviderPluginCreate aSeekableChannelsProviderfor the given URI and config object.- Specified by:
createProviderin interfaceSeekableChannelsProviderPlugin
-