Class MetastoreDataRecord
- java.lang.Object
-
- org.apache.ignite.internal.pagemem.wal.record.WALRecord
-
- org.apache.ignite.internal.pagemem.wal.record.MetastoreDataRecord
-
- All Implemented Interfaces:
WalRecordCacheGroupAware
public class MetastoreDataRecord extends WALRecord implements WalRecordCacheGroupAware
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.ignite.internal.pagemem.wal.record.WALRecord
WALRecord.RecordPurpose, WALRecord.RecordType
-
-
Constructor Summary
Constructors Constructor Description MetastoreDataRecord(String key, @org.jetbrains.annotations.Nullable byte[] value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgroupId()Stringkey()StringtoString()WALRecord.RecordTypetype()@org.jetbrains.annotations.Nullable byte[]value()
-
-
-
Constructor Detail
-
MetastoreDataRecord
public MetastoreDataRecord(String key, @Nullable @org.jetbrains.annotations.Nullable byte[] value)
- Parameters:
key- Key.value- Value.
-
-
Method Detail
-
key
public String key()
-
value
@Nullable public @org.jetbrains.annotations.Nullable byte[] value()
-
type
public WALRecord.RecordType type()
-
groupId
public int groupId()
- Specified by:
groupIdin interfaceWalRecordCacheGroupAware- Returns:
- Cache group ID.
-
-