| Package | Description |
|---|---|
| org.opendaylight.controller.cluster.datastore | |
| org.opendaylight.controller.cluster.example | |
| org.opendaylight.controller.cluster.raft |
| Modifier and Type | Method and Description |
|---|---|
ConfigParams |
DatastoreContext.getShardRaftConfig() |
| Modifier and Type | Class and Description |
|---|---|
class |
ExampleConfigParamsImpl
Implementation of ConfigParams for Example.
|
| Modifier and Type | Method and Description |
|---|---|
static akka.actor.Props |
ExampleActor.props(String id,
Map<String,String> peerAddresses,
com.google.common.base.Optional<ConfigParams> configParams) |
| Constructor and Description |
|---|
ExampleActor(String id,
Map<String,String> peerAddresses,
com.google.common.base.Optional<ConfigParams> configParams) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfigParamsImpl
Default implementation of the ConfigParams.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigParams |
RaftActorContextImpl.getConfigParams() |
@NonNull ConfigParams |
RaftActorContext.getConfigParams()
Returns the ConfigParams instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RaftActorContextImpl.setConfigParams(ConfigParams configParams) |
protected void |
RaftActor.updateConfigParams(ConfigParams configParams) |
| Constructor and Description |
|---|
RaftActorContextImpl(akka.actor.ActorRef actor,
akka.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 org.slf4j.Logger logger,
@NonNull Executor executor) |
| Constructor and Description |
|---|
RaftActor(String id,
Map<String,String> peerAddresses,
com.google.common.base.Optional<ConfigParams> configParams,
short payloadVersion) |
Copyright © 2019 OpenDaylight. All rights reserved.