Module raftstore::store::peer [−][src]
Structs
| CheckTickResult | |
| CmdEpochChecker | |
| ConsistencyState |
|
| Peer | |
| PeerStat | Statistics about raft peer. |
| ProposalContext | A bitmap contains some useful flags when dealing with |
| ProposalQueue | |
| ProposedAdminCmd |
Enums
| RequestPolicy |
|
| StaleState | The returned states of the peer after checking whether it is stale |
Constants
| MIN_BCAST_WAKE_UP_INTERVAL | |
| REGION_READ_PROGRESS_CAP | |
| SHRINK_CACHE_CAPACITY |
Traits
| AbstractPeer | A poor version of |
| RequestInspector |
|
Functions
| get_sync_log_from_request | |
| get_transfer_leader_cmd | |
| is_request_urgent | We enable follower lazy commit to get a better performance. But it may not be appropriate for some requests. This function checks whether the request should be committed on all followers as soon as possible. |
| make_transfer_leader_response |