Uses of Enum
org.jgroups.util.StackType
Packages that use StackType
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.
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of StackType in org.jgroups.conf
Methods in org.jgroups.conf with parameters of type StackTypeModifier and TypeMethodDescriptionPropertyConverter.convert(Object obj, Class<?> propertyFieldType, String propertyName, String propertyValue, boolean check_scope, StackType ip_version) default ObjectPropertyConverter.convert(Property annotation, Object obj, Class<?> propertyFieldType, String propertyName, String propertyValue, boolean check_scope, StackType ip_version) PropertyConverters.BindInterface.convert(Object obj, Class<?> propertyFieldType, String propertyName, String propertyValue, boolean check_scope, StackType ip_version) PropertyConverters.Default.convert(Object obj, Class<?> propertyFieldType, String propertyName, String propertyValue, boolean check_scope, StackType ip_version) PropertyConverters.Default.convert(Property ann, Object obj, Class<?> propertyFieldType, String propertyName, String propValue, boolean check_scope, StackType ip_version) PropertyConverters.InitialHosts.convert(Object obj, Class<?> propertyFieldType, String propertyName, String prop_val, boolean check_scope, StackType ip_version) PropertyConverters.InitialHosts2.convert(Object obj, Class<?> propertyFieldType, String propertyName, String prop_val, boolean check_scope, StackType ip_version) PropertyConverters.NetworkInterfaceList.convert(Object obj, Class<?> propertyFieldType, String propertyName, String propertyValue, boolean check_scope, StackType ip_version) PropertyConverters.PolicyConverter.convert(Object obj, Class<?> propertyFieldType, String propertyName, String val, boolean check_scope, StackType ip_version) static ObjectPropertyHelper.getConvertedValue(Object obj, Field field, String value, boolean check_scope, StackType ip_version) static ObjectPropertyHelper.getConvertedValue(Object obj, Field field, Map<String, String> props, String prop, boolean check_scope, StackType ip_version) static ObjectPropertyHelper.getConvertedValue(Object obj, Method method, Map<String, String> props, String prop, boolean check_scope, StackType ip_version) -
Uses of StackType in org.jgroups.protocols
Fields in org.jgroups.protocols declared as StackTypeMethods in org.jgroups.protocols with parameters of type StackType -
Uses of StackType in org.jgroups.stack
Methods in org.jgroups.stack with parameters of type StackTypeModifier and TypeMethodDescriptionstatic voidstatic voidConfigurator.initializeAttrs(Protocol prot, ProtocolConfiguration config, StackType ip_version) Sets the attributes in a given protocol from propertiesstatic voidConfigurator.resolveAndAssignField(Object obj, Field field, Map<String, String> props, StackType ip_version) static voidstatic voidConfigurator.resolveAndInvokePropertyMethod(Object obj, Method method, Map<String, String> props, StackType ip_version) static voidConfigurator.resolveAndInvokePropertyMethods(Object obj, Map<String, String> props, StackType ip_version) static voidConfigurator.setDefaultAddressValues(Object obj, StackType ip_version) static voidConfigurator.setDefaultAddressValues(List<Protocol> protocols, StackType ip_version) Processes fields and methods which are inet address related, and assigns them default values defined by (Property.defaultValueIPv4()andProperty.defaultValueIPv6()).protected static voidConfigurator.setDefaultAddressValuesFields(Object obj, StackType ip_version, InetAddress default_ip_address) protected static voidConfigurator.setDefaultAddressValuesMethods(Object obj, StackType ip_version, InetAddress default_ip_address) -
Uses of StackType in org.jgroups.tests
Fields in org.jgroups.tests declared as StackType -
Uses of StackType in org.jgroups.util
Fields in org.jgroups.util declared as StackTypeMethods in org.jgroups.util that return StackTypeModifier and TypeMethodDescriptionprivate static StackTypeUtil._getIpStackType()Tries to determine the type of IP stack from the available interfaces and their addresses and from the system properties (java.net.preferIPv4Stack and java.net.preferIPv6Addresses)static StackTypeUtil.getIpStackType()static StackTypeReturns the enum constant of this type with the specified name.static StackType[]StackType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jgroups.util with parameters of type StackTypeModifier and TypeMethodDescriptionTLS.SniMatcherConverter.convert(Object obj, Class<?> field_type, String name, String val, boolean check_scope, StackType ip_version) static InetAddressUtil.getAddress(String value, StackType ip_version) static InetAddressUtil.getAddress(NetworkInterface intf, Util.AddressScope scope, StackType ip_version) Returns the first address on the given interface on the current host, which satisfies scopestatic InetAddressUtil.getAddress(Util.AddressScope scope, StackType ip_version) Returns the first address on any interface which satisfies scope and ip_version.static InetAddressUtil.getAddressByPatternMatch(String pattern, StackType ip_version) Returns a valid interface address based on a pattern.static InetAddressFinds an address given a symbolic name.static InetAddressUtil.getLoopback(StackType ip_version) IP related utilitiesstatic InetAddressUtil.getNonLoopbackAddress(StackType ip_version) static booleanUtil.interfaceHasIPAddresses(NetworkInterface intf, StackType ip_version) A function to check if an interface supports an IP version (i.e.static booleanUtil.parseCommaDelimitedHostsInto(Collection<PhysicalAddress> list, Collection<String> unresolved_hosts, String hosts, int default_port, int port_range, StackType stack_type) Parses a string into a list of IpAddressesstatic InetAddressUtil.validateBindAddressFromInterface(InetAddress bind_addr, String bind_interface_str, StackType ip_version) Method used by PropertyConverters.BindInterface to check that a bind_addr is consistent with a specified interface