Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SvMap ¶ added in v1.4.3
type SvMap map[string][]spec_svs.SeqNoEntry
Map representation of the state vector.
func (SvMap) Encode ¶ added in v1.4.3
func (m SvMap) Encode() *spec_svs.StateVector
func (SvMap) Get ¶ added in v1.4.3
func (m SvMap) Get(hash string, btime uint64) spec_svs.SeqNoEntry
Get seq entry for a bootstrap time.
func (SvMap) IsNewerThan ¶ added in v1.4.3
Check if a svHashMap is newer than another. If existOnly is true, only check if the other has all entries.
type SvSync ¶
type SvSync struct {
// contains filtered or unexported fields
}
func (*SvSync) GetBootTime ¶ added in v1.4.3
func (*SvSync) IncrSeqNo ¶
IncrSeqNo increments the sequence number for a name. The instance must only increment sequence numbers for names it owns.
type SvSyncOpts ¶ added in v1.4.3
Click to show internal directories.
Click to hide internal directories.