Class TrackedSeekableChannelsProviderPlugin
java.lang.Object
io.deephaven.extensions.trackedfile.TrackedSeekableChannelsProviderPlugin
- All Implemented Interfaces:
SeekableChannelsProviderPlugin
@AutoService(SeekableChannelsProviderPlugin.class)
public final class TrackedSeekableChannelsProviderPlugin
extends Object
implements SeekableChannelsProviderPlugin
SeekableChannelsProviderPlugin implementation used for reading files from local disk.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateProvider(@NotNull URI uri, @Nullable Object object) Create aSeekableChannelsProviderfor the given URI and config object.booleanisCompatible(@NotNull URI uri, @Nullable Object object) Check if this plugin is compatible with the given URI and config object.
-
Constructor Details
-
TrackedSeekableChannelsProviderPlugin
public TrackedSeekableChannelsProviderPlugin()
-
-
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 object) Description copied from interface:SeekableChannelsProviderPluginCreate aSeekableChannelsProviderfor the given URI and config object.- Specified by:
createProviderin interfaceSeekableChannelsProviderPlugin
-