Modifier and Type | Method and Description |
---|---|
<T extends Group.GroupParams> |
Group.getParams()
Provides
Group.GroupParams used for configuring a Group |
Modifier and Type | Class and Description |
---|---|
class |
CorfuClusterParams |
Modifier and Type | Method and Description |
---|---|
<T extends Group.GroupParams> |
UniverseParams.getGroupParams(String name,
Class<T> groupType)
Returns the configuration of a particular service by the name
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<String,Group.GroupParams> |
UniverseParams.getGroups() |
Modifier and Type | Method and Description |
---|---|
Universe |
Universe.add(Group.GroupParams groupParams) |
UniverseParams |
UniverseParams.add(Group.GroupParams groupParams) |
protected abstract Group |
AbstractUniverse.buildGroup(Group.GroupParams groupParams) |
Modifier and Type | Method and Description |
---|---|
Universe |
DockerUniverse.add(Group.GroupParams groupParams) |
protected AbstractCorfuCluster<CorfuClusterParams,UniverseParams> |
DockerUniverse.buildGroup(Group.GroupParams groupParams) |
Modifier and Type | Method and Description |
---|---|
Universe |
ProcessUniverse.add(Group.GroupParams groupParams) |
Modifier and Type | Method and Description |
---|---|
Universe |
VmUniverse.add(Group.GroupParams groupParams) |
protected Group |
VmUniverse.buildGroup(Group.GroupParams groupParams)
Deploy a
Group on existing VMs according to input parameter. |
Copyright © 2019 CorfuDB. All rights reserved.