JULEA
Data Structures | Typedefs | Functions
jbatch.c File Reference
#include <julea-config.h>
#include <glib.h>
#include <jbatch.h>
#include <jbatch-internal.h>
#include <jbackground-operation.h>
#include <jcache.h>
#include <jlist.h>
#include <jlist-iterator.h>
#include <joperation-cache-internal.h>
#include <joperation.h>
#include <jsemantics.h>
#include <jtrace.h>

Data Structures

struct  JBatch
 
struct  JBatchAsync
 

Typedefs

typedef struct JBatchAsync JBatchAsync
 

Functions

G_END_DECLS G_BEGIN_DECLS JBatchj_batch_new (JSemantics *semantics)
 
JBatchj_batch_new_for_template (JSemanticsTemplate template)
 
JBatchj_batch_ref (JBatch *batch)
 
void j_batch_unref (JBatch *batch)
 
gboolean j_batch_execute (JBatch *batch) G_GNUC_WARN_UNUSED_RESULT
 
void j_batch_execute_async (JBatch *batch, JBatchAsyncCallback callback, gpointer user_data)
 
void j_batch_wait (JBatch *batch)
 
JSemanticsj_batch_get_semantics (JBatch *batch)