A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes All Packages

G

get(int) - Method in class com.blackrook.redis.data.RedisObject
If this is an array, this returns an element at a specific index in it.
get(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
get(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
get(String) - Method in class com.blackrook.redis.RedisConnection
 
get(String) - Method in class com.blackrook.redis.RedisPipeline
 
getAddress() - Method in class com.blackrook.redis.event.RedisMonitorEvent
 
getAlias() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile.FieldInfo
 
getAlias() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile.MethodInfo
 
getAlias(Field) - Method in interface com.blackrook.redis.struct.TypeProfileFactory.MemberPolicy
Gets an alias name for the provided field.
getAlias(Method) - Method in interface com.blackrook.redis.struct.TypeProfileFactory.MemberPolicy
Gets an alias name for the provided method.
getArguments() - Method in class com.blackrook.redis.event.RedisMonitorEvent
 
getArrayDimensions(Class<?>) - Static method in class com.blackrook.redis.struct.Utils
Gets how many dimensions that this array, represented by the provided type, has.
getArrayDimensions(Object) - Static method in class com.blackrook.redis.struct.Utils
Gets how many array dimensions that an object (presumably an array) has.
getArrayType(Class<?>) - Static method in class com.blackrook.redis.struct.Utils
Gets the class type of this array type, if this is an array type.
getArrayType(Object) - Static method in class com.blackrook.redis.struct.Utils
Gets the class type of this array, if this is an array.
getAvailableConnection() - Method in class com.blackrook.redis.RedisConnectionPool
Retrieves an available connection from the pool.
getAvailableConnection(long) - Method in class com.blackrook.redis.RedisConnectionPool
Retrieves an available connection from the pool.
getAvailableConnectionCount() - Method in class com.blackrook.redis.RedisConnectionPool
 
getbit(String, long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
getbit(String, long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
getbit(String, long) - Method in class com.blackrook.redis.RedisConnection
 
getbit(String, long) - Method in class com.blackrook.redis.RedisPipeline
 
getCapacity() - Method in class com.blackrook.redis.struct.DataList
Gets the capacity of this buffer.
getCapacityIncrement() - Method in class com.blackrook.redis.struct.DataList
Returns the capacity increment value.
getCommand() - Method in class com.blackrook.redis.event.RedisMonitorEvent
 
getCursor() - Method in class com.blackrook.redis.data.RedisCursor
 
getData(int, byte[]) - Method in class com.blackrook.redis.struct.DataList
Gets a subset of data from this buffer.
getData(int, int) - Method in class com.blackrook.redis.struct.DataList
Gets a subset of data from this buffer.
getDB() - Method in class com.blackrook.redis.RedisInfo
 
getDBId() - Method in class com.blackrook.redis.event.RedisMonitorEvent
 
getEnumInstance(String, Class<T>) - Static method in class com.blackrook.redis.struct.Utils
Returns the enum instance of a class given class and name, or null if not a valid name.
getField() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile.FieldInfo
 
getFieldValue(Object, Field) - Static method in class com.blackrook.redis.struct.Utils
Gets the value of a field on an object.
getGetterMethodsByAlias() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile
Returns a reference to the map that contains this profile's getter methods.
getGetterMethodsByName() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile
Returns a reference to the map that contains this profile's getter methods.
getHost() - Method in class com.blackrook.redis.RedisInfo
 
getKey() - Method in class com.blackrook.redis.data.KeyValue
 
getKeys() - Method in class com.blackrook.redis.data.RedisCursor
 
getLong(String) - Method in class com.blackrook.redis.RedisConnection
Just like RedisConnection.get(String), but it casts the result to a long integer.
getMethod() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile.MethodInfo
 
getPassword() - Method in class com.blackrook.redis.RedisInfo
 
getPort() - Method in class com.blackrook.redis.event.RedisMonitorEvent
 
getPort() - Method in class com.blackrook.redis.RedisInfo
 
getProfile(Class<T>) - Method in class com.blackrook.redis.struct.TypeProfileFactory
Creates a new profile for a provided type.
getPublicFieldsByAlias() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile
Returns a reference to the map that contains this profile's public fields.
getPublicFieldsByName() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile
Returns a reference to the map that contains this profile's public fields.
getrange(String, long, long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
getrange(String, long, long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
getrange(String, long, long) - Method in class com.blackrook.redis.RedisConnection
 
getrange(String, long, long) - Method in class com.blackrook.redis.RedisPipeline
 
getServerTime() - Method in class com.blackrook.redis.event.RedisMonitorEvent
 
getServerTimeMicros() - Method in class com.blackrook.redis.event.RedisMonitorEvent
 
getServerTimeSeconds() - Method in class com.blackrook.redis.event.RedisMonitorEvent
 
getset(String, Number) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
getset(String, Number) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
getset(String, Number) - Method in class com.blackrook.redis.RedisConnection
 
getset(String, Number) - Method in class com.blackrook.redis.RedisPipeline
 
getset(String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
getset(String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
getset(String, String) - Method in class com.blackrook.redis.RedisConnection
 
getset(String, String) - Method in class com.blackrook.redis.RedisPipeline
 
getsetLong(String, Number) - Method in class com.blackrook.redis.RedisConnection
Just like RedisConnection.getset(String, String), but it casts the result to a long integer.
getsetLong(String, String) - Method in class com.blackrook.redis.RedisConnection
Just like RedisConnection.getset(String, String), but it casts the result to a long integer.
getSetterMethodsByAlias() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile
Returns a reference to the map that contains this profile's setter methods.
getSetterMethodsByName() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile
Returns a reference to the map that contains this profile's setter methods.
getTextualContents(File) - Static method in class com.blackrook.redis.struct.Utils
Retrieves the textual contents of a file in the system's current encoding.
getTextualContents(InputStream) - Static method in class com.blackrook.redis.struct.Utils
Retrieves the textual contents of a stream in the system's current encoding.
getTextualContents(InputStream, String) - Static method in class com.blackrook.redis.struct.Utils
Retrieves the textual contents of a stream.
getTimeout() - Method in class com.blackrook.redis.RedisInfo
 
getType() - Method in class com.blackrook.redis.data.RedisObject
 
getType() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile.FieldInfo
 
getType() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile.MethodInfo
 
getUsedConnectionCount() - Method in class com.blackrook.redis.RedisConnectionPool
 
getValue() - Method in class com.blackrook.redis.data.KeyValue
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes All Packages