Class ORecordOperationMetadata

java.lang.Object
com.orientechnologies.orient.core.storage.impl.local.paginated.ORecordOperationMetadata
All Implemented Interfaces:
OAtomicOperationMetadata<Set<ORID>>, Serializable

public class ORecordOperationMetadata extends Object implements OAtomicOperationMetadata<Set<ORID>>
This class is used inside of OPaginatedCluster class as container for the records ids which were changed during active atomic operation.
See Also: