
public class OPaginatedStorageDirtyFlag extends Object
| Constructor and Description |
|---|
OPaginatedStorageDirtyFlag(Path dirtyFilePath) |
| Modifier and Type | Method and Description |
|---|---|
static void |
addFileToArchive(ZipOutputStream zos,
String name) |
void |
clearDirty() |
void |
close() |
void |
create() |
void |
delete() |
boolean |
exists() |
long |
getLastTxId() |
boolean |
isDirty() |
void |
makeDirty() |
void |
open() |
void |
setLastTxId(long lastTxId) |
public OPaginatedStorageDirtyFlag(Path dirtyFilePath)
public static void addFileToArchive(ZipOutputStream zos, String name) throws IOException
IOExceptionpublic void create()
throws IOException
IOExceptionpublic boolean exists()
public void open()
throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionpublic void delete()
throws IOException
IOExceptionpublic void makeDirty()
throws IOException
IOExceptionpublic void clearDirty()
throws IOException
IOExceptionpublic boolean isDirty()
public long getLastTxId()
public void setLastTxId(long lastTxId)
throws IOException
IOExceptionCopyright © 2009–2025 OrientDB. All rights reserved.