JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
org.redisson.api.RBitSetAsync
Packages that use
RBitSetAsync
Package
Description
org.redisson
org.redisson.api
Uses of
RBitSetAsync
in
org.redisson
Classes in
org.redisson
that implement
RBitSetAsync
Modifier and Type
Class
Description
class
RedissonBitSet
Methods in
org.redisson
that return
RBitSetAsync
Modifier and Type
Method
Description
RBitSetAsync
RedissonBatch.
getBitSet
(
String
name)
Uses of
RBitSetAsync
in
org.redisson.api
Subinterfaces of
RBitSetAsync
in
org.redisson.api
Modifier and Type
Interface
Description
interface
RBitSet
Vector of bits that grows as needed.
Methods in
org.redisson.api
that return
RBitSetAsync
Modifier and Type
Method
Description
RBitSetAsync
RBatch.
getBitSet
(
String
name)
Returns bitSet instance by name.