Class MetastorageRowStoreEntry
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.persistence.freelist.SimpleDataRow
-
- org.apache.ignite.internal.processors.cache.persistence.metastorage.MetastorageRowStoreEntry
-
- All Implemented Interfaces:
Storable
public class MetastorageRowStoreEntry extends SimpleDataRow
-
-
Constructor Summary
Constructors Constructor Description MetastorageRowStoreEntry(byte[] val)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IOVersions<? extends AbstractDataPageIO<?>>ioVersions()
-
-
-
Method Detail
-
ioVersions
public IOVersions<? extends AbstractDataPageIO<?>> ioVersions()
- Specified by:
ioVersionsin interfaceStorable- Overrides:
ioVersionsin classSimpleDataRow- Returns:
- I/O for handling this storable.
-
-