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