
public class ODistributedSyncConfiguration extends Object
| Constructor and Description |
|---|
ODistributedSyncConfiguration(ODistributedServerManager manager,
String databaseName,
File file) |
| Modifier and Type | Method and Description |
|---|---|
OLogSequenceNumber |
getLastLSN(String server) |
long |
getLastOperationTimestamp() |
ODistributedMomentum |
getMomentum() |
void |
load() |
void |
removeServer(String nodeName) |
void |
save() |
void |
setLastLSN(String server,
OLogSequenceNumber lsn,
boolean updateLastOperationTimestamp) |
protected void |
updateInternalDocument() |
public ODistributedSyncConfiguration(ODistributedServerManager manager, String databaseName, File file) throws IOException
IOExceptionpublic ODistributedMomentum getMomentum()
public OLogSequenceNumber getLastLSN(String server)
public void load()
throws IOException
IOExceptionpublic void setLastLSN(String server, OLogSequenceNumber lsn, boolean updateLastOperationTimestamp) throws IOException
IOExceptionpublic void save()
throws IOException
IOExceptionpublic long getLastOperationTimestamp()
protected void updateInternalDocument()
public void removeServer(String nodeName) throws IOException
IOExceptionCopyright © 2009–2025 OrientDB. All rights reserved.