C D E F G I K P R S T U 

C

Cache<K,V> - Interface in com.ibm.storage.clientlibrary
 
CacheEntry<V> - Class in com.ibm.storage.clientlibrary
 
CacheEntry(V, long) - Constructor for class com.ibm.storage.clientlibrary.CacheEntry
 
CacheWithLifetimes<K,V> - Interface in com.ibm.storage.clientlibrary
 
clear() - Method in interface com.ibm.storage.clientlibrary.Cache
delete all entries from the cache
clear() - Method in class com.ibm.storage.clientlibrary.InProcessCache
delete all key-value pairs from the cache
clear() - Method in class com.ibm.storage.clientlibrary.RedisCache
delete all key-value pairs from the current database
clear() - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
delete all key-value pairs from the current database
close() - Method in class com.ibm.storage.clientlibrary.RedisCache
Close a Redis connection
close() - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
Close a Redis connection
com.ibm.storage.clientlibrary - package com.ibm.storage.clientlibrary
 
compress(Serializable) - Static method in class com.ibm.storage.clientlibrary.Util
compress a serializable object using gzip

D

decompress(byte[]) - Static method in class com.ibm.storage.clientlibrary.Util
Decompress a compressed object
decrypt(SealedObject, Encryption.Key) - Static method in class com.ibm.storage.clientlibrary.Encryption
Decrypt an encrypted object
delete(K) - Method in interface com.ibm.storage.clientlibrary.Cache
delete a key-value pair from the cache
delete(K) - Method in class com.ibm.storage.clientlibrary.InProcessCache
delete a key-value pair from the cache
delete(K) - Method in class com.ibm.storage.clientlibrary.RedisCache
delete a key-value pair from the cache
delete(K) - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
delete a key-value pair from the cache
deleteAll(List<K>) - Method in interface com.ibm.storage.clientlibrary.Cache
delete one or more key-value pairs from the cache
deleteAll(List<K>) - Method in class com.ibm.storage.clientlibrary.InProcessCache
delete one or more key-value pairs from the cache
deleteAll(List<K>) - Method in class com.ibm.storage.clientlibrary.RedisCache
delete one or more key-value pairs from the cache
deleteAll(List<K>) - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
delete one or more key-value pairs from the cache
describeException(Exception, String) - Static method in class com.ibm.storage.clientlibrary.Util
Output information about an exception
deserializeFromByteArray(byte[]) - Static method in class com.ibm.storage.clientlibrary.Serializer
Deserialize a single object from a byte array
deserializeToString(byte[], Charset) - Static method in class com.ibm.storage.clientlibrary.Serializer
Deserialize a string from a byte array

E

encrypt(Serializable, Encryption.Key) - Static method in class com.ibm.storage.clientlibrary.Encryption
Encrypt a serializable object using AES
Encryption - Class in com.ibm.storage.clientlibrary
 
Encryption() - Constructor for class com.ibm.storage.clientlibrary.Encryption
 
Encryption.Key - Class in com.ibm.storage.clientlibrary
 

F

flushAll() - Method in class com.ibm.storage.clientlibrary.RedisCache
delete all key-value pairs from all databases
flushAll() - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
delete all key-value pairs from all databases

G

generateKey() - Static method in class com.ibm.storage.clientlibrary.Encryption
Generate and return an encryption key
get(K) - Method in interface com.ibm.storage.clientlibrary.Cache
look up a value in the cache
get(K) - Method in class com.ibm.storage.clientlibrary.InProcessCache
look up a value in the cache
get(K) - Method in class com.ibm.storage.clientlibrary.RedisCache
look up a value in the cache
get(K) - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
look up a value in the cache
getAll(List<K>) - Method in interface com.ibm.storage.clientlibrary.Cache
look up one or more values in the cache.
getAll(List<K>) - Method in class com.ibm.storage.clientlibrary.InProcessCache
look up one or more values in the cache.
getAll(List<K>) - Method in class com.ibm.storage.clientlibrary.RedisCache
look up one or more values in the cache.
getAll(List<K>) - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
look up one or more values in the cache.
getCacheEntry(K) - Method in interface com.ibm.storage.clientlibrary.Cache
look up a CacheEntry in the cache.
getCacheEntry(K) - Method in class com.ibm.storage.clientlibrary.InProcessCache
look up a CacheEntry in the cache.
getCacheEntry(K) - Method in class com.ibm.storage.clientlibrary.RedisCache
look up a CacheEntry in the cache.
getCacheEntry(K) - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
look up a CacheEntry in the cache.
getExpirationTime() - Method in class com.ibm.storage.clientlibrary.CacheEntry
 
getJedis() - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
Return underlying Jedis object for applications to explicitly use.
getStatistics() - Method in interface com.ibm.storage.clientlibrary.Cache
get cache statistics
getStatistics() - Method in class com.ibm.storage.clientlibrary.InProcessCache
get cache statistics
getStatistics() - Method in class com.ibm.storage.clientlibrary.RedisCache
get cache statistics.
getStatistics() - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
get cache statistics.
getStats() - Method in class com.ibm.storage.clientlibrary.InProcessCacheStats
 
getStats() - Method in class com.ibm.storage.clientlibrary.RedisCacheStats
 
getTime() - Static method in class com.ibm.storage.clientlibrary.Util
Return the current time
getValue() - Method in class com.ibm.storage.clientlibrary.CacheEntry
 

I

InProcessCache<K,V> - Class in com.ibm.storage.clientlibrary
 
InProcessCache(long, long) - Constructor for class com.ibm.storage.clientlibrary.InProcessCache
Constructor
InProcessCacheStats - Class in com.ibm.storage.clientlibrary
 

K

Key() - Constructor for class com.ibm.storage.clientlibrary.Encryption.Key
 

P

print() - Method in class com.ibm.storage.clientlibrary.CacheEntry
 
printCacheEntry(K) - Method in class com.ibm.storage.clientlibrary.InProcessCache
Return string representing a cache entry corresponding to a key (or indicate if the key is not in the cache).
printCacheEntry(K) - Method in class com.ibm.storage.clientlibrary.RedisCache
Return string representing a cache entry corresponding to a key (or indicate if the key is not in the cache).
printCacheEntry(K) - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
Return string representing a cache entry corresponding to a key (or indicate if the key is not in the cache).
put(K, V) - Method in interface com.ibm.storage.clientlibrary.Cache
cache a key-value pair
put(K, V, long) - Method in interface com.ibm.storage.clientlibrary.CacheWithLifetimes
cache a key-value pair
put(K, V) - Method in class com.ibm.storage.clientlibrary.InProcessCache
cache a key-value pair
put(K, V, long) - Method in class com.ibm.storage.clientlibrary.InProcessCache
cache a key-value pair
put(K, V) - Method in class com.ibm.storage.clientlibrary.RedisCache
cache a key-value pair
put(K, V, long) - Method in class com.ibm.storage.clientlibrary.RedisCache
cache a key-value pair
put(K, V) - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
cache a key-value pair
put(K, V, long) - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
cache a key-value pair
putAll(Map<K, V>) - Method in interface com.ibm.storage.clientlibrary.Cache
cache one or more key-value pairs
putAll(Map<K, V>, long) - Method in interface com.ibm.storage.clientlibrary.CacheWithLifetimes
cache one or more key-value pairs
putAll(Map<K, V>) - Method in class com.ibm.storage.clientlibrary.InProcessCache
cache one or more key-value pairs
putAll(Map<K, V>, long) - Method in class com.ibm.storage.clientlibrary.InProcessCache
cache one or more key-value pairs
putAll(Map<K, V>) - Method in class com.ibm.storage.clientlibrary.RedisCache
cache one or more key-value pairs
putAll(Map<K, V>, long) - Method in class com.ibm.storage.clientlibrary.RedisCache
cache one or more key-value pairs
putAll(Map<K, V>) - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
cache one or more key-value pairs
putAll(Map<K, V>, long) - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
cache one or more key-value pairs

R

RedisCache<K,V> - Class in com.ibm.storage.clientlibrary
 
RedisCache(String, long) - Constructor for class com.ibm.storage.clientlibrary.RedisCache
Constructor creating Jedis instance
RedisCache(String, int, long) - Constructor for class com.ibm.storage.clientlibrary.RedisCache
Constructor creating Jedis instance
RedisCache(String, int, int, long) - Constructor for class com.ibm.storage.clientlibrary.RedisCache
Constructor creating Jedis instance
RedisCache(Jedis, long) - Constructor for class com.ibm.storage.clientlibrary.RedisCache
Constructor in which already-created Jedis instance is passed in to be used as underlying cache.
RedisCacheExtended<K,V> - Class in com.ibm.storage.clientlibrary
 
RedisCacheExtended(String, long) - Constructor for class com.ibm.storage.clientlibrary.RedisCacheExtended
Constructor creating Jedis instance
RedisCacheExtended(String, int, long) - Constructor for class com.ibm.storage.clientlibrary.RedisCacheExtended
Constructor creating Jedis instance
RedisCacheExtended(String, int, int, long) - Constructor for class com.ibm.storage.clientlibrary.RedisCacheExtended
Constructor creating Jedis instance
RedisCacheExtended(Jedis, long) - Constructor for class com.ibm.storage.clientlibrary.RedisCacheExtended
Constructor in which already-created Jedis instance is passed in to be used as underlying cache.
RedisCacheStats - Class in com.ibm.storage.clientlibrary
 

S

select(int) - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
Select the DB with having the specified zero-based numeric index.
Serializer - Class in com.ibm.storage.clientlibrary
 
Serializer() - Constructor for class com.ibm.storage.clientlibrary.Serializer
 
serializeString(String, Charset) - Static method in class com.ibm.storage.clientlibrary.Serializer
Serialize a string to a byte array
serializeToByteArray(T) - Static method in class com.ibm.storage.clientlibrary.Serializer
Serialize a single object to a byte array
size() - Method in interface com.ibm.storage.clientlibrary.Cache
Return number of objects in cache
size() - Method in class com.ibm.storage.clientlibrary.InProcessCache
Return number of objects in cache
size() - Method in class com.ibm.storage.clientlibrary.RedisCache
Return number of objects in cache
size() - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
Return number of objects in cache
Stats - Interface in com.ibm.storage.clientlibrary
 

T

toString() - Method in class com.ibm.storage.clientlibrary.CacheEntry
 
toString() - Method in class com.ibm.storage.clientlibrary.InProcessCache
Return contents of entire cache in a string
toString(String) - Method in class com.ibm.storage.clientlibrary.RedisCache
Output contents of current database to a string.
toString() - Method in class com.ibm.storage.clientlibrary.RedisCache
Output contents of current database to a string.
toString(String) - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
Output contents of current database to a string.
toString() - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
Output contents of current database to a string.

U

uncheckedCast(Object) - Static method in class com.ibm.storage.clientlibrary.Util
Perform an unchecked cast while suppressing warnings
Util - Class in com.ibm.storage.clientlibrary
 
Util() - Constructor for class com.ibm.storage.clientlibrary.Util
 
C D E F G I K P R S T U 

Copyright © 2015. All rights reserved.