Uses of Interface
org.opendaylight.controller.cluster.DataPersistenceProvider
-
Packages that use DataPersistenceProvider Package Description org.opendaylight.controller.cluster org.opendaylight.controller.cluster.raft -
-
Uses of DataPersistenceProvider in org.opendaylight.controller.cluster
Classes in org.opendaylight.controller.cluster that implement DataPersistenceProvider Modifier and Type Class Description classDelegatingPersistentDataProviderA DataPersistenceProvider implementation that delegates to another implementation.classNonPersistentDataProviderA DataPersistenceProvider implementation with persistence disabled, essentially a no-op.classPersistentDataProviderA DataPersistenceProvider implementation with persistence enabled.Methods in org.opendaylight.controller.cluster that return DataPersistenceProvider Modifier and Type Method Description DataPersistenceProviderDelegatingPersistentDataProvider. getDelegate()Methods in org.opendaylight.controller.cluster with parameters of type DataPersistenceProvider Modifier and Type Method Description voidDelegatingPersistentDataProvider. setDelegate(DataPersistenceProvider delegate)Constructors in org.opendaylight.controller.cluster with parameters of type DataPersistenceProvider Constructor Description DelegatingPersistentDataProvider(DataPersistenceProvider delegate) -
Uses of DataPersistenceProvider in org.opendaylight.controller.cluster.raft
Methods in org.opendaylight.controller.cluster.raft that return DataPersistenceProvider Modifier and Type Method Description @NonNull DataPersistenceProviderRaftActorContext. getPersistenceProvider()Returns the DataPersistenceProvider instance.DataPersistenceProviderRaftActorContextImpl. getPersistenceProvider()DataPersistenceProviderRaftActor. persistence()Methods in org.opendaylight.controller.cluster.raft with parameters of type DataPersistenceProvider Modifier and Type Method Description voidRaftActor. setPersistence(DataPersistenceProvider provider)Constructors in org.opendaylight.controller.cluster.raft with parameters of type DataPersistenceProvider Constructor Description RaftActorContextImpl(ActorRef actor, ActorContext context, String id, @NonNull ElectionTerm termInformation, long commitIndex, long lastApplied, @NonNull Map<String,String> peerAddresses, @NonNull ConfigParams configParams, @NonNull DataPersistenceProvider persistenceProvider, @NonNull Consumer<ApplyState> applyStateConsumer, @NonNull Logger logger, @NonNull Executor executor)
-