| Package | Description |
|---|---|
| io.atomix.copycat.server.cluster |
Interfaces for managing and interacting with the Copycat cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Member.Status |
Member.status()
Returns the member status.
|
static Member.Status |
Member.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Member.Status[] |
Member.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Listener<Member.Status> |
Member.onStatusChange(Consumer<Member.Status> callback)
Registers a callback to be called when the member's status changes.
|
| Modifier and Type | Method and Description |
|---|---|
Listener<Member.Status> |
Member.onStatusChange(Consumer<Member.Status> callback)
Registers a callback to be called when the member's status changes.
|
Copyright © 2013–2016. All rights reserved.