public class NodePersistentStorageEntryV3 extends Schema
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
category
Category name
|
java.lang.String |
name
Key name
|
long |
size
Size in bytes of value
|
long |
timestamp_millis
Epoch time in milliseconds of when the value was written
|
| Constructor and Description |
|---|
NodePersistentStorageEntryV3() |