Oracle NoSQL Database
version 11gR2.2.0.26

oracle.kv
Class KVStoreFactory

java.lang.Object
  extended by oracle.kv.KVStoreFactory

public class KVStoreFactory
extends Object

Factory class used to produce handles to an existing KVStore.


Constructor Summary
KVStoreFactory()
           
 
Method Summary
static KVStore getStore(KVStoreConfig config)
          Get a handle to an existing KVStore.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KVStoreFactory

public KVStoreFactory()
Method Detail

getStore

public static KVStore getStore(KVStoreConfig config)
                        throws FaultException
Get a handle to an existing KVStore. Note that the KVStore itself can only be created via the KV administration console or API.

Parameters:
config - the KVStore configuration parameters.
Throws:
IllegalArgumentException - if an illegal configuration parameter is specified.
FaultException

Oracle NoSQL Database
version 11gR2.2.0.26

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