Uses of Class
org.infinispan.server.test.core.ServerRunMode
-
Packages that use ServerRunMode Package Description org.infinispan.server.test.core -
-
Uses of ServerRunMode in org.infinispan.server.test.core
Methods in org.infinispan.server.test.core that return ServerRunMode Modifier and Type Method Description ServerRunModeInfinispanServerTestConfiguration. runMode()static ServerRunModeServerRunMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerRunMode[]ServerRunMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.server.test.core with parameters of type ServerRunMode Modifier and Type Method Description TAbstractServerConfigBuilder. runMode(ServerRunMode serverRunMode)Constructors in org.infinispan.server.test.core with parameters of type ServerRunMode Constructor Description InfinispanServerTestConfiguration(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)
-