@return the sorted value in a compacted data point format after #parseKeyValue(TSDB, KeyValue) has been called
()
| 244 | /** @return the sorted value in a compacted data point format after |
| 245 | * {@link #parseKeyValue(TSDB, KeyValue)} has been called */ |
| 246 | public byte[] value() { |
| 247 | return value; |
| 248 | } |
| 249 | |
| 250 | /** @return a deferred to wait on if the call to |
| 251 | * {@link #parseKeyValue(TSDB, KeyValue)} triggered a put to storage. */ |
no outgoing calls