JULEA
Typedefs | Functions
jitem.h File Reference
#include <glib.h>
#include <julea.h>
#include <item/jcollection.h>

Go to the source code of this file.

Typedefs

typedef struct JItem JItem
 

Functions

G_END_DECLS G_BEGIN_DECLS JItemj_item_ref (JItem *item)
 
void j_item_unref (JItem *item)
 
gchar const * j_item_get_name (JItem *item)
 
JItemj_item_create (JCollection *collection, gchar const *name, JDistribution *distribution, JBatch *batch)
 
void j_item_delete (JItem *item, JBatch *batch)
 
void j_item_get (JCollection *collection, JItem **item, gchar const *name, JBatch *batch)
 
void j_item_read (JItem *item, gpointer data, guint64 length, guint64 offset, guint64 *bytes_read, JBatch *batch)
 
void j_item_write (JItem *item, gconstpointer data, guint64 length, guint64 offset, guint64 *bytes_written, JBatch *batch)
 
void j_item_get_status (JItem *item, JBatch *batch)
 
guint64 j_item_get_size (JItem *item)
 
gint64 j_item_get_modification_time (JItem *item)