Uses of Class
org.teiid.Replicated.ReplicationMode
-
Packages that use Replicated.ReplicationMode Package Description org.teiid -
-
Uses of Replicated.ReplicationMode in org.teiid
Methods in org.teiid that return Replicated.ReplicationMode Modifier and Type Method Description Replicated.ReplicationMode
replicateState()
Should not be used with remoteOnly.static Replicated.ReplicationMode
Replicated.ReplicationMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Replicated.ReplicationMode[]
Replicated.ReplicationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-