Uses of Enum Class
org.apache.orc.impl.StreamName.Area
-
Uses of StreamName.Area in org.apache.orc.impl
Modifier and TypeMethodDescriptionStreamName.getArea()
static StreamName.Area
StreamName.getArea
(OrcProto.Stream.Kind kind) static StreamName.Area
Returns the enum constant of this class with the specified name.static StreamName.Area[]
StreamName.Area.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPhysicalFsWriter.VariantTracker.placeStreams
(StreamName.Area area, org.apache.orc.impl.PhysicalFsWriter.SizeCounters sizes) Place the streams in the appropriate area while updating the sizes with the number of bytes in the area.void
PhysicalFsWriter.VariantTracker.writeStreams
(StreamName.Area area, FSDataOutputStream raw) Write the streams in the appropriate area.