Uses of Class
org.apache.druid.segment.file.SegmentFileMapperV10
Packages that use SegmentFileMapperV10
-
Uses of SegmentFileMapperV10 in org.apache.druid.segment.file
Methods in org.apache.druid.segment.file that return SegmentFileMapperV10Modifier and TypeMethodDescriptionstatic SegmentFileMapperV10Create a v10SegmentFileMapperstatic SegmentFileMapperV10SegmentFileMapperV10.create(File segmentFile, com.fasterxml.jackson.databind.ObjectMapper mapper, List<String> externals) Create a v10SegmentFileMapperwith 'external' attached v10 segment filesConstructor parameters in org.apache.druid.segment.file with type arguments of type SegmentFileMapperV10ModifierConstructorDescriptionSegmentFileMapperV10(File segmentFile, SegmentFileMetadata segmentFileMetadata, List<MappedByteBuffer> containers, Map<String, SegmentFileMapperV10> externalMappers)