Package | Description |
---|---|
org.corfudb.runtime.object.transactions |
Modifier and Type | Class and Description |
---|---|
class |
WriteSetInfo
This class captures information about objects mutated (written) during speculative
transaction execution.
|
Modifier and Type | Method and Description |
---|---|
long |
OptimisticTransactionalContext.getConflictSetAndCommit(ConflictSetInfo conflictSet)
Commit with a given conflict set and return the address.
|
void |
ConflictSetInfo.mergeInto(ConflictSetInfo other)
Merge a conflict set into this conflict set.
|
void |
WriteSetInfo.mergeInto(ConflictSetInfo other) |
Copyright © 2019 CorfuDB. All rights reserved.