public class ReadOnlyMemChunk extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected IChunkMetadata |
cachedMetaData |
protected IPointReader |
chunkPointReader |
| 构造器和说明 |
|---|
ReadOnlyMemChunk() |
ReadOnlyMemChunk(String measurementUid,
TSDataType dataType,
TSEncoding encoding,
TVList tvList,
Map<String,String> props,
int size,
List<TimeRange> deletionList) |
| 限定符和类型 | 方法和说明 |
|---|---|
IChunkMetadata |
getChunkMetaData() |
TSDataType |
getDataType() |
String |
getMeasurementUid() |
IPointReader |
getPointReader() |
boolean |
isEmpty() |
protected IChunkMetadata cachedMetaData
protected IPointReader chunkPointReader
public ReadOnlyMemChunk()
public ReadOnlyMemChunk(String measurementUid, TSDataType dataType, TSEncoding encoding, TVList tvList, Map<String,String> props, int size, List<TimeRange> deletionList) throws IOException, QueryProcessException
public TSDataType getDataType()
public boolean isEmpty()
throws IOException
IOExceptionpublic IChunkMetadata getChunkMetaData()
public IPointReader getPointReader()
public String getMeasurementUid()
Copyright © 2022 The Apache Software Foundation. All rights reserved.