Modifier and Type | Method and Description |
---|---|
Group |
Group.deploy()
|
Modifier and Type | Interface and Description |
---|---|
interface |
Cluster |
interface |
CorfuCluster
Provides a Corfu specific cluster of servers
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCorfuCluster<P extends CorfuClusterParams,U extends UniverseParams> |
Modifier and Type | Class and Description |
---|---|
class |
DockerCorfuCluster
Provides Docker implementation of
CorfuCluster . |
Modifier and Type | Class and Description |
---|---|
class |
VmCorfuCluster
Provides VM implementation of a
CorfuCluster . |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<String,Group> |
AbstractUniverse.groups |
Modifier and Type | Method and Description |
---|---|
<T extends Group> |
Universe.getGroup(String groupName) |
<T extends Group> |
AbstractUniverse.getGroup(String groupName) |
Modifier and Type | Method and Description |
---|---|
protected abstract Group |
AbstractUniverse.buildGroup(Group.GroupParams groupParams) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<String,Group> |
Universe.groups()
|
com.google.common.collect.ImmutableMap<String,Group> |
AbstractUniverse.groups() |
Modifier and Type | Method and Description |
---|---|
Group |
ProcessUniverse.getGroup(String groupName) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<String,Group> |
ProcessUniverse.groups() |
Modifier and Type | Method and Description |
---|---|
protected Group |
VmUniverse.buildGroup(Group.GroupParams groupParams)
Deploy a
Group on existing VMs according to input parameter. |
Copyright © 2019 CorfuDB. All rights reserved.