#include <glib.h>
#include <julea.h>
#include <item/jcollection.h>
Go to the source code of this file.
|
G_END_DECLS G_BEGIN_DECLS JItem * | j_item_ref (JItem *item) |
|
void | j_item_unref (JItem *item) |
|
gchar const * | j_item_get_name (JItem *item) |
|
JItem * | j_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) |
|