Constructor and Description |
---|
NonPersistentDataProvider(ExecuteInSelfActor actor) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUntypedActor |
class |
AbstractUntypedActorWithMetering
Actor with its behaviour metered.
|
class |
AbstractUntypedPersistentActor |
class |
AbstractUntypedPersistentActorWithMetering
Actor with its behaviour metered.
|
Modifier and Type | Class and Description |
---|---|
class |
Shard
A Shard represents a portion of the logical data tree.
|
class |
ShardDataTreeChangePublisherActor
Actor used to generate and publish DataTreeChange notifications.
|
class |
ShardDataTreeNotificationPublisherActor<T extends org.opendaylight.controller.cluster.datastore.ShardDataTreeNotificationPublisher>
Actor used to generate and publish data tree notifications.
|
class |
ShardReadTransaction
Actor for a shard read transaction.
|
class |
ShardReadWriteTransaction
Actor for a shard read/write transaction.
|
class |
ShardTransaction
The ShardTransaction Actor represents a remote transaction that delegates all actions to DOMDataReadWriteTransaction.
|
class |
ShardWriteTransaction
Actor for a shard write-only transaction.
|
Modifier and Type | Class and Description |
---|---|
class |
DataTreeNotificationListenerRegistrationActor
Actor co-located with a shard.
|
class |
ShardSnapshotActor
This is an offload actor, which is given an isolated snapshot of the data tree.
|
Modifier and Type | Class and Description |
---|---|
class |
ExampleActor
A sample actor showing how the RaftActor is to be extended.
|
class |
ExampleRoleChangeListener
This is a sample implementation of a Role Change Listener which is an actor, which registers itself
to the ClusterRoleChangeNotifier.
|
Modifier and Type | Class and Description |
---|---|
class |
RoleChangeNotifier
The RoleChangeNotifier is responsible for receiving Raft role and leader state change messages and notifying
the listeners (within the same node), which are registered with it.
|
Modifier and Type | Class and Description |
---|---|
class |
RaftActor
RaftActor encapsulates a state machine that needs to be kept synchronized
in a cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
RoleChangeListenerActor
Proxy actor which acts as a facade for user-provided
LeaderLocationListener . |
class |
ShardedDataTreeActor
Actor that tracks currently open producers/shards on remote nodes and handles notifications of remote
nodes of newly open producers/shards on the local node.
|
Modifier and Type | Class and Description |
---|---|
class |
RpcManager
This class acts as a supervisor, creates all the actors, resumes them, if an exception is thrown.
|
Modifier and Type | Class and Description |
---|---|
class |
RpcRegistry
Registry to look up cluster nodes that have registered for a given RPC.
|
Modifier and Type | Class and Description |
---|---|
class |
BucketStoreActor<T extends BucketData<T>>
A store that syncs its data across nodes in the cluster.
|
class |
Gossiper
Gossiper that syncs bucket store across nodes in the cluster.
|
Copyright © 2019 OpenDaylight. All rights reserved.