![]() |
A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
|
#include <RegisterReplica.h>
Inheritance diagram for pdb::RegisterReplica:
Collaboration diagram for pdb::RegisterReplica:Public Member Functions | |
| RegisterReplica () | |
| ~RegisterReplica () | |
| RegisterReplica (std::pair< std::string, std::string > inputDatabaseAndSet, std::pair< std::string, std::string > outputDatabaseAndSet, int numPartitions, int numNodes, std::string replicaType, std::string tcapString, std::vector< Handle< Computation >> inputComputations) | |
| void | setTCAPString (std::string tcapString) |
| std::string | getTCAPString () |
| void | setInputDatabaseName (std::string inputDatabaseName) |
| std::string | getInputDatabaseName () |
| void | setInputSetName (std::string inputSetName) |
| std::string | getInputSetName () |
| void | setOutputDatabaseName (std::string outputDatabaseName) |
| std::string | getOutputDatabaseName () |
| void | setOutputSetName (std::string outputSetName) |
| std::string | getOutputSetName () |
| void | setNumPartitions (int numPartitions) |
| int | getNumPartitions () |
| void | setNumNodes (int numNodes) |
| int | getNumNodes () |
| void | setReplicaType (std::string replicaType) |
| std::string | getReplicaType () |
| Handle< Vector< Handle < Computation > > > | getComputations () |
| void | print () |
Public Member Functions inherited from pdb::Object | |
| void | setVTablePtr (void *setToMe) |
| void * | getVTablePtr () |
| virtual void | setUpAndCopyFrom (void *target, void *source) const |
| virtual void | deleteObject (void *deleteMe) |
| virtual size_t | getSize (void *ofMe) |
Private Attributes | |
| String | inputDatabaseName |
| String | inputSetName |
| String | outputDatabaseName |
| String | outputSetName |
| int | numPartitions |
| int | numNodes |
| String | replicaType |
| String | tcapString |
| Handle< Vector< Handle < Computation > > > | computations = nullptr |
Additional Inherited Members | |
Static Public Member Functions inherited from pdb::Object | |
| static void * | operator new (size_t sz, const std::nothrow_t &tag) |
| static void * | operator new (size_t sz) |
| static void | operator delete (void *me) |
| static void * | operator new (std::size_t count, void *ptr) |
Definition at line 31 of file RegisterReplica.h.
|
inline |
Definition at line 35 of file RegisterReplica.h.
|
inline |
Definition at line 38 of file RegisterReplica.h.
|
inline |
Definition at line 49 of file RegisterReplica.h.
|
inline |
Definition at line 140 of file RegisterReplica.h.
|
inline |
Definition at line 87 of file RegisterReplica.h.
|
inline |
Definition at line 95 of file RegisterReplica.h.
|
inline |
Definition at line 127 of file RegisterReplica.h.
|
inline |
Definition at line 119 of file RegisterReplica.h.
|
inline |
Definition at line 103 of file RegisterReplica.h.
|
inline |
Definition at line 111 of file RegisterReplica.h.
|
inline |
Definition at line 136 of file RegisterReplica.h.
|
inline |
Definition at line 79 of file RegisterReplica.h.
|
inline |
Definition at line 144 of file RegisterReplica.h.
|
inline |
Definition at line 83 of file RegisterReplica.h.
|
inline |
Definition at line 91 of file RegisterReplica.h.
|
inline |
Definition at line 123 of file RegisterReplica.h.
|
inline |
Definition at line 115 of file RegisterReplica.h.
|
inline |
Definition at line 99 of file RegisterReplica.h.
|
inline |
Definition at line 107 of file RegisterReplica.h.
|
inline |
Definition at line 132 of file RegisterReplica.h.
|
inline |
Definition at line 75 of file RegisterReplica.h.
|
private |
Definition at line 180 of file RegisterReplica.h.
|
private |
Definition at line 156 of file RegisterReplica.h.
|
private |
Definition at line 159 of file RegisterReplica.h.
|
private |
Definition at line 171 of file RegisterReplica.h.
|
private |
Definition at line 168 of file RegisterReplica.h.
|
private |
Definition at line 162 of file RegisterReplica.h.
|
private |
Definition at line 165 of file RegisterReplica.h.
|
private |
Definition at line 174 of file RegisterReplica.h.
|
private |
Definition at line 177 of file RegisterReplica.h.