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.AreaStreamName.getArea(OrcProto.Stream.Kind kind) static StreamName.AreaReturns 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.voidPhysicalFsWriter.VariantTracker.writeStreams(StreamName.Area area, FSDataOutputStream raw) Write the streams in the appropriate area.