public class MetastorageDataRow extends Object implements MetastorageSearchRow, Storable
| Constructor and Description |
|---|
MetastorageDataRow(long link,
String key,
byte[] value) |
MetastorageDataRow(String key,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
int |
hash() |
int |
headerSize() |
String |
key() |
long |
link() |
void |
link(long link) |
int |
partition() |
int |
size() |
String |
toString() |
byte[] |
value() |
public MetastorageDataRow(long link,
String key,
byte[] value)
public MetastorageDataRow(String key, byte[] value)
public String key()
key in interface MetastorageSearchRowpublic int hash()
hash in interface MetastorageSearchRowpublic int size()
throws IgniteCheckedException
size in interface StorableIgniteCheckedException - If failed.public int headerSize()
headerSize in interface Storablepublic void link(long link)
public long link()
link in interface MetastorageSearchRowlink in interface Storablepublic byte[] value()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019