Uses of Interface
org.opendaylight.controller.cluster.raft.ApplyEntryMethod
Packages that use ApplyEntryMethod
-
Uses of ApplyEntryMethod in org.opendaylight.controller.cluster.raft
Methods in org.opendaylight.controller.cluster.raft that return ApplyEntryMethodModifier and TypeMethodDescriptionRaftActorContext.applyEntryMethod()Returns the consumer of ApplyState operations.RaftActorContextImpl.applyEntryMethod()Constructors in org.opendaylight.controller.cluster.raft with parameters of type ApplyEntryMethodModifierConstructorDescriptionRaftActorContextImpl(ActorRef actor, ActorContext context, @NonNull LocalAccess localStore, @NonNull Map<String, String> peerAddresses, @NonNull ConfigParams configParams, short payloadVersion, @NonNull RestrictedObjectStreams objectStreams, @NonNull PersistenceProvider persistenceProvider, @NonNull ApplyEntryMethod applyEntryMethod)