public class MetastorageRowStore extends Object
| Modifier and Type | Field and Description |
|---|---|
protected IgniteCacheDatabaseSharedManager |
db |
| Constructor and Description |
|---|
MetastorageRowStore(PartitionMetaStorage<MetastorageDataRow> partStorage,
IgniteCacheDatabaseSharedManager db) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(MetastorageDataRow row) |
MetastorageDataRow |
dataRow(String key,
long link) |
void |
removeRow(long link) |
protected final IgniteCacheDatabaseSharedManager db
public MetastorageRowStore(PartitionMetaStorage<MetastorageDataRow> partStorage, IgniteCacheDatabaseSharedManager db)
public MetastorageDataRow dataRow(String key, long link) throws IgniteCheckedException
link - Row link.IgniteCheckedExceptionpublic void removeRow(long link)
throws IgniteCheckedException
link - Row link.IgniteCheckedException - If failed.public void addRow(MetastorageDataRow row) throws IgniteCheckedException
row - Row.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020