public class BackupRecord extends Object
Modifier and Type | Field and Description |
---|---|
(package private) String |
dirName
Directory name of the persistent object.
|
(package private) static byte[] |
emptyUTFString |
(package private) String |
name
Name of the persistent object.
|
(package private) byte[] |
value
Value of the persistent object.
|
Constructor and Description |
---|
BackupRecord()
Creates an empty record.
|
BackupRecord(String dirName,
String name,
byte[] value)
Creates a record with the specified values.
|
Modifier and Type | Method and Description |
---|---|
String |
getDirName()
Returns the directory name of the persistent object.
|
String |
getName()
Returns the name of the persistent object.
|
String |
getPathname()
Returns the pathname of the persistent object.
|
byte[] |
getValue()
Returns the value of the persistent object.
|
void |
setValue(byte[] value)
Sets the value of the persistent object.
|
String |
toString() |
static final byte[] emptyUTFString
String dirName
String name
byte[] value
public String getDirName()
public String getName()
public String getPathname()
public byte[] getValue()
public void setValue(byte[] value)
value
- the value to setCopyright © 2023 ScalAgent D.T.. All rights reserved.