Class MetastorageDataRow
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.persistence.metastorage.MetastorageDataRow
-
- All Implemented Interfaces:
MetastorageRow
public class MetastorageDataRow extends Object implements MetastorageRow
-
-
Constructor Summary
Constructors Constructor Description MetastorageDataRow(long link, String key, long keyLink)
-
-
-
Constructor Detail
-
MetastorageDataRow
public MetastorageDataRow(long link, String key, long keyLink)
-
-
Method Detail
-
link
public long link()
- Specified by:
linkin interfaceMetastorageRow- Returns:
- Link for this row.
-
key
public String key()
- Specified by:
keyin interfaceMetastorageRow- Returns:
- Key string.
-
keyLink
public long keyLink()
- Specified by:
keyLinkin interfaceMetastorageRow- Returns:
- Key link.
-
-