Uses of Interface
org.jgroups.protocols.raft.LogCapability
Packages that use LogCapability
-
Uses of LogCapability in org.jgroups.protocols.raft
Subinterfaces of LogCapability in org.jgroups.protocols.raftModifier and TypeInterfaceDescriptioninterfaceControls the log entry cache that sits between the Raft protocol and the underlying persistent log.interfaceA log capability that allows snapshot creation in two phases: staging and committing.Methods in org.jgroups.protocols.raft with type parameters of type LogCapabilityModifier and TypeMethodDescription<T extends LogCapability>
TFileBasedLog.findCapability(Class<T> capability) default <T extends LogCapability>
TLog.findCapability(Class<T> capability) Looks up an optional capability provided by this log or any log in the delegation chain. -
Uses of LogCapability in org.jgroups.raft.util
Classes in org.jgroups.raft.util that implement LogCapabilityMethods in org.jgroups.raft.util with type parameters of type LogCapabilityModifier and TypeMethodDescription<T extends LogCapability>
TLogCache.findCapability(Class<T> capability)