Documentation ¶
Index ¶
Constants ¶
View Source
const ( WHITE int8 = iota GRAY BLACK )
View Source
const ADAPT_TIME_SEC = 10
View Source
const BATCH_INTERVAL = 100 * time.Microsecond
View Source
const BF_K = 4
View Source
const BF_M_N = 32.0
View Source
const CHECKPOINT_PERIOD = 10000
View Source
const COMMIT_GRACE_PERIOD = 10 * 1e9 //10 seconds
View Source
const DO_CHECKPOINTING = false
View Source
const FALSE = uint8(0)
View Source
const HT_INIT_SIZE = 200000
View Source
const INJECT_SLOWDOWN = false
View Source
const MAX_BATCH = 5000
View Source
const MAX_DEPTH_DEP = 10
View Source
const TRUE = uint8(1)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LeaderBookkeeping ¶
type LeaderBookkeeping struct {
// contains filtered or unexported fields
}
type RecoveryInstance ¶
type RecoveryInstance struct {
// contains filtered or unexported fields
}
type Replica ¶
type Replica struct { *genericsmr.Replica InstanceSpace [][]*Instance // the space of all instances (used and not yet used) CommittedUpTo []int32 // highest committed instance per replica that this replica knows about ExecedUpTo []int32 // instance up to which all commands have been executed (including iteslf) // contains filtered or unexported fields }
type SCComponent ¶
type SCComponent struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.