Uses of Enum Class
org.infinispan.server.test.core.ServerRunMode
Packages that use ServerRunMode
-
Uses of ServerRunMode in org.infinispan.server.test.core
Subclasses with type arguments of type ServerRunMode in org.infinispan.server.test.coreMethods in org.infinispan.server.test.core that return ServerRunModeModifier and TypeMethodDescriptionInfinispanServerTestConfiguration.runMode()static ServerRunModeReturns the enum constant of this class with the specified name.static ServerRunMode[]ServerRunMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.server.test.core with parameters of type ServerRunModeModifier and TypeMethodDescriptionAbstractServerConfigBuilder.runMode(ServerRunMode serverRunMode) Constructors in org.infinispan.server.test.core with parameters of type ServerRunModeModifierConstructorDescriptionInfinispanServerTestConfiguration(String configurationFile, int numServers, ServerRunMode runMode, Properties properties, String[] mavenArtifacts, org.jboss.shrinkwrap.api.spec.JavaArchive[] archives, boolean jmx, boolean parallelStartup, boolean defaultFile, List<InfinispanServerListener> listeners, String site, int portOffset, String[] features, String[] dataFiles)