
public class ODistributedMomentum extends Object implements OStreamable
| Constructor and Description |
|---|
ODistributedMomentum() |
ODistributedMomentum(ODocument document) |
| Modifier and Type | Method and Description |
|---|---|
ODistributedMomentum |
copy() |
void |
fromJSON(InputStream is) |
void |
fromStream(DataInput in) |
long |
getLastOperationTimestamp() |
OLogSequenceNumber |
getLSN(String iNode) |
Collection<String> |
getServers() |
boolean |
isEmpty() |
void |
setLastOperationTimestamp(long lastOperationTimestamp) |
void |
setLSN(String iNode,
OLogSequenceNumber iLSN) |
void |
toJSON(OutputStream os) |
void |
toStream(DataOutput out) |
String |
toString() |
public ODistributedMomentum()
public ODistributedMomentum(ODocument document)
public OLogSequenceNumber getLSN(String iNode)
public void setLSN(String iNode, OLogSequenceNumber iLSN)
public long getLastOperationTimestamp()
public void setLastOperationTimestamp(long lastOperationTimestamp)
public boolean isEmpty()
public void fromJSON(InputStream is) throws IOException
IOExceptionpublic void toJSON(OutputStream os) throws IOException
IOExceptionpublic void toStream(DataOutput out) throws IOException
toStream in interface OStreamableIOExceptionpublic void fromStream(DataInput in) throws IOException
fromStream in interface OStreamableIOExceptionpublic ODistributedMomentum copy()
public Collection<String> getServers()
Copyright © 2009–2025 OrientDB. All rights reserved.