Documentation ¶
Index ¶
- func Check(opts txn.Opts, history core.History) txn.CheckResult
- func RWExplainResult(key string, preValue, value core.MopValueType, amopIndex, bmopIndex int) rwExplainResult
- func WRExplainResult(key string, value core.MopValueType, amopIndex, bmopIndex int) wrExplainResult
- func WWExplainResult(key string, preValue, value core.MopValueType, amopIndex, bmopIndex int) wwExplainResult
- type DirtyUpdateConflict
- type G1Conflict
- type GCaseTp
- type InternalConflict
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RWExplainResult ¶
func RWExplainResult(key string, preValue, value core.MopValueType, amopIndex, bmopIndex int) rwExplainResult
RWExplainResult creates a rwExplainResult
func WRExplainResult ¶
func WRExplainResult(key string, value core.MopValueType, amopIndex, bmopIndex int) wrExplainResult
WRExplainResult creates a wrExplainResult
func WWExplainResult ¶
func WWExplainResult(key string, preValue, value core.MopValueType, amopIndex, bmopIndex int) wwExplainResult
WWExplainResult creates a wwExplainResult value
Types ¶
type DirtyUpdateConflict ¶
type DirtyUpdateConflict struct { Key string Values []core.MopValueType Op1, Op2 core.Op }
DirtyUpdateConflict records a dirty update conflict
func (DirtyUpdateConflict) String ¶
func (d DirtyUpdateConflict) String() string
type G1Conflict ¶
G1Conflict records a G1 conflict
type InternalConflict ¶
InternalConflict records a internal conflict
Click to show internal directories.
Click to hide internal directories.