public enum Datastore extends Enum<Datastore>
Modifier and Type | Method and Description |
---|---|
static DatastoreQueryStrategy |
getInstanceQueryStrategy(Datastore source,
TransactionProvider transactionProvider) |
static Datastore |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Datastore[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Datastore running
public static final Datastore candidate
public static Datastore[] values()
for (Datastore c : Datastore.values()) System.out.println(c);
public static Datastore valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static DatastoreQueryStrategy getInstanceQueryStrategy(Datastore source, TransactionProvider transactionProvider)
Copyright © 2019 OpenDaylight. All rights reserved.