Documentation ¶
Overview ¶
shard_master/transaction/raft_manager.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RaftManager ¶
type RaftManager struct {
// contains filtered or unexported fields
}
func NewRaftManager ¶
func NewRaftManager() *RaftManager
func (*RaftManager) CommitTransaction ¶
func (rm *RaftManager) CommitTransaction(tx []byte) error
func (*RaftManager) ProposeTransaction ¶
func (rm *RaftManager) ProposeTransaction(tx []byte) error
func (*RaftManager) Start ¶
func (rm *RaftManager) Start()
Click to show internal directories.
Click to hide internal directories.