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,
           java.util.concurrent.TimeUnit timeoutUnit) | 
 Deletes the descendant Key/Value pairs associated with the
 parentKey. 
 | 
java.util.SortedMap<Key,ValueVersion> | 
KVStore.multiGet(Key parentKey,
        KeyRange subRange,
        Depth depth) | 
 Returns the descendant key/value pairs associated with the
 parentKey. 
 | 
java.util.SortedMap<Key,ValueVersion> | 
KVStore.multiGet(Key parentKey,
        KeyRange subRange,
        Depth depth,
        Consistency consistency,
        long timeout,
        java.util.concurrent.TimeUnit timeoutUnit) | 
 Returns the descendant key/value pairs associated with the
 parentKey. 
 | 
java.util.Iterator<KeyValueVersion> | 
KVStore.multiGetIterator(Direction direction,
                int batchSize,
                Key parentKey,
                KeyRange subRange,
                Depth depth) | 
 | 
java.util.Iterator<KeyValueVersion> | 
KVStore.multiGetIterator(Direction direction,
                int batchSize,
                Key parentKey,
                KeyRange subRange,
                Depth depth,
                Consistency consistency,
                long timeout,
                java.util.concurrent.TimeUnit timeoutUnit) | 
 | 
java.util.SortedSet<Key> | 
KVStore.multiGetKeys(Key parentKey,
            KeyRange subRange,
            Depth depth) | 
 Returns the descendant keys associated with the parentKey. 
 | 
java.util.SortedSet<Key> | 
KVStore.multiGetKeys(Key parentKey,
            KeyRange subRange,
            Depth depth,
            Consistency consistency,
            long timeout,
            java.util.concurrent.TimeUnit timeoutUnit) | 
 Returns the descendant keys associated with the parentKey. 
 | 
java.util.Iterator<Key> | 
KVStore.multiGetKeysIterator(Direction direction,
                    int batchSize,
                    Key parentKey,
                    KeyRange subRange,
                    Depth depth) | 
 | 
java.util.Iterator<Key> | 
KVStore.multiGetKeysIterator(Direction direction,
                    int batchSize,
                    Key parentKey,
                    KeyRange subRange,
                    Depth depth,
                    Consistency consistency,
                    long timeout,
                    java.util.concurrent.TimeUnit timeoutUnit) | 
 | 
ParallelScanIterator<KeyValueVersion> | 
KVStore.storeIterator(java.util.Iterator<Key> parentKeyIterator,
             int batchSize,
             KeyRange subRange,
             Depth depth,
             Consistency consistency,
             long timeout,
             java.util.concurrent.TimeUnit timeoutUnit,
             StoreIteratorConfig storeIteratorConfig) | 
 Returns an Iterator which iterates over all key/value pairs matching the
 keys supplied by iterator (or the descendants of a parentKey, or those
 in a KeyRange). 
 | 
ParallelScanIterator<KeyValueVersion> | 
KVStore.storeIterator(java.util.List<java.util.Iterator<Key>> parentKeyIterators,
             int batchSize,
             KeyRange subRange,
             Depth depth,
             Consistency consistency,
             long timeout,
             java.util.concurrent.TimeUnit timeoutUnit,
             StoreIteratorConfig storeIteratorConfig) | 
 Returns an Iterator which iterates over all key/value pairs matching the
 keys supplied by iterators (or the descendants of a parentKey, or those
 in a KeyRange). 
 | 
java.util.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. 
 | 
java.util.Iterator<KeyValueVersion> | 
KVStore.storeIterator(Direction direction,
             int batchSize,
             Key parentKey,
             KeyRange subRange,
             Depth depth,
             Consistency consistency,
             long timeout,
             java.util.concurrent.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. 
 | 
ParallelScanIterator<KeyValueVersion> | 
KVStore.storeIterator(Direction direction,
             int batchSize,
             Key parentKey,
             KeyRange subRange,
             Depth depth,
             Consistency consistency,
             long timeout,
             java.util.concurrent.TimeUnit timeoutUnit,
             StoreIteratorConfig storeIteratorConfig) | 
 Return an Iterator which iterates over all key/value pairs (or the
 descendants of a parentKey, or those in a KeyRange). 
 | 
ParallelScanIterator<Key> | 
KVStore.storeKeysIterator(java.util.Iterator<Key> parentKeyIterator,
                 int batchSize,
                 KeyRange subRange,
                 Depth depth,
                 Consistency consistency,
                 long timeout,
                 java.util.concurrent.TimeUnit timeoutUnit,
                 StoreIteratorConfig storeIteratorConfig) | 
 Return an Iterator which iterates over all keys matching the keys
 supplied by iterator (or the descendants of a parentKey, or those in a
 KeyRange). 
 | 
ParallelScanIterator<Key> | 
KVStore.storeKeysIterator(java.util.List<java.util.Iterator<Key>> parentKeyIterators,
                 int batchSize,
                 KeyRange subRange,
                 Depth depth,
                 Consistency consistency,
                 long timeout,
                 java.util.concurrent.TimeUnit timeoutUnit,
                 StoreIteratorConfig storeIteratorConfig) | 
 Return an Iterator which iterates over all keys matching the keys
 supplied by iterators (or the descendants of a parentKey, or those in a
 KeyRange). 
 | 
java.util.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. 
 | 
java.util.Iterator<Key> | 
KVStore.storeKeysIterator(Direction direction,
                 int batchSize,
                 Key parentKey,
                 KeyRange subRange,
                 Depth depth,
                 Consistency consistency,
                 long timeout,
                 java.util.concurrent.TimeUnit timeoutUnit) | 
 Return an Iterator which iterates over all keys (or the descendants of a
 parentKey, or those in a KeyRange) in unsorted order. 
 | 
ParallelScanIterator<Key> | 
KVStore.storeKeysIterator(Direction direction,
                 int batchSize,
                 Key parentKey,
                 KeyRange subRange,
                 Depth depth,
                 Consistency consistency,
                 long timeout,
                 java.util.concurrent.TimeUnit timeoutUnit,
                 StoreIteratorConfig storeIteratorConfig) | 
 Return an Iterator which iterates over all keys (or the descendants of a
 parentKey, or those in a KeyRange). 
 |