Uses of Class
org.jgroups.conf.ProtocolConfiguration
Packages that use ProtocolConfiguration
Package
Description
Provides ways to configure a protocol stack.
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Support for managing protocol stacks.
-
Uses of ProtocolConfiguration in org.jgroups.conf
Fields in org.jgroups.conf with type parameters of type ProtocolConfigurationModifier and TypeFieldDescriptionprivate final List<ProtocolConfiguration> XmlConfigurator.configurationMethods in org.jgroups.conf that return types with arguments of type ProtocolConfigurationModifier and TypeMethodDescriptionProtocolStackConfigurator.getProtocolStack()XmlConfigurator.getProtocolStack()static List<ProtocolConfiguration> XmlConfigurator.parseProtocols(XmlNode root) Method parameters in org.jgroups.conf with type arguments of type ProtocolConfigurationModifier and TypeMethodDescriptionprivate static StringXmlConfigurator.dump(Collection<ProtocolConfiguration> configs) Constructor parameters in org.jgroups.conf with type arguments of type ProtocolConfiguration -
Uses of ProtocolConfiguration in org.jgroups.fork
Methods in org.jgroups.fork that return types with arguments of type ProtocolConfigurationModifier and TypeMethodDescriptionstatic Map<String, List<ProtocolConfiguration>> ForkConfig.parse(InputStream input) Parses the input and returns a map of fork-stack IDs and lists of ProtocolConfigurationsstatic Map<String, List<ProtocolConfiguration>> Method parameters in org.jgroups.fork with type arguments of type ProtocolConfigurationModifier and TypeMethodDescriptionprotected static voidForkConfig.parseForkStack(Map<String, List<ProtocolConfiguration>> map, XmlNode root) -
Uses of ProtocolConfiguration in org.jgroups.protocols
Method parameters in org.jgroups.protocols with type arguments of type ProtocolConfigurationModifier and TypeMethodDescriptionprotected voidFORK.createForkStacks(Map<String, List<ProtocolConfiguration>> protocols) -
Uses of ProtocolConfiguration in org.jgroups.stack
Methods in org.jgroups.stack with parameters of type ProtocolConfigurationModifier and TypeMethodDescriptionprotected static ProtocolConfigurator.createLayer(ProtocolStack stack, ProtocolConfiguration config) static voidProtocolStack.initComponents(Protocol p, ProtocolConfiguration cfg) static voidConfigurator.initializeAttrs(Protocol prot, ProtocolConfiguration config, StackType ip_version) Sets the attributes in a given protocol from propertiesMethod parameters in org.jgroups.stack with type arguments of type ProtocolConfigurationModifier and TypeMethodDescriptionstatic Map<String, Map<String, Configurator.InetAddressInfo>> Configurator.createInetAddressMap(List<ProtocolConfiguration> protocol_configs, List<Protocol> protocols) Configurator.createProtocols(List<ProtocolConfiguration> protocol_configs, ProtocolStack stack) Takes a list of configurations, creates a protocol for each and returns all protocols in a list.Configurator.createProtocolsAndInitializeAttrs(List<ProtocolConfiguration> cfgs, ProtocolStack st) voidProtocolStack.initProtocolStack(List<ProtocolConfiguration> configs) Calls @link{Protocol.init()} in all protocols, from bottom to topvoidProtocolStack.initProtocolStack(List<ProtocolConfiguration> configs, ProtocolHook afterCreationHook) voidProtocolStack.setup(List<ProtocolConfiguration> configs) voidProtocolStack.setup(List<ProtocolConfiguration> configs, ProtocolHook afterCreationHook) Configurator.setupProtocolStack(List<ProtocolConfiguration> config) static ProtocolConfigurator.setupProtocolStack(List<ProtocolConfiguration> protocol_configs, ProtocolStack st) Sets up the protocol stack.