Uses of Class
org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator.StackCombine
-
Packages that use EmbeddedJGroupsChannelConfigurator.StackCombine Package Description org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups. -
-
Uses of EmbeddedJGroupsChannelConfigurator.StackCombine in org.infinispan.remoting.transport.jgroups
Methods in org.infinispan.remoting.transport.jgroups that return EmbeddedJGroupsChannelConfigurator.StackCombine Modifier and Type Method Description static EmbeddedJGroupsChannelConfigurator.StackCombineEmbeddedJGroupsChannelConfigurator.StackCombine. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EmbeddedJGroupsChannelConfigurator.StackCombine[]EmbeddedJGroupsChannelConfigurator.StackCombine. values()Returns an array containing the constants of this enum type, in the order they are declared.
-