| Package | Description |
|---|---|
| io.atomix.core.profile |
Distributed queueing primitive interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientProfile.Type
Client profile type.
|
static class |
ConsensusProfile.Type
Consensus profile type.
|
static class |
DataGridProfile.Type
Data-grid profile type.
|
| Modifier and Type | Method and Description |
|---|---|
Profile.Type |
ProfileTypeRegistry.getProfileType(String name)
Returns the profile for the given name.
|
Profile.Type |
ConsensusProfileConfig.getType() |
Profile.Type |
DataGridProfileConfig.getType() |
Profile.Type |
ClientProfileConfig.getType() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Profile.Type> |
ProfileTypeRegistry.getProfileTypes()
Returns the collection of all registered profiles.
|
Copyright © 2013–2018. All rights reserved.