public class MetastorageRowStore extends Object
| Modifier and Type | Field and Description |
|---|---|
protected IgniteCacheDatabaseSharedManager |
db |
| Constructor and Description |
|---|
MetastorageRowStore(PartitionMetaStorage<MetastorageRowStoreEntry> partStorage,
IgniteCacheDatabaseSharedManager db) |
| Modifier and Type | Method and Description |
|---|---|
long |
addRow(byte[] val) |
byte[] |
readRow(long link) |
void |
removeRow(long link) |
protected final IgniteCacheDatabaseSharedManager db
public MetastorageRowStore(PartitionMetaStorage<MetastorageRowStoreEntry> partStorage, IgniteCacheDatabaseSharedManager db)
public byte[] readRow(long link)
throws IgniteCheckedException
link - Row link.IgniteCheckedExceptionpublic void removeRow(long link)
throws IgniteCheckedException
link - Row link.IgniteCheckedException - If failed.public long addRow(byte[] val)
throws IgniteCheckedException
val - Value to store.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021