#include "aerospike/aerospike.h"
#include "aerospike/as_record.h"
#include "latency.h"
Go to the source code of this file.
|
void | blog_detail (as_log_level level, const char *fmt,...) |
|
void | blog_detailv (as_log_level level, const char *fmt, va_list ap) |
|
void | blog_line (const char *fmt,...) |
|
int | gen_value (arguments *args, as_bin_value *val) |
|
bool | is_stop_writes (aerospike *client, const char *host, int port, const char *namespace) |
|
int | linear_write (clientdata *data) |
|
int | random_read_write (clientdata *data) |
|
int | read_record (int key, clientdata *data) |
|
int | run_benchmark (arguments *args) |
|
int | write_record (int key, clientdata *data) |
|
#define blog |
( |
|
_fmt, |
|
|
|
_args... |
|
) |
| { printf(_fmt, ## _args); } |
void blog_detail |
( |
as_log_level |
level, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
void blog_detailv |
( |
as_log_level |
level, |
|
|
const char * |
fmt, |
|
|
va_list |
ap |
|
) |
| |
void blog_line |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
bool is_stop_writes |
( |
aerospike * |
client, |
|
|
const char * |
host, |
|
|
int |
port, |
|
|
const char * |
namespace |
|
) |
| |