MCPcopy Create free account

hub / github.com/Jille/raft-grpc-transport / types & classes

Types & classes35 in github.com/Jille/raft-grpc-transport

StructAppendEntriesRequest
proto/transport.pb.go:232
StructAppendEntriesResponse
proto/transport.pb.go:327
StructInstallSnapshotRequest
The first InstallSnapshotRequest on the stream contains all the metadata. All further messages contain only data.
proto/transport.pb.go:660
StructInstallSnapshotResponse
proto/transport.pb.go:787
StructLog
proto/transport.pb.go:145
TypeAliasLog_LogType
proto/transport.pb.go:24
StructManager
transport.go:19
FuncTypeOption
func(m *Manager)
options.go:5
StructRPCHeader
proto/transport.pb.go:82
InterfaceRaftTransportClient
RaftTransportClient is the client API for RaftTransport service. For semantics around ctx use and closing/ending streaming RPCs, please refer to http
proto/transport_grpc.pb.go:24
InterfaceRaftTransportServer
RaftTransportServer is the server API for RaftTransport service. All implementations must embed UnimplementedRaftTransportServer for forward compatibi
proto/transport_grpc.pb.go:151
InterfaceRaftTransport_AppendEntriesPipelineClient
proto/transport_grpc.pb.go:56
InterfaceRaftTransport_AppendEntriesPipelineServer
proto/transport_grpc.pb.go:206
InterfaceRaftTransport_InstallSnapshotClient
proto/transport_grpc.pb.go:114
InterfaceRaftTransport_InstallSnapshotServer
proto/transport_grpc.pb.go:286
StructRequestPreVoteRequest
proto/transport.pb.go:850
StructRequestPreVoteResponse
proto/transport.pb.go:921
StructRequestVoteRequest
proto/transport.pb.go:406
StructRequestVoteResponse
proto/transport.pb.go:493
StructTimeoutNowRequest
proto/transport.pb.go:564
StructTimeoutNowResponse
proto/transport.pb.go:611
StructUnimplementedRaftTransportServer
UnimplementedRaftTransportServer must be embedded to have forward compatible implementations.
proto/transport_grpc.pb.go:168
InterfaceUnsafeRaftTransportServer
UnsafeRaftTransportServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added met
proto/transport_grpc.pb.go:194
StructappendFuture
raftapi.go:245
Structconn
raftapi.go:25
StructgRPCAPI
These are requests incoming over gRPC that we need to relay to the Raft engine.
grpcapi.go:13
StructraftAPI
These are calls from the Raft engine that we need to send out over gRPC.
raftapi.go:16
StructraftPipelineAPI
raftapi.go:188
StructraftTransportAppendEntriesPipelineClient
proto/transport_grpc.pb.go:62
StructraftTransportAppendEntriesPipelineServer
proto/transport_grpc.pb.go:212
StructraftTransportClient
proto/transport_grpc.pb.go:39
StructraftTransportInstallSnapshotClient
proto/transport_grpc.pb.go:120
StructraftTransportInstallSnapshotServer
proto/transport_grpc.pb.go:292
StructsnapshotStream
grpcapi.go:99
Structx
proto/transport.pb.go:1371