JULEA
|
#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 JBatch * | j_batch_new (JSemantics *semantics) |
JBatch * | j_batch_new_for_template (JSemanticsTemplate template) |
JBatch * | j_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) |
JSemantics * | j_batch_get_semantics (JBatch *batch) |