Uses of Enum Class
dev.hardwood.metadata.PageType
Packages that use PageType
Package
Description
Low-level Parquet file metadata types that mirror the Thrift definitions.
-
Uses of PageType in dev.hardwood.metadata
Subclasses with type arguments of type PageType in dev.hardwood.metadataMethods in dev.hardwood.metadata that return PageTypeModifier and TypeMethodDescriptionPageEncodingStats.pageType()Returns the value of thepageTyperecord component.static PageTypeReturns the enum constant of this class with the specified name.static PageType[]PageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.hardwood.metadata with parameters of type PageTypeModifierConstructorDescriptionPageEncodingStats(PageType pageType, Encoding encoding, int count) Creates an instance of aPageEncodingStatsrecord class.