public interface Loggable
| Modifier and Type | Field and Description |
|---|---|
static int |
NO_STRUCTURE_ID |
static long |
NULL_ADDRESS |
| Modifier and Type | Method and Description |
|---|---|
long |
getAddress()
Address of the loggable in log.
|
@NotNull jetbrains.exodus.ByteIterable |
getData()
Loggable data.
|
int |
getDataLength()
Length of the loggable data.
|
int |
getStructureId()
Returns unique id of structure that the loggable belongs to.
|
byte |
getType()
Type of loggable.
|
int |
length()
Length of the loggable with header and data.
|
static final long NULL_ADDRESS
static final int NO_STRUCTURE_ID
long getAddress()
byte getType()
int length()
@NotNull @NotNull jetbrains.exodus.ByteIterable getData()
int getDataLength()
int getStructureId()