public static final class TimeseriesTable.Entry extends Object
Constructor and Description |
---|
Entry(byte[] key,
byte[] value,
long timestamp,
byte[]... tags)
Creates instance of the time series entry.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getKey()
Returns the key of the entry.
|
byte[][] |
getTags()
Returns the tags associated with the entry.
|
long |
getTimestamp()
Returns the timestamp of the entry.
|
byte[] |
getValue()
Returns the count value of the entry.
|
public Entry(byte[] key, byte[] value, long timestamp, byte[]... tags)
key
- key of the entryvalue
- value to storetimestamp
- timestamp of the entrytags
- optional list of tags associated with the entry. See class description for more details.public byte[] getKey()
public byte[] getValue()
public long getTimestamp()
public byte[][] getTags()
Copyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.