public class NodePersistentStorageEntryV3 extends SchemaV3
| 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 |
timestampMillis
Epoch time in milliseconds of when the value was written
|
| Constructor and Description |
|---|
NodePersistentStorageEntryV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public java.lang.String category
public java.lang.String name
public long size
public long timestampMillis