kv_get_impl_type()

#include <kvstore.h>

kv_api_type_enum 
kv_get_impl_type(kv_impl_t *impl) 

Returns the type of implementation in use by the KVStore C Library. Currently, there is only one possible implementation type: KV_JNI.

Parameters

  • impl

    The impl parameter is the implementation structure whose type you want to examine.