DistributedGroup including leader election,
direct messaging, tasks queues, partitioning, and remote execution.See: Description
| Interface | Description |
|---|---|
| DistributedGroup |
Generic group abstraction for managing group membership, service discovery, leader election, and remote
scheduling and execution.
|
| GroupMember |
A
DistributedGroup member representing a member of the group controlled by a local
or remote process. |
| LocalMember |
A
DistributedGroup member representing a member of the group controlled by the
local process. |
| Class | Description |
|---|---|
| DistributedGroup.Config |
Configuration for cluster-wide
DistributedGroups. |
| DistributedGroup.Options |
Distributed group options.
|
| DistributedGroupFactory |
Distributed group factory.
|
| Enum | Description |
|---|---|
| GroupMember.Status |
Status constants for indicating whether a member is currently connected to the group.
|
DistributedGroup including leader election,
direct messaging, tasks queues, partitioning, and remote execution.Copyright © 2013–2017. All rights reserved.