| Package | Description |
|---|---|
| io.atomix.core |
Core APIs for managing Atomix clusters and operating on distributed primitives.
|
| io.atomix.core.profile |
Distributed queueing primitive interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProfileConfig> |
AtomixConfig.getProfiles()
Returns the Atomix profile.
|
| Modifier and Type | Method and Description |
|---|---|
AtomixConfig |
AtomixConfig.addProfile(ProfileConfig profile)
Adds an Atomix profile.
|
| Modifier and Type | Method and Description |
|---|---|
AtomixConfig |
AtomixConfig.setProfiles(List<ProfileConfig> profiles)
Sets the Atomix profile.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Profile.Type<C extends ProfileConfig>
Profile type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientProfileConfig
Client profile configuration.
|
class |
ConsensusProfileConfig
Consensus profile configuration.
|
class |
DataGridProfileConfig
Data grid profile configuration.
|
Copyright © 2013–2018. All rights reserved.