Uses of Class
org.kie.internal.runtime.conf.PersistenceMode
-
Packages that use PersistenceMode Package Description org.kie.internal.runtime.conf org.kie.internal.runtime.manager.deploy -
-
Uses of PersistenceMode in org.kie.internal.runtime.conf
Methods in org.kie.internal.runtime.conf that return PersistenceMode Modifier and Type Method Description PersistenceMode
DeploymentDescriptor. getPersistenceMode()
Returns the runtime engine persistence type configurationstatic PersistenceMode
PersistenceMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PersistenceMode[]
PersistenceMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.internal.runtime.conf with parameters of type PersistenceMode Modifier and Type Method Description DeploymentDescriptorBuilder
DeploymentDescriptorBuilder. persistenceMode(PersistenceMode mode)
-
Uses of PersistenceMode in org.kie.internal.runtime.manager.deploy
Methods in org.kie.internal.runtime.manager.deploy that return PersistenceMode Modifier and Type Method Description PersistenceMode
DeploymentDescriptorImpl. getPersistenceMode()
Methods in org.kie.internal.runtime.manager.deploy with parameters of type PersistenceMode Modifier and Type Method Description void
DeploymentDescriptorImpl. setPersistenceMode(PersistenceMode persistenceMode)
-