MCPcopy Create free account

hub / github.com/baidu/braft / types & classes

Types & classes311 in github.com/baidu/braft

↓ 85 callersClassPeerId
Represent a participant in a replicating group.
src/braft/configuration.h:38
↓ 60 callersClassLogId
Log identifier
src/braft/log_entry.h:30
↓ 19 callersClassConfiguration
A set of peers.
src/braft/configuration.h:138
↓ 14 callersClassCliOptions
src/braft/cli.h:25
↓ 5 callersClassNodeId
src/braft/configuration.h:100
↓ 3 callersClassDisruptedLeader
src/braft/node.h:322
↓ 3 callersClassPosHint
src/braft/ballot.h:26
↓ 2 callersClassFlyingAppendEntriesRpc
src/braft/replicator.h:227
↓ 2 callersClassNodeImpl
src/braft/node.h:48
↓ 2 callersClassPeerStatus
Status of a peer
src/braft/raft.h:359
↓ 1 callersClassBallot
src/braft/ballot.h:24
↓ 1 callersClassFSMCaller
src/braft/ballot_box.h:30
↓ 1 callersClassLogManager
src/braft/fsm_caller.h:34
↓ 1 callersClassSnapshotExecutor
src/braft/node.h:45
↓ 1 callersClassstat
test/test_log.cpp:493
ClassAppendBatcher
src/braft/log_manager.cpp:486
ClassAppendEntriesCache
A simple cache to temporaryly store out-of-order AppendEntries requests.
src/braft/node.h:407
ClassAppendEntriesCacheTimerArg
src/braft/node.cpp:2898
ClassAppendEntriesRpc
src/braft/node.h:393
ClassAppendEntriesSyncClosure
test/test_node.cpp:2904
ClassApplyTask
src/braft/fsm_caller.h:151
ClassArg
test/test_snapshot.cpp:346
ClassArgThrottle
test/test_throttle.cpp:19
ClassAtomic
example/atomic/server.cpp:45
ClassAtomicClosure
Implements Closure which encloses RPC stuff
example/atomic/server.cpp:47
EnumAtomicOpType
example/atomic/server.cpp:74
ClassAtomicServiceImpl
Implements example::AtomicService if you are using brpc.
example/atomic/server.cpp:438
ClassBAIDU_CACHELINE_ALIGNMENT
src/braft/node.h:87
ClassBAIDU_CACHELINE_ALIGNMENT
src/braft/fsm_caller.h:106
ClassBAIDU_CACHELINE_ALIGNMENT
src/braft/snapshot_executor.h:52
ClassBAIDU_CACHELINE_ALIGNMENT
src/braft/file_service.h:27
ClassBAIDU_CACHELINE_ALIGNMENT
src/braft/log.h:34
ClassBAIDU_CACHELINE_ALIGNMENT
src/braft/memory_log.h:31
ClassBAIDU_CACHELINE_ALIGNMENT
src/braft/replicator.h:82
ClassBAIDU_CACHELINE_ALIGNMENT
src/braft/log_manager.h:56
ClassBallotBox
src/braft/ballot_box.h:51
ClassBallotBox
src/braft/replicator.h:34
ClassBallotBoxOptions
src/braft/ballot_box.h:33
ClassBallotBoxStatus
src/braft/ballot_box.h:42
ClassBallotBoxTest
test/test_ballot_box.cpp:13
ClassBallotTest
test/test_ballot.cpp:20
ClassBaseLeaseTest
test/test_leader_lease.cpp:29
ClassBlock
example/block/server.cpp:38
ClassBlockClosure
Implements Closure which encloses RPC stuff
example/block/server.cpp:41
ClassBlockServiceImpl
Implements example::BlockService if you are using brpc.
example/block/server.cpp:442
ClassBootstrapOptions
src/braft/raft.h:781
ClassBootstrapStableClosure
src/braft/node.cpp:346
ClassBufferedSequentialReadFileAdaptor
src/braft/file_system_adaptor.h:189
ClassBufferedSequentialWriteFileAdaptor
src/braft/file_system_adaptor.h:227
ClassCatchupClosure
src/braft/replicator.h:64
ClassChangeArg
test/test_node.cpp:2758
EnumCheckSumType
src/braft/log.cpp:67
ClassChecksumTest
test/test_checksum.cpp:10
ClassCliServiceImpl
src/braft/cli_service.h:26
ClassCliTest
test/test_cli.cpp:14
ClassClosure
Raft-specific closure which encloses a butil::Status to report if the operation was successful.
src/braft/raft.h:53
ClassClosure
src/braft/remote_file_copier.h:65
ClassClosure
src/braft/util.h:173
ClassClosureQueue
Holding the closure waiting for the commitment of logs
src/braft/closure_queue.h:25
ClassClosureQueue
src/braft/ballot_box.h:31
ClassCluster
test/util.h:218
ClassConfigurationChangeDone
src/braft/node.cpp:87
ClassConfigurationCtx
src/braft/node.h:328
ClassConfigurationEntry
src/braft/configuration_manager.h:25
ClassConfigurationManager
Manager the history of configuration changing
src/braft/configuration_manager.h:51
ClassCopyOptions
src/braft/remote_file_copier.h:32
ClassCounter
example/counter/server.cpp:36
ClassCounterRecorder
Specialized structure to record counter. It's not a Variable, but it contains multiple bvar inside.
src/braft/util.h:83
ClassCounterRecorderBase
For mimic constructor inheritance.
src/braft/util.h:57
ClassCounterServiceImpl
Implements example::CounterService if you are using brpc.
example/counter/server.cpp:329
ClassDestroyObj
src/braft/file_system_adaptor.h:58
ClassDirReader
DirReader iterates a directory to get sub directories and files, `.' and `..' should be ignored
src/braft/file_system_adaptor.h:38
ClassDownloadingSnapshot
src/braft/snapshot_executor.h:129
ClassDummyCaller
test/test_ballot_box.cpp:80
ClassDummySnapshoWriter
test/test_fsm_caller.cpp:188
ClassDummySnapshotReader
test/test_fsm_caller.cpp:169
ClassElectionTimer
src/braft/node.h:60
ClassEntryHeader
src/braft/log.h:51
ClassError
Describe a specific error
src/braft/raft.h:63
ClassExpectClosure
test/util.h:177
ClassExtendLeaseTest
test/test_leader_lease.cpp:44
ClassFSMCaller
src/braft/log_manager.h:35
ClassFSMCallerOptions
src/braft/fsm_caller.h:75
ClassFSMCallerTest
test/test_fsm_caller.cpp:15
ClassFetchAddClosure
Implements Closure which encloses RPC stuff
example/counter/server.cpp:39
ClassFileAdaptor
src/braft/file_system_adaptor.h:63
ClassFileAdaptor
src/braft/remote_file_copier.h:45
ClassFileBasedSingleMetaStorage
src/braft/raft_meta.h:29
ClassFileReader
Abstract class to read data from a file All the const method should be thread safe
src/braft/file_reader.h:33
ClassFileSegData
unsequence file data, reduce the overhead of copy some files have hole.
src/braft/util.h:254
ClassFileServiceTest
test/test_file_service.cpp:22
ClassFileSystemAdaptor
src/braft/snapshot_executor.h:33
ClassFileSystemAdaptor
src/braft/storage.h:292
ClassFileSystemAdaptor
src/braft/file_system_adaptor.h:94
ClassFileSystemAdaptor
src/braft/raft.h:45
ClassFileSystemAdaptor
src/braft/remote_file_copier.h:46
ClassFirstSnapshotLoadDone
src/braft/snapshot_executor.cpp:60
ClassFollowerLease
src/braft/lease.h:64
ClassFollowerStableClosure
src/braft/node.cpp:2210
ClassFsyncTest
test/test_fsync.cpp:15
next →1–100 of 311, ranked by callers