Groonga
Loading...
Searching...
No Matches
wal.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  grn_wal_role { GRN_WAL_ROLE_NONE , GRN_WAL_ROLE_PRIMARY , GRN_WAL_ROLE_SECONDARY }
 

Functions

GRN_API grn_rc grn_ctx_set_wal_role (grn_ctx *ctx, grn_wal_role role)
 
GRN_API grn_wal_role grn_ctx_get_wal_role (grn_ctx *ctx)
 

Enumeration Type Documentation

◆ grn_wal_role

Enumerator
GRN_WAL_ROLE_NONE 
GRN_WAL_ROLE_PRIMARY 
GRN_WAL_ROLE_SECONDARY 

Function Documentation

◆ grn_ctx_get_wal_role()

GRN_API grn_wal_role grn_ctx_get_wal_role ( grn_ctx ctx)

◆ grn_ctx_set_wal_role()

GRN_API grn_rc grn_ctx_set_wal_role ( grn_ctx ctx,
grn_wal_role  role 
)