Uses of Class
org.jgroups.protocols.MERGE3.MergeHeader.Type
-
Packages that use MERGE3.MergeHeader.Type Package Description org.jgroups.protocols 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.Type Modifier and Type Field Description protected MERGE3.MergeHeader.Type
MERGE3.MergeHeader. type
Methods in org.jgroups.protocols that return MERGE3.MergeHeader.Type Modifier and Type Method Description static MERGE3.MergeHeader.Type
MERGE3.MergeHeader.Type. valueOf(java.lang.String name)
Returns 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.Type Constructor Description MergeHeader(MERGE3.MergeHeader.Type type, ViewId view_id, java.lang.String logical_name, PhysicalAddress physical_addr)
-