Uses of Class
io.atomix.raft.protocol.AbstractRaftResponse.Builder
Packages that use AbstractRaftResponse.Builder
Package
Description
Provides
RaftRequest and RaftResponse implementations for all internal Raft protocol
communication.-
Uses of AbstractRaftResponse.Builder in io.atomix.raft.protocol
Classes in io.atomix.raft.protocol with type parameters of type AbstractRaftResponse.BuilderModifier and TypeClassDescriptionprotected static classAbstractRaftResponse.Builder<T extends AbstractRaftResponse.Builder<T,U>, U extends AbstractRaftResponse> Abstract response builder.Subclasses of AbstractRaftResponse.Builder in io.atomix.raft.protocolModifier and TypeClassDescriptionstatic classAppend response builder.static classConfigurationResponse.Builder<T extends ConfigurationResponse.Builder<T,U>, U extends ConfigurationResponse> Configuration response builder.static classHeartbeat response builder.static classInstall response builder.static classPoll response builder.static classReconfigure response builder.static classJoin response builder.static classPoll response builder.