Index

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 and Interfaces|All Packages|Constant Field Values|Serialized Form

X

xack(String, String, IntegerResultHandler, String...) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
xack(String, String, IntegerResultHandler, String...) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Acknowledges one or more stream entries for a consumer group.
xadd(String, String, BulkResultHandler, String...) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
xadd(String, String, BulkResultHandler, String...) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Appends an entry to a stream.
xgroupCreate(String, String, String, StringResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
xgroupCreate(String, String, String, StringResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Creates a consumer group for a stream.
xgroupDestroy(String, String, IntegerResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
xgroupDestroy(String, String, IntegerResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Deletes a consumer group.
xlen(String, IntegerResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
xlen(String, IntegerResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Returns the number of entries in a stream.
XML - Enum constant in enum class org.bluezoo.gumdrop.servlet.jsp.JSPParserFactory.ParserType
XML format parser (JSPX)
XMLJSPParser - Class in org.bluezoo.gumdrop.servlet.jsp
SAX-based parser for JSP pages in XML format (JSPX).
XMLJSPParser() - Constructor for class org.bluezoo.gumdrop.servlet.jsp.XMLJSPParser
Creates an XML JSP parser.
XMLParseUtils - Class in org.bluezoo.gumdrop.util
Utility methods for parsing XML using the Gonzalez streaming parser.
xpending(String, String, ArrayResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
xpending(String, String, ArrayResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Returns the number of pending entries for a consumer group.
xrange(String, String, String, int, ArrayResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
xrange(String, String, String, int, ArrayResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Returns a range of entries with a count limit.
xrange(String, String, String, ArrayResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
xrange(String, String, String, ArrayResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Returns a range of entries from a stream.
xread(int, long, ArrayResultHandler, String...) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
xread(int, long, ArrayResultHandler, String...) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Reads entries from one or more streams, optionally blocking.
xrevrange(String, String, String, int, ArrayResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
xrevrange(String, String, String, int, ArrayResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Returns a range of entries in reverse order with a count limit.
xrevrange(String, String, String, ArrayResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
xrevrange(String, String, String, ArrayResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Returns a range of entries in reverse order.
xtrim(String, long, IntegerResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
xtrim(String, long, IntegerResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Trims a stream to approximately the specified length.
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 and Interfaces|All Packages|Constant Field Values|Serialized Form