Uses of Enum Class
org.apache.orc.impl.StreamName.Area
Packages that use StreamName.Area
-
Uses of StreamName.Area in org.apache.orc.impl
Methods in org.apache.orc.impl that return StreamName.AreaModifier 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.Methods in org.apache.orc.impl with parameters of type StreamName.AreaModifier 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.