Skip to content

File broker_log_top.h

FileList > broker > broker_log_top.h

Go to the source code of this file

Public Types

Type Name
typedef enum t_log_top_mode T_LOG_TOP_MODE
enum log_top_error_code
enum t_log_top_mode

Public Attributes

Type Name
T_LOG_TOP_MODE log_top_mode

Public Functions

Type Name
int check_log_time (char * start_date, char * end_date)
int get_file_offset (char * filename, long * start_offset, long * end_offset)
int log_top_tran (int argc, char * argv, int arg_start)

Macros

Type Name
define LINE_BUF_SIZE 30000

Public Types Documentation

typedef T_LOG_TOP_MODE

typedef enum t_log_top_mode T_LOG_TOP_MODE;

enum log_top_error_code

enum log_top_error_code {
    LT_NO_ERROR = 0,
    LT_INVAILD_VERSION = -1,
    LT_OTHER_ERROR = -2
};

enum t_log_top_mode

enum t_log_top_mode {
    MODE_PROC_TIME = 0,
    MODE_MAX_HANDLE = 1
};

Public Attributes Documentation

variable log_top_mode

T_LOG_TOP_MODE log_top_mode;

Public Functions Documentation

function check_log_time

int check_log_time (
    char * start_date,
    char * end_date
) 

function get_file_offset

int get_file_offset (
    char * filename,
    long * start_offset,
    long * end_offset
) 

function log_top_tran

int log_top_tran (
    int argc,
    char * argv,
    int arg_start
) 

Macro Definition Documentation

define LINE_BUF_SIZE

#define LINE_BUF_SIZE `30000`


The documentation for this class was generated from the following file cubrid/src/broker/broker_log_top.h