Uses of Enum Class
dev.hardwood.s3.RangeBacking
Packages that use RangeBacking
Package
Description
Amazon S3 backend for reading Parquet files from object storage.
-
Uses of RangeBacking in dev.hardwood.s3
Subclasses with type arguments of type RangeBacking in dev.hardwood.s3Methods in dev.hardwood.s3 that return RangeBackingModifier and TypeMethodDescriptionstatic RangeBackingReturns the enum constant of this class with the specified name.static RangeBacking[]RangeBacking.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.hardwood.s3 with parameters of type RangeBackingModifier and TypeMethodDescriptionS3Source.Builder.rangeBacking(RangeBacking rangeBacking) Sets the range-caching strategy for files opened from this source.