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
(org.apache.pekko.actor.ActorRef actor, org.apache.pekko.actor.ActorContext context, @NonNull LocalAccess localStore, @NonNull Map<String, String> peerAddresses, @NonNull ConfigParams configParams, short payloadVersion, @NonNull PersistenceProvider persistenceProvider, @NonNull ApplyEntryMethod applyEntryMethod, @NonNull Executor executor)