Uses of Class
org.apache.druid.segment.ReferenceCountingSegment
-
Packages that use ReferenceCountingSegment Package Description org.apache.druid.segment -
-
Uses of ReferenceCountingSegment in org.apache.druid.segment
Methods in org.apache.druid.segment that return ReferenceCountingSegment Modifier and Type Method Description static ReferenceCountingSegmentReferenceCountingSegment. wrapRootGenerationSegment(Segment baseSegment)static ReferenceCountingSegmentReferenceCountingSegment. wrapSegment(Segment baseSegment, ShardSpec shardSpec)Methods in org.apache.druid.segment with parameters of type ReferenceCountingSegment Modifier and Type Method Description booleanReferenceCountingSegment. overshadows(ReferenceCountingSegment other)
-