JULEA
Data Structures | Typedefs | Functions
Operation Cache

Data Structures

struct  JOperationCache
 
struct  JCachedBatch
 

Typedefs

typedef struct JOperationCache JOperationCache
 
typedef struct JCachedBatch JCachedBatch
 

Functions

void j_operation_cache_init (void)
 
void j_operation_cache_fini (void)
 
gboolean j_operation_cache_flush (void)
 
gboolean j_operation_cache_add (JBatch *batch)
 

Detailed Description

Typedef Documentation

◆ JCachedBatch

typedef struct JCachedBatch JCachedBatch

◆ JOperationCache

Function Documentation

◆ j_operation_cache_add()

gboolean j_operation_cache_add ( JBatch batch)
Todo:
never cleared
Todo:

◆ j_operation_cache_fini()

void j_operation_cache_fini ( void  )

◆ j_operation_cache_flush()

gboolean j_operation_cache_flush ( void  )

Flush the current cache of in-flight eventual consistency batches.

◆ j_operation_cache_init()

void j_operation_cache_init ( void  )