| Package | Description | 
|---|---|
| io.druid.segment | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IncrementalIndexSegment  | 
class  | 
QueryableIndexSegment  | 
class  | 
ReferenceCountingSegment
ReferenceCountingSegment allows to call  
ReferenceCountingSegment.close() before some other "users", which called ReferenceCountingSegment.increment(), has not called ReferenceCountingSegment.decrement() yet, and the wrapped Segment won't be actually closed
 until that. | 
Copyright © 2011–2018. All rights reserved.