| Modifier and Type | Method and Description |
|---|---|
static ChunkMetadata |
ChunkMetadata.deserializeFrom(ByteBuffer buffer,
TimeseriesMetadata timeseriesMetadata)
deserialize from ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChunkMetadata> |
ChunkGroupMetadata.getChunkMetadataList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChunkMetadata.mergeChunkMetadata(ChunkMetadata chunkMetadata) |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeseriesMetadata.setChunkMetadataList(ArrayList<ChunkMetadata> chunkMetadataList) |
| Constructor and Description |
|---|
ChunkGroupMetadata(String device,
List<ChunkMetadata> chunkMetadataList) |
| Modifier and Type | Method and Description |
|---|---|
List<ChunkMetadata> |
TsFileSequenceReader.getChunkMetadataList(Path path) |
List<ChunkMetadata> |
TsFileSequenceReader.getChunkMetadataList(Path path,
boolean ignoreNotExists)
get ChunkMetaDatas of given path, and throw exception if path not exists
|
Iterator<Map<String,List<ChunkMetadata>>> |
TsFileSequenceReader.getMeasurementChunkMetadataListMapIterator(String device) |
Map<String,List<ChunkMetadata>> |
TsFileSequenceReader.readChunkMetadataInDevice(String device)
read all ChunkMetaDatas of given device
|
List<ChunkMetadata> |
TsFileSequenceReader.readChunkMetaDataList(TimeseriesMetadata timeseriesMetaData)
get ChunkMetaDatas in given TimeseriesMetaData
|
| Modifier and Type | Method and Description |
|---|---|
Chunk |
TsFileSequenceReader.readMemChunk(ChunkMetadata metaData)
read memory chunk.
|
| Modifier and Type | Method and Description |
|---|---|
Chunk |
IChunkLoader.loadChunk(ChunkMetadata chunkMetaData)
read all content of any chunk.
|
Chunk |
CachedChunkLoaderImpl.loadChunk(ChunkMetadata chunkMetaData) |
| Constructor and Description |
|---|
ChunkCacheKey(ChunkMetadata chunkMetadata) |
| Modifier and Type | Method and Description |
|---|---|
static ChunkMetadata |
ChunkMetadataV2.deserializeFrom(ByteBuffer buffer)
deserialize from ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<ChunkMetadata>> |
TsFileSequenceReaderForV2.readChunkMetadataInDevice(String device)
read all ChunkMetaDatas of given device
|
ArrayList<ChunkMetadata> |
TsFileSequenceReaderForV2.readChunkMetaDataList(TimeseriesMetadata timeseriesMetaData)
get ChunkMetaDatas in given TimeseriesMetaData
|
| Modifier and Type | Method and Description |
|---|---|
Chunk |
TsFileSequenceReaderForV2.readMemChunk(ChunkMetadata metaData)
read memory chunk.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ChunkMetadata> |
TsFileIOWriter.chunkMetadataList |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<ChunkMetadata>> |
TsFileIOWriter.getDeviceChunkMetadataMap() |
Map<String,Map<String,List<ChunkMetadata>>> |
RestorableTsFileIOWriter.getMetadatasForQuery() |
List<ChunkMetadata> |
RestorableTsFileIOWriter.getVisibleMetadataList(String deviceId,
String measurementId,
TSDataType dataType)
For query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TsFileIOWriter.writeChunk(Chunk chunk,
ChunkMetadata chunkMetadata)
Write a whole chunk in another file into this file.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.