CCF
Loading...
Searching...
No Matches
Public Member Functions | List of all members
tpcc::TpccTransactions Class Reference

#include <tpcc_transactions.h>

Public Member Functions

 TpccTransactions (ccf::endpoints::EndpointContext &args_, uint32_t seed)
 
int32_t stock_level (int32_t warehouse_id, int32_t district_id, int32_t threshold)
 
void order_status ()
 
void delivery ()
 
void payment ()
 
bool new_order ()
 

Constructor & Destructor Documentation

◆ TpccTransactions()

tpcc::TpccTransactions::TpccTransactions ( ccf::endpoints::EndpointContext args_,
uint32_t  seed 
)
inline

Member Function Documentation

◆ delivery()

void tpcc::TpccTransactions::delivery ( )
inline

◆ new_order()

bool tpcc::TpccTransactions::new_order ( )
inline

◆ order_status()

void tpcc::TpccTransactions::order_status ( )
inline

◆ payment()

void tpcc::TpccTransactions::payment ( )
inline

◆ stock_level()

int32_t tpcc::TpccTransactions::stock_level ( int32_t  warehouse_id,
int32_t  district_id,
int32_t  threshold 
)
inline

The documentation for this class was generated from the following file: