Uses of Enum
org.infinispan.server.test.core.ServerRunMode
Packages that use ServerRunMode
-
Uses of ServerRunMode in org.infinispan.server.test.core
Methods in org.infinispan.server.test.core that return ServerRunModeModifier and TypeMethodDescriptionInfinispanServerTestConfiguration.runMode()static ServerRunModeReturns 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 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)