Oracle NoSQL Database
version 11gR2.2.0.26

Uses of Class
oracle.kv.Depth

Packages that use Depth
oracle.kv This package contains the public API for using Oracle NoSQL Database. 
oracle.kv.hadoop Support for loading Oracle NoSQL Database into Hadoop. 
 

Uses of Depth in oracle.kv
 

Methods in oracle.kv that return Depth
static Depth Depth.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Depth[] Depth.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in oracle.kv with parameters of type Depth
 int KVStore.multiDelete(Key parentKey, KeyRange subRange, Depth depth)
          Deletes the descendant Key/Value pairs associated with the parentKey.
 int KVStore.multiDelete(Key parentKey, KeyRange subRange, Depth depth, Durability durability, long timeout, TimeUnit timeoutUnit)
          Deletes the descendant Key/Value pairs associated with the parentKey.
 SortedMap<Key,ValueVersion> KVStore.multiGet(Key parentKey, KeyRange subRange, Depth depth)
          Returns the descendant key/value pairs associated with the parentKey.
 SortedMap<Key,ValueVersion> KVStore.multiGet(Key parentKey, KeyRange subRange, Depth depth, Consistency consistency, long timeout, TimeUnit timeoutUnit)
          Returns the descendant key/value pairs associated with the parentKey.
 Iterator<KeyValueVersion> KVStore.multiGetIterator(Direction direction, int batchSize, Key parentKey, KeyRange subRange, Depth depth)
          The iterator form of KVStore.multiGet(Key, KeyRange, Depth).
 Iterator<KeyValueVersion> KVStore.multiGetIterator(Direction direction, int batchSize, Key parentKey, KeyRange subRange, Depth depth, Consistency consistency, long timeout, TimeUnit timeoutUnit)
          The iterator form of KVStore.multiGet(Key, KeyRange, Depth, Consistency, long, TimeUnit).
 SortedSet<Key> KVStore.multiGetKeys(Key parentKey, KeyRange subRange, Depth depth)
          Returns the descendant keys associated with the parentKey.
 SortedSet<Key> KVStore.multiGetKeys(Key parentKey, KeyRange subRange, Depth depth, Consistency consistency, long timeout, TimeUnit timeoutUnit)
          Returns the descendant keys associated with the parentKey.
 Iterator<Key> KVStore.multiGetKeysIterator(Direction direction, int batchSize, Key parentKey, KeyRange subRange, Depth depth)
          The iterator form of KVStore.multiGetKeys(Key, KeyRange, Depth).
 Iterator<Key> KVStore.multiGetKeysIterator(Direction direction, int batchSize, Key parentKey, KeyRange subRange, Depth depth, Consistency consistency, long timeout, TimeUnit timeoutUnit)
          The iterator form of KVStore.multiGetKeys(Key, KeyRange, Depth, Consistency, long, TimeUnit).
 Iterator<KeyValueVersion> KVStore.storeIterator(Direction direction, int batchSize, Key parentKey, KeyRange subRange, Depth depth)
          Return an Iterator which iterates over all key/value pairs (or the descendants of a parentKey, or those in a KeyRange) in unsorted order.
 Iterator<KeyValueVersion> KVStore.storeIterator(Direction direction, int batchSize, Key parentKey, KeyRange subRange, Depth depth, Consistency consistency, long timeout, TimeUnit timeoutUnit)
          Return an Iterator which iterates over all key/value pairs (or the descendants of a parentKey, or those in a KeyRange) in unsorted order.
 Iterator<Key> KVStore.storeKeysIterator(Direction direction, int batchSize, Key parentKey, KeyRange subRange, Depth depth)
          Return an Iterator which iterates over all keys (or the descendants of a parentKey, or those in a KeyRange) in unsorted order.
 Iterator<Key> KVStore.storeKeysIterator(Direction direction, int batchSize, Key parentKey, KeyRange subRange, Depth depth, Consistency consistency, long timeout, TimeUnit timeoutUnit)
          Return an Iterator which iterates over all keys (or the descendants of a parentKey, or those in a KeyRange) in unsorted order.
 

Uses of Depth in oracle.kv.hadoop
 

Methods in oracle.kv.hadoop with parameters of type Depth
static void KVInputFormatBase.setDepth(Depth depth)
          Specifies whether the parent and only children or all descendents are returned.
 


Oracle NoSQL Database
version 11gR2.2.0.26

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