A C D E F G K O P R

A

all() - Method in interface org.apache.samza.storage.kv.KeyValueStore
Return an iterator over all keys in the database.

C

close() - Method in interface org.apache.samza.storage.kv.KeyValueIterator
 
close() - Method in interface org.apache.samza.storage.kv.KeyValueStore
 

D

delete(K) - Method in interface org.apache.samza.storage.kv.KeyValueStore
Delete the value from the store (if there is one)

E

Entry<K,V> - Class in org.apache.samza.storage.kv
A key and value.
Entry(K, V) - Constructor for class org.apache.samza.storage.kv.Entry
 

F

flush() - Method in interface org.apache.samza.storage.kv.KeyValueStore
 

G

get(K) - Method in interface org.apache.samza.storage.kv.KeyValueStore
Get the value corresponding to this key
getKey() - Method in class org.apache.samza.storage.kv.Entry
 
getValue() - Method in class org.apache.samza.storage.kv.Entry
 

K

KeyValueIterator<K,V> - Interface in org.apache.samza.storage.kv
 
KeyValueStore<K,V> - Interface in org.apache.samza.storage.kv
A key-value store that supports put/get/delete and range queries.

O

org.apache.samza.storage.kv - package org.apache.samza.storage.kv
 

P

put(K, V) - Method in interface org.apache.samza.storage.kv.KeyValueStore
Update the value associated with this key
putAll(List<Entry<K, V>>) - Method in interface org.apache.samza.storage.kv.KeyValueStore
Update all the given key/value pairs

R

range(K, K) - Method in interface org.apache.samza.storage.kv.KeyValueStore
Get an iterator over a given range of keys.

A C D E F G K O P R