Modifier and Type | Method and Description |
---|---|
<T extends Node> |
Group.getNode(String nodeName) |
<T extends Node> |
Group.nodes()
Provide the nodes that the
Group is composed of. |
Modifier and Type | Method and Description |
---|---|
Node |
Group.add(Node.NodeParams nodeParams) |
Modifier and Type | Method and Description |
---|---|
<T extends Node> |
AbstractCorfuCluster.getNode(String nodeNameSuffix) |
<T extends Node> |
AbstractCorfuCluster.nodes() |
Modifier and Type | Method and Description |
---|---|
Node |
AbstractCorfuCluster.add(Node.NodeParams nodeParams) |
Modifier and Type | Method and Description |
---|---|
Node |
Node.deploy()
Deploys a specific node into the
Universe . |
Modifier and Type | Interface and Description |
---|---|
interface |
CorfuClient
Represent a Corfu client implementation of
Node . |
Modifier and Type | Class and Description |
---|---|
class |
LocalCorfuClient
Provides Corfu client (utility class) used in the local machine
(in current process) which is basically a wrapper of CorfuRuntime.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CorfuServer
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCorfuServer<T extends CorfuServerParams,U extends UniverseParams> |
Modifier and Type | Class and Description |
---|---|
class |
DockerCorfuServer
Implements a docker instance representing a
CorfuServer . |
Modifier and Type | Class and Description |
---|---|
class |
VmCorfuServer
Implements a
CorfuServer instance that is running on VM. |
Copyright © 2019 CorfuDB. All rights reserved.