Uses of Class
org.opendaylight.controller.cluster.datastore.TransactionType
-
Packages that use TransactionType Package Description org.opendaylight.controller.cluster.datastore -
-
Uses of TransactionType in org.opendaylight.controller.cluster.datastore
Methods in org.opendaylight.controller.cluster.datastore that return TransactionType Modifier and Type Method Description static TransactionTypeTransactionType. fromInt(int type)static TransactionTypeTransactionType. 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.Methods in org.opendaylight.controller.cluster.datastore with parameters of type TransactionType Modifier and Type Method Description static akka.actor.PropsShardTransaction. props(TransactionType type, org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> transaction, akka.actor.ActorRef shardActor, DatastoreContext datastoreContext, ShardStats shardStats)Constructors in org.opendaylight.controller.cluster.datastore with parameters of type TransactionType Constructor Description TransactionProxy(org.opendaylight.controller.cluster.datastore.AbstractTransactionContextFactory<?> txContextFactory, TransactionType type)
-