Uses of Enum
org.jgroups.protocols.MERGE3.MergeHeader.Type
Packages that use MERGE3.MergeHeader.Type
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of MERGE3.MergeHeader.Type in org.jgroups.protocols
Fields in org.jgroups.protocols declared as MERGE3.MergeHeader.TypeMethods in org.jgroups.protocols that return MERGE3.MergeHeader.TypeModifier and TypeMethodDescriptionstatic MERGE3.MergeHeader.TypeReturns the enum constant of this type with the specified name.static MERGE3.MergeHeader.Type[]MERGE3.MergeHeader.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jgroups.protocols with parameters of type MERGE3.MergeHeader.TypeModifierConstructorDescriptionprotectedMergeHeader(MERGE3.MergeHeader.Type type, ViewId view_id, String logical_name, PhysicalAddress physical_addr)