package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: May 5, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Aware interface {
ShardCreated(id uint64)
ShardDeleted(id uint64)
OnStats(stats interface{})
}
type ItemsToCheckpointStat struct {
ShardID uint64
Count int
}
type Node interface {
GetId() uint64
}
type NodeAware interface {
Aware
ShardNodeCreated(shardId, nodeID uint64)
ShardNodeDeleted(shardId, nodeID uint64)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.