public class StoreValue extends Object
| Constructor and Description |
|---|
StoreValue(long ts,
byte[] val) |
| Modifier and Type | Method and Description |
|---|---|
static StoreValue |
deserialize(byte[] bytes) |
byte[] |
serialize() |
long |
ts() |
byte[] |
value() |
public byte[] value()
public long ts()
public byte[] serialize()
public static StoreValue deserialize(byte[] bytes)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.