public class ShowTimeSeriesResult extends ShowResult
name, sgName| 构造器和说明 |
|---|
ShowTimeSeriesResult() |
ShowTimeSeriesResult(String name,
String alias,
String sgName,
TSDataType dataType,
TSEncoding encoding,
CompressionType compressor,
long lastTime,
Map<String,String> tags,
Map<String,String> attributes) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ShowTimeSeriesResult |
deserialize(ByteBuffer buffer) |
boolean |
equals(Object o) |
String |
getAlias() |
Map<String,String> |
getAttribute() |
CompressionType |
getCompressor() |
TSDataType |
getDataType() |
TSEncoding |
getEncoding() |
long |
getLastTime() |
Map<String,String> |
getTag() |
int |
hashCode() |
void |
serialize(OutputStream outputStream) |
compareTo, getName, getSgNamepublic ShowTimeSeriesResult(String name, String alias, String sgName, TSDataType dataType, TSEncoding encoding, CompressionType compressor, long lastTime, Map<String,String> tags, Map<String,String> attributes)
public ShowTimeSeriesResult()
public String getAlias()
public TSDataType getDataType()
public TSEncoding getEncoding()
public CompressionType getCompressor()
public long getLastTime()
public void serialize(OutputStream outputStream) throws IOException
IOExceptionpublic static ShowTimeSeriesResult deserialize(ByteBuffer buffer)
Copyright © 2022 The Apache Software Foundation. All rights reserved.