-
Method Summary
void
org.jgroups.JChannel
Returns the logical name of this group.
default boolean
Indicates whether or not this is a singleton group.
-
Method Details
-
getChannel
org.jgroups.JChannel getChannel()
-
-
isSingleton
default boolean isSingleton()
Description copied from interface: Group
Indicates whether or not this is a singleton group. The membership of a singleton group contains only the local member and never changes.
- Specified by:
isSingleton in interface Group<ChannelGroupMember>
- Returns:
- true, if this is a singleton group, false otherwise.
-
-