| Package | Description |
|---|---|
| org.opendaylight.controller.cluster.datastore |
| Modifier and Type | Method and Description |
|---|---|
static TransactionType |
TransactionType.fromInt(int type) |
static TransactionType |
TransactionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionType[] |
TransactionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static akka.actor.Props |
ShardTransaction.props(TransactionType type,
org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> transaction,
akka.actor.ActorRef shardActor,
DatastoreContext datastoreContext,
ShardStats shardStats) |
| Constructor and Description |
|---|
TransactionProxy(org.opendaylight.controller.cluster.datastore.AbstractTransactionContextFactory<?> txContextFactory,
TransactionType type) |
Copyright © 2018 OpenDaylight. All rights reserved.