![]() |
kinetic-c
v0.12.0
Seagate Kinetic Protocol Client Library for C
|
#include "kinetic_client.h"#include "kinetic_types.h"#include "byte_array.h"#include <stdlib.h>#include <getopt.h>#include <stdio.h>#include <sys/param.h>#include <sys/stat.h>#include <sys/file.h>#include <ctype.h>#include <openssl/sha.h>Go to the source code of this file.
Functions | |
| static void | do_put_and_getkeyrange (KineticSession *const session) |
| int | main (int argc, char **argv) |
|
static |
Definition at line 34 of file blocking_getkeyrange.c.
References ByteBuffer::array, ByteBufferArray::buffers, ByteBuffer_Append(), ByteBuffer_Create(), ByteBuffer_CreateAndAppendCString(), ByteBuffer_Free(), ByteBuffer_Malloc(), ByteBuffer_MallocAndAppend(), ByteBuffer::bytesUsed, ByteArray::data, KineticEntry::key, KINETIC_ALGORITHM_SHA1, Kinetic_GetStatusDescription(), KINETIC_STATUS_SUCCESS, KINETIC_SYNCHRONIZATION_WRITETHROUGH, KineticClient_GetKeyRange(), KineticClient_Put(), and KineticKeyRange::startKey.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 109 of file blocking_getkeyrange.c.
References ByteArray_CreateWithCString(), do_put_and_getkeyrange(), KineticSessionConfig::host, Kinetic_GetStatusDescription(), KINETIC_PORT, KINETIC_STATUS_SUCCESS, KineticClient_CreateSession(), KineticClient_DestroySession(), KineticClient_Init(), KineticClient_Shutdown(), and KineticClientConfig::logFile.
1.8.8