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
All Classes All Packages
All Classes All Packages
C
- capacityCheck(int) - Method in class com.blackrook.redis.struct.DataList
-
Increases the size of the internal buffer if necessary.
- clear() - Method in class com.blackrook.redis.struct.DataList
-
Deletes all bytes from this buffer.
- clientGetName() - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
- clientGetName() - Method in class com.blackrook.redis.RedisConnection
- clientKill(String, int) - Method in interface com.blackrook.redis.commands.RedisServerCommands
- clientKill(String, int) - Method in class com.blackrook.redis.RedisServerConnection
- clientList() - Method in interface com.blackrook.redis.commands.RedisServerCommands
- clientList() - Method in class com.blackrook.redis.RedisServerConnection
- clientPause(long) - Method in interface com.blackrook.redis.commands.RedisServerCommands
- clientPause(long) - Method in class com.blackrook.redis.RedisServerConnection
- clientSetName(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
- clientSetName(String) - Method in class com.blackrook.redis.RedisConnection
- close() - Method in class com.blackrook.redis.io.RESPWriter
- close() - Method in class com.blackrook.redis.RedisConnectionAbstract
- close(Closeable) - Static method in class com.blackrook.redis.struct.Utils
-
Attempts to close a
Closeable
object. - close(AutoCloseable) - Static method in class com.blackrook.redis.struct.Utils
-
Attempts to close an
AutoCloseable
object. - com.blackrook.redis - package com.blackrook.redis
-
Contains classes relevant to connecting to Redis servers.
- com.blackrook.redis.commands - package com.blackrook.redis.commands
-
Contains interfaces for implementing Redis commands.
- com.blackrook.redis.data - package com.blackrook.redis.data
-
Contains encapsulations for Redis objects and responses.
- com.blackrook.redis.enums - package com.blackrook.redis.enums
-
Contains useful enumerations.
- com.blackrook.redis.event - package com.blackrook.redis.event
-
Contains classes about Redis events.
- com.blackrook.redis.exception - package com.blackrook.redis.exception
-
Contains Redis connector exception classes.
- com.blackrook.redis.hints - package com.blackrook.redis.hints
-
Contains hints for Redis object conversion.
- com.blackrook.redis.io - package com.blackrook.redis.io
-
Contains classes relevant to reading and writing to Redis sockets.
- com.blackrook.redis.struct - package com.blackrook.redis.struct
-
Additional helper data structures and methods.
- configGet(String) - Method in interface com.blackrook.redis.commands.RedisServerCommands
- configGet(String) - Method in class com.blackrook.redis.RedisServerConnection
- configResetStat() - Method in interface com.blackrook.redis.commands.RedisServerCommands
- configResetStat() - Method in class com.blackrook.redis.RedisServerConnection
- configRewrite() - Method in interface com.blackrook.redis.commands.RedisServerCommands
- configRewrite() - Method in class com.blackrook.redis.RedisServerConnection
- configSet(String, String) - Method in interface com.blackrook.redis.commands.RedisServerCommands
- configSet(String, String) - Method in class com.blackrook.redis.RedisServerConnection
- construct(Constructor<T>, Object...) - Static method in class com.blackrook.redis.struct.Utils
-
Creates a new instance of a class from a class type.
- convertArray(String, Object, Class<T>) - Method in class com.blackrook.redis.struct.TypeConverter
-
Converts an array value to a target type.
- convertBoolean(String, Boolean, Class<T>) - Method in class com.blackrook.redis.struct.TypeConverter
-
Converts a boolean to another type.
- convertByteArray(String, byte[], Class<T>) - Method in class com.blackrook.redis.struct.TypeConverter
-
Converts a byte array value to a target type.
- convertCharacter(String, Character, Class<T>) - Method in class com.blackrook.redis.struct.TypeConverter
-
Converts a character value to a target type.
- convertCharArray(String, char[], Class<T>) - Method in class com.blackrook.redis.struct.TypeConverter
-
Converts a char array value to a target type.
- convertDate(String, Date, Class<T>) - Method in class com.blackrook.redis.struct.TypeConverter
-
Converts a date value to a target type.
- convertEnum(String, Enum<?>, Class<T>) - Method in class com.blackrook.redis.struct.TypeConverter
-
Converts an enum value to a target type.
- convertIterable(String, Iterable<?>, Class<T>) - Method in class com.blackrook.redis.struct.TypeConverter
-
Converts an iterable to another type (like an array).
- convertNumber(String, Number, Class<T>) - Method in class com.blackrook.redis.struct.TypeConverter
-
Converts a numeric value to a target type.
- convertOtherArray(String, Object, Class<T>) - Method in class com.blackrook.redis.struct.TypeConverter
-
Converts a totally different array type.
- convertString(String, String, Class<T>) - Method in class com.blackrook.redis.struct.TypeConverter
-
Converts a string value to a target type.
- create(double) - Static method in class com.blackrook.redis.data.RedisObject
-
Creates an object of type STRING, using a floating-point number.
- create(long) - Static method in class com.blackrook.redis.data.RedisObject
-
Creates an object of type INTEGER.
- create(long, String[]) - Static method in class com.blackrook.redis.data.RedisCursor
-
Creates a new scan cursor with a set of keys.
- create(Class<T>) - Static method in class com.blackrook.redis.struct.Utils
-
Creates a new instance of a class from a class type.
- create(String) - Static method in class com.blackrook.redis.data.RedisObject
-
Creates an object of type STRING.
- create(String...) - Static method in class com.blackrook.redis.data.RedisObject
-
Creates an object of type ARRAY.
- createEmptyArray(int) - Static method in class com.blackrook.redis.data.RedisObject
-
Creates an object of type ARRAY, but with all
null
elements. - createError(String) - Static method in class com.blackrook.redis.data.RedisObject
-
Creates an object of type ERROR.
- createForType(Object, Class<T>) - Method in class com.blackrook.redis.struct.TypeConverter
-
Reflect.creates a new instance of an object for placement in a POJO or elsewhere.
- createForType(String, Object, Class<T>) - Method in class com.blackrook.redis.struct.TypeConverter
-
Reflect.creates a new instance of an object for placement in a POJO or elsewhere.
- createNull() - Static method in class com.blackrook.redis.data.RedisObject
-
Creates a null object (type STRING).
- createNullArray() - Static method in class com.blackrook.redis.data.RedisObject
-
Creates a null object (type ARRAY).
All Classes All Packages