Class OOperationUnitId
java.lang.Object
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OOperationUnitId
- Since:
- 06.06.13
- Author:
- Andrey Lomakin (a.lomakin-at-orientdb.com)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintfromStream(byte[] content, int offset) voidfromStream(ByteBuffer buffer) static OOperationUnitIdinthashCode()inttoStream(byte[] content, int offset) voidtoStream(ByteBuffer buffer) toString()
-
Field Details
-
SERIALIZED_SIZE
public static final int SERIALIZED_SIZE- See Also:
-
-
Constructor Details
-
OOperationUnitId
public OOperationUnitId(long lId, long sId) -
OOperationUnitId
public OOperationUnitId()
-
-
Method Details
-
generateId
-
toStream
public int toStream(byte[] content, int offset) -
toStream
-
fromStream
public int fromStream(byte[] content, int offset) -
fromStream
-
equals
-
hashCode
public int hashCode() -
toString
-