Oracle NoSQL Database
version 11gR2.2.0.26

Uses of Interface
oracle.kv.KVStore

Packages that use KVStore
oracle.kv This package contains the public API for using Oracle NoSQL Database. 
oracle.kv.exttab This package contains the public API and Utilities for accessing Oracle NoSQL Database data through Oracle Database External Tables. 
oracle.kv.hadoop Support for loading Oracle NoSQL Database into Hadoop. 
 

Uses of KVStore in oracle.kv
 

Methods in oracle.kv that return KVStore
static KVStore KVStoreFactory.getStore(KVStoreConfig config)
          Get a handle to an existing KVStore.
 

Uses of KVStore in oracle.kv.exttab
 

Methods in oracle.kv.exttab with parameters of type KVStore
 String Formatter.toOracleLoaderFormat(KeyValueVersion kvv, KVStore kvstore)
          Convert a KeyValueVersion into a String which can be interpreted by the Oracle External Table definition.
 

Uses of KVStore in oracle.kv.hadoop
 

Methods in oracle.kv.hadoop with parameters of type KVStore
 IndexedRecord AvroFormatter.toAvroRecord(KeyValueVersion kvv, KVStore kvstore)
          Convert a KeyValueVersion into a String.
 


Oracle NoSQL Database
version 11gR2.2.0.26

Copyright (c) 2011, 2013 Oracle and/or its affiliates. All rights reserved.