|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.jgroups | |
|---|---|
| org.jgroups | Provides top-level public JGroups classes such as Channel, Message, etc. |
| org.jgroups.auth | |
| org.jgroups.blocks | Provides building blocks that are layered on top of channels. |
| org.jgroups.blocks.atomic | |
| org.jgroups.blocks.executor | |
| org.jgroups.blocks.locking | |
| org.jgroups.blocks.mux | |
| org.jgroups.demos | Provides demonstrations of JGroups functionality. |
| org.jgroups.demos.wb | A distributed whiteboard applet implemented using JGroups. |
| org.jgroups.jmx | |
| org.jgroups.protocols | Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. |
| org.jgroups.protocols.pbcast | Supports probabilistic broadcasts. |
| org.jgroups.protocols.relay | |
| org.jgroups.protocols.relay.config | |
| org.jgroups.protocols.rules | |
| org.jgroups.protocols.tom | |
| org.jgroups.stack | Support for managing protocol stacks. |
| org.jgroups.util | Provides useful functionality which cannot be assigned to any particular other package. |
| Classes in org.jgroups used by org.jgroups | |
|---|---|
| Address
Address identifies cluster member. |
|
| Channel
A channel represents a group communication endpoint (like BSD datagram sockets). |
|
| Channel.State
|
|
| ChannelListener
Allows a listener to be notified when an important channel lifecycle event occurs. |
|
| Event
Event is a JGroups internal class used for inter-stack and intra-stack communication. |
|
| Header
Header is a JGroups internal base class for all JGroups headers. |
|
| JChannel
JChannel is a default implementation of a Channel abstraction. |
|
| Membership
Represents a membership of a cluster group. |
|
| MembershipListener
Allows a listener to be notified when group membership changes. |
|
| Message
A Message encapsulates data sent to members of a group. |
|
| Message.Flag
|
|
| Message.TransientFlag
|
|
| MessageListener
MessageListener allows a listener to be notified when a Message or a state transfer
events arrives to a node. |
|
| Receiver
Defines the callbacks that are invoked when messages, views etc are received on a channel |
|
| UpHandler
Provides a hook to hijack over all events received by a certain channel which has installed this UpHandler. |
|
| View
A view is a local representation of the current membership of a group. |
|
| ViewId
ViewIds are used for ordering views (each view has a ViewId and a list of members). |
|
| Classes in org.jgroups used by org.jgroups.auth | |
|---|---|
| Address
Address identifies cluster member. |
|
| Event
Event is a JGroups internal class used for inter-stack and intra-stack communication. |
|
| Header
Header is a JGroups internal base class for all JGroups headers. |
|
| Message
A Message encapsulates data sent to members of a group. |
|
| Classes in org.jgroups used by org.jgroups.blocks | |
|---|---|
| Address
Address identifies cluster member. |
|
| Channel
A channel represents a group communication endpoint (like BSD datagram sockets). |
|
| ChannelListener
Allows a listener to be notified when an important channel lifecycle event occurs. |
|
| Event
Event is a JGroups internal class used for inter-stack and intra-stack communication. |
|
| Header
Header is a JGroups internal base class for all JGroups headers. |
|
| JChannel
JChannel is a default implementation of a Channel abstraction. |
|
| MembershipListener
Allows a listener to be notified when group membership changes. |
|
| Message
A Message encapsulates data sent to members of a group. |
|
| Message.Flag
|
|
| MessageListener
MessageListener allows a listener to be notified when a Message or a state transfer
events arrives to a node. |
|
| Receiver
Defines the callbacks that are invoked when messages, views etc are received on a channel |
|
| ReceiverAdapter
An adapter implementing the Receiver interface with no-op implementations. |
|
| UpHandler
Provides a hook to hijack over all events received by a certain channel which has installed this UpHandler. |
|
| View
A view is a local representation of the current membership of a group. |
|
| Classes in org.jgroups used by org.jgroups.blocks.atomic | |
|---|---|
| JChannel
JChannel is a default implementation of a Channel abstraction. |
|
| Classes in org.jgroups used by org.jgroups.blocks.executor | |
|---|---|
| Event
Event is a JGroups internal class used for inter-stack and intra-stack communication. |
|
| JChannel
JChannel is a default implementation of a Channel abstraction. |
|
| Classes in org.jgroups used by org.jgroups.blocks.locking | |
|---|---|
| JChannel
JChannel is a default implementation of a Channel abstraction. |
|
| Classes in org.jgroups used by org.jgroups.blocks.mux | |
|---|---|
| Address
Address identifies cluster member. |
|
| Channel
A channel represents a group communication endpoint (like BSD datagram sockets). |
|
| ChannelListener
Allows a listener to be notified when an important channel lifecycle event occurs. |
|
| Event
Event is a JGroups internal class used for inter-stack and intra-stack communication. |
|
| Header
Header is a JGroups internal base class for all JGroups headers. |
|
| MembershipListener
Allows a listener to be notified when group membership changes. |
|
| Message
A Message encapsulates data sent to members of a group. |
|
| MessageListener
MessageListener allows a listener to be notified when a Message or a state transfer
events arrives to a node. |
|
| UpHandler
Provides a hook to hijack over all events received by a certain channel which has installed this UpHandler. |
|
| Classes in org.jgroups used by org.jgroups.demos | |
|---|---|
| Address
Address identifies cluster member. |
|
| Channel
A channel represents a group communication endpoint (like BSD datagram sockets). |
|
| ChannelListener
Allows a listener to be notified when an important channel lifecycle event occurs. |
|
| JChannel
JChannel is a default implementation of a Channel abstraction. |
|
| MembershipListener
Allows a listener to be notified when group membership changes. |
|
| Message
A Message encapsulates data sent to members of a group. |
|
| MessageListener
MessageListener allows a listener to be notified when a Message or a state transfer
events arrives to a node. |
|
| Receiver
Defines the callbacks that are invoked when messages, views etc are received on a channel |
|
| ReceiverAdapter
An adapter implementing the Receiver interface with no-op implementations. |
|
| View
A view is a local representation of the current membership of a group. |
|
| Classes in org.jgroups used by org.jgroups.demos.wb | |
|---|---|
| Address
Address identifies cluster member. |
|
| MembershipListener
Allows a listener to be notified when group membership changes. |
|
| Message
A Message encapsulates data sent to members of a group. |
|
| MessageListener
MessageListener allows a listener to be notified when a Message or a state transfer
events arrives to a node. |
|
| View
A view is a local representation of the current membership of a group. |
|
| Classes in org.jgroups used by org.jgroups.jmx | |
|---|---|
| JChannel
JChannel is a default implementation of a Channel abstraction. |
|
| Classes in org.jgroups used by org.jgroups.protocols | |
|---|---|
| Address
Address identifies cluster member. |
|
| Event
Event is a JGroups internal class used for inter-stack and intra-stack communication. |
|
| Header
Header is a JGroups internal base class for all JGroups headers. |
|
| JChannel
JChannel is a default implementation of a Channel abstraction. |
|
| MembershipListener
Allows a listener to be notified when group membership changes. |
|
| Message
A Message encapsulates data sent to members of a group. |
|
| MessageListener
MessageListener allows a listener to be notified when a Message or a state transfer
events arrives to a node. |
|
| PhysicalAddress
Represents a physical (as opposed to logical) address |
|
| Receiver
Defines the callbacks that are invoked when messages, views etc are received on a channel |
|
| ReceiverAdapter
An adapter implementing the Receiver interface with no-op implementations. |
|
| TimeoutException
Thrown if members fail to respond in time. |
|
| View
A view is a local representation of the current membership of a group. |
|
| ViewId
ViewIds are used for ordering views (each view has a ViewId and a list of members). |
|
| Classes in org.jgroups used by org.jgroups.protocols.pbcast | |
|---|---|
| Address
Address identifies cluster member. |
|
| Event
Event is a JGroups internal class used for inter-stack and intra-stack communication. |
|
| Header
Header is a JGroups internal base class for all JGroups headers. |
|
| Membership
Represents a membership of a cluster group. |
|
| Message
A Message encapsulates data sent to members of a group. |
|
| View
A view is a local representation of the current membership of a group. |
|
| ViewId
ViewIds are used for ordering views (each view has a ViewId and a list of members). |
|
| Classes in org.jgroups used by org.jgroups.protocols.relay | |
|---|---|
| Address
Address identifies cluster member. |
|
| Event
Event is a JGroups internal class used for inter-stack and intra-stack communication. |
|
| Header
Header is a JGroups internal base class for all JGroups headers. |
|
| JChannel
JChannel is a default implementation of a Channel abstraction. |
|
| MembershipListener
Allows a listener to be notified when group membership changes. |
|
| Message
A Message encapsulates data sent to members of a group. |
|
| MessageListener
MessageListener allows a listener to be notified when a Message or a state transfer
events arrives to a node. |
|
| Receiver
Defines the callbacks that are invoked when messages, views etc are received on a channel |
|
| ReceiverAdapter
An adapter implementing the Receiver interface with no-op implementations. |
|
| View
A view is a local representation of the current membership of a group. |
|
| Classes in org.jgroups used by org.jgroups.protocols.relay.config | |
|---|---|
| JChannel
JChannel is a default implementation of a Channel abstraction. |
|
| Classes in org.jgroups used by org.jgroups.protocols.rules | |
|---|---|
| Address
Address identifies cluster member. |
|
| Event
Event is a JGroups internal class used for inter-stack and intra-stack communication. |
|
| View
A view is a local representation of the current membership of a group. |
|
| Classes in org.jgroups used by org.jgroups.protocols.tom | |
|---|---|
| Address
Address identifies cluster member. |
|
| Event
Event is a JGroups internal class used for inter-stack and intra-stack communication. |
|
| Header
Header is a JGroups internal base class for all JGroups headers. |
|
| Message
A Message encapsulates data sent to members of a group. |
|
| Classes in org.jgroups used by org.jgroups.stack | |
|---|---|
| Address
Address identifies cluster member. |
|
| Event
Event is a JGroups internal class used for inter-stack and intra-stack communication. |
|
| JChannel
JChannel is a default implementation of a Channel abstraction. |
|
| Message
A Message encapsulates data sent to members of a group. |
|
| PhysicalAddress
Represents a physical (as opposed to logical) address |
|
| Classes in org.jgroups used by org.jgroups.util | |
|---|---|
| Address
Address identifies cluster member. |
|
| Channel
A channel represents a group communication endpoint (like BSD datagram sockets). |
|
| Event
Event is a JGroups internal class used for inter-stack and intra-stack communication. |
|
| Header
Header is a JGroups internal base class for all JGroups headers. |
|
| JChannel
JChannel is a default implementation of a Channel abstraction. |
|
| Message
A Message encapsulates data sent to members of a group. |
|
| TimeoutException
Thrown if members fail to respond in time. |
|
| View
A view is a local representation of the current membership of a group. |
|
| ViewId
ViewIds are used for ordering views (each view has a ViewId and a list of members). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||