Package org.redisson
Class RedissonJsonBuckets
java.lang.Object
org.redisson.RedissonJsonBuckets
- All Implemented Interfaces:
RJsonBuckets,RJsonBucketsAsync
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns Redis json object mapped by key with default pathReturns Redis json object mapped by key with specific pathReturns Redis json object mapped by key with default pathReturns Redis json object mapped by key with specific pathvoidSaves json objects with default path mapped by Redis key.voidSaves json objects with specific path mapped by Redis key.Saves json objects with default path mapped by Redis key.Saves json objects with specific path mapped by Redis key.
-
Field Details
-
codec
-
commandExecutor
-
-
Method Details
-
get
Description copied from interface:RJsonBucketsReturns Redis json object mapped by key with default path- Specified by:
getin interfaceRJsonBuckets- Type Parameters:
V- type of object with specific json-path- Parameters:
keys- keys- Returns:
- Map with name as key and bucket as value
-
getAsync
Description copied from interface:RJsonBucketsAsyncReturns Redis json object mapped by key with default path- Specified by:
getAsyncin interfaceRJsonBucketsAsync- Type Parameters:
V- type of object with specific json-path- Parameters:
keys- keys- Returns:
- Map with name as key and bucket as value
-
get
Description copied from interface:RJsonBucketsReturns Redis json object mapped by key with specific path- Specified by:
getin interfaceRJsonBuckets- Type Parameters:
V- type of value at specific json-path- Parameters:
codec- codec for specific pathpath- json pathkeys- keys- Returns:
- Map with name as key and bucket as value
-
getAsync
Description copied from interface:RJsonBucketsAsyncReturns Redis json object mapped by key with specific path- Specified by:
getAsyncin interfaceRJsonBucketsAsync- Type Parameters:
V- type of value at specific json-path- Parameters:
codec- codec for specific pathpath- json pathkeys- keys- Returns:
- Map with name as key and bucket as value
-
set
Description copied from interface:RJsonBucketsSaves json objects with default path mapped by Redis key.- Specified by:
setin interfaceRJsonBuckets- Parameters:
buckets- map of json buckets
-
setAsync
Description copied from interface:RJsonBucketsAsyncSaves json objects with default path mapped by Redis key.- Specified by:
setAsyncin interfaceRJsonBucketsAsync- Parameters:
buckets- map of json buckets
-
set
Description copied from interface:RJsonBucketsSaves json objects with specific path mapped by Redis key.- Specified by:
setin interfaceRJsonBuckets- Parameters:
codec- codec for specific pathpath- json pathbuckets- map of json buckets
-
setAsync
Description copied from interface:RJsonBucketsAsyncSaves json objects with specific path mapped by Redis key.- Specified by:
setAsyncin interfaceRJsonBucketsAsync- Parameters:
codec- codec for specific pathpath- json pathbuckets- map of json buckets
-