Uses of Class
redis.clients.jedis.json.Path2
Packages that use Path2
Package
Description
This package contains the classes and interfaces related to RedisJSON module.
-
Uses of Path2 in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type Path2Modifier and TypeMethodDescriptionfinal CommandObject<List<Long>> CommandObjects.jsonArrAppend(String key, Path2 path, Object... objects) MultiNodePipelineBase.jsonArrAppend(String key, Path2 path, Object... objects) Pipeline.jsonArrAppend(String key, Path2 path, Object... objects) TransactionBase.jsonArrAppend(String key, Path2 path, Object... objects) UnifiedJedis.jsonArrAppend(String key, Path2 path, Object... objects) final CommandObject<List<Long>> CommandObjects.jsonArrAppendWithEscape(String key, Path2 path, Object... objects) MultiNodePipelineBase.jsonArrAppendWithEscape(String key, Path2 path, Object... objects) Pipeline.jsonArrAppendWithEscape(String key, Path2 path, Object... objects) TransactionBase.jsonArrAppendWithEscape(String key, Path2 path, Object... objects) UnifiedJedis.jsonArrAppendWithEscape(String key, Path2 path, Object... objects) final CommandObject<List<Long>> CommandObjects.jsonArrIndex(String key, Path2 path, Object scalar) MultiNodePipelineBase.jsonArrIndex(String key, Path2 path, Object scalar) Pipeline.jsonArrIndex(String key, Path2 path, Object scalar) TransactionBase.jsonArrIndex(String key, Path2 path, Object scalar) UnifiedJedis.jsonArrIndex(String key, Path2 path, Object scalar) final CommandObject<List<Long>> CommandObjects.jsonArrIndexWithEscape(String key, Path2 path, Object scalar) MultiNodePipelineBase.jsonArrIndexWithEscape(String key, Path2 path, Object scalar) Pipeline.jsonArrIndexWithEscape(String key, Path2 path, Object scalar) TransactionBase.jsonArrIndexWithEscape(String key, Path2 path, Object scalar) UnifiedJedis.jsonArrIndexWithEscape(String key, Path2 path, Object scalar) final CommandObject<List<Long>> CommandObjects.jsonArrInsert(String key, Path2 path, int index, Object... objects) MultiNodePipelineBase.jsonArrInsert(String key, Path2 path, int index, Object... objects) Pipeline.jsonArrInsert(String key, Path2 path, int index, Object... objects) TransactionBase.jsonArrInsert(String key, Path2 path, int index, Object... objects) UnifiedJedis.jsonArrInsert(String key, Path2 path, int index, Object... objects) final CommandObject<List<Long>> CommandObjects.jsonArrInsertWithEscape(String key, Path2 path, int index, Object... objects) MultiNodePipelineBase.jsonArrInsertWithEscape(String key, Path2 path, int index, Object... objects) Pipeline.jsonArrInsertWithEscape(String key, Path2 path, int index, Object... objects) TransactionBase.jsonArrInsertWithEscape(String key, Path2 path, int index, Object... objects) UnifiedJedis.jsonArrInsertWithEscape(String key, Path2 path, int index, Object... objects) final CommandObject<List<Long>> CommandObjects.jsonArrLen(String key, Path2 path) MultiNodePipelineBase.jsonArrLen(String key, Path2 path) Pipeline.jsonArrLen(String key, Path2 path) TransactionBase.jsonArrLen(String key, Path2 path) UnifiedJedis.jsonArrLen(String key, Path2 path) final CommandObject<List<Object>> CommandObjects.jsonArrPop(String key, Path2 path) final CommandObject<List<Object>> CommandObjects.jsonArrPop(String key, Path2 path, int index) MultiNodePipelineBase.jsonArrPop(String key, Path2 path) MultiNodePipelineBase.jsonArrPop(String key, Path2 path, int index) Pipeline.jsonArrPop(String key, Path2 path) Pipeline.jsonArrPop(String key, Path2 path, int index) TransactionBase.jsonArrPop(String key, Path2 path) TransactionBase.jsonArrPop(String key, Path2 path, int index) UnifiedJedis.jsonArrPop(String key, Path2 path) UnifiedJedis.jsonArrPop(String key, Path2 path, int index) final CommandObject<List<Long>> CommandObjects.jsonArrTrim(String key, Path2 path, int start, int stop) MultiNodePipelineBase.jsonArrTrim(String key, Path2 path, int start, int stop) Pipeline.jsonArrTrim(String key, Path2 path, int start, int stop) TransactionBase.jsonArrTrim(String key, Path2 path, int start, int stop) UnifiedJedis.jsonArrTrim(String key, Path2 path, int start, int stop) final CommandObject<Long> longfinal CommandObject<List<Long>> CommandObjects.jsonDebugMemory(String key, Path2 path) UnifiedJedis.jsonDebugMemory(String key, Path2 path) final CommandObject<Long> longfinal CommandObject<Object> final CommandObject<List<org.json.JSONArray>> List<org.json.JSONArray> final CommandObject<org.json.JSONArray> CommandObjects.jsonNumIncrBy(String key, Path2 path, double value) Response<org.json.JSONArray> MultiNodePipelineBase.jsonNumIncrBy(String key, Path2 path, double value) Response<org.json.JSONArray> Pipeline.jsonNumIncrBy(String key, Path2 path, double value) Response<org.json.JSONArray> TransactionBase.jsonNumIncrBy(String key, Path2 path, double value) org.json.JSONArrayUnifiedJedis.jsonNumIncrBy(String key, Path2 path, double value) final CommandObject<List<List<String>>> CommandObjects.jsonObjKeys(String key, Path2 path) UnifiedJedis.jsonObjKeys(String key, Path2 path) final CommandObject<List<Long>> CommandObjects.jsonObjLen(String key, Path2 path) UnifiedJedis.jsonObjLen(String key, Path2 path) final CommandObject<List<List<Object>>> Deprecated.Deprecated.final CommandObject<String> final CommandObject<String> CommandObjects.jsonSet(String key, Path2 path, Object object, JsonSetParams params) MultiNodePipelineBase.jsonSet(String key, Path2 path, Object object, JsonSetParams params) Pipeline.jsonSet(String key, Path2 path, Object object, JsonSetParams params) TransactionBase.jsonSet(String key, Path2 path, Object object, JsonSetParams params) UnifiedJedis.jsonSet(String key, Path2 path, Object pojo, JsonSetParams params) final CommandObject<String> CommandObjects.jsonSetWithEscape(String key, Path2 path, Object object) final CommandObject<String> CommandObjects.jsonSetWithEscape(String key, Path2 path, Object object, JsonSetParams params) MultiNodePipelineBase.jsonSetWithEscape(String key, Path2 path, Object object) MultiNodePipelineBase.jsonSetWithEscape(String key, Path2 path, Object object, JsonSetParams params) Pipeline.jsonSetWithEscape(String key, Path2 path, Object object) Pipeline.jsonSetWithEscape(String key, Path2 path, Object object, JsonSetParams params) TransactionBase.jsonSetWithEscape(String key, Path2 path, Object object) TransactionBase.jsonSetWithEscape(String key, Path2 path, Object object, JsonSetParams params) UnifiedJedis.jsonSetWithEscape(String key, Path2 path, Object object) UnifiedJedis.jsonSetWithEscape(String key, Path2 path, Object pojo, JsonSetParams params) final CommandObject<List<Long>> CommandObjects.jsonStrAppend(String key, Path2 path, Object string) MultiNodePipelineBase.jsonStrAppend(String key, Path2 path, Object string) Pipeline.jsonStrAppend(String key, Path2 path, Object string) TransactionBase.jsonStrAppend(String key, Path2 path, Object string) UnifiedJedis.jsonStrAppend(String key, Path2 path, Object string) final CommandObject<List<Long>> CommandObjects.jsonStrLen(String key, Path2 path) MultiNodePipelineBase.jsonStrLen(String key, Path2 path) Pipeline.jsonStrLen(String key, Path2 path) TransactionBase.jsonStrLen(String key, Path2 path) UnifiedJedis.jsonStrLen(String key, Path2 path) final CommandObject<List<Boolean>> CommandObjects.jsonToggle(String key, Path2 path) MultiNodePipelineBase.jsonToggle(String key, Path2 path) Pipeline.jsonToggle(String key, Path2 path) TransactionBase.jsonToggle(String key, Path2 path) UnifiedJedis.jsonToggle(String key, Path2 path) final CommandObject<List<Class<?>>> -
Uses of Path2 in redis.clients.jedis.json
Fields in redis.clients.jedis.json declared as Path2Methods in redis.clients.jedis.json that return Path2Methods in redis.clients.jedis.json with parameters of type Path2Modifier and TypeMethodDescriptionRedisJsonCommands.jsonArrAppend(String key, Path2 path, Object... objects) RedisJsonPipelineCommands.jsonArrAppend(String key, Path2 path, Object... objects) RedisJsonCommands.jsonArrAppendWithEscape(String key, Path2 path, Object... objects) RedisJsonPipelineCommands.jsonArrAppendWithEscape(String key, Path2 path, Object... objects) RedisJsonCommands.jsonArrIndex(String key, Path2 path, Object scalar) RedisJsonPipelineCommands.jsonArrIndex(String key, Path2 path, Object scalar) RedisJsonCommands.jsonArrIndexWithEscape(String key, Path2 path, Object scalar) RedisJsonPipelineCommands.jsonArrIndexWithEscape(String key, Path2 path, Object scalar) RedisJsonCommands.jsonArrInsert(String key, Path2 path, int index, Object... objects) RedisJsonPipelineCommands.jsonArrInsert(String key, Path2 path, int index, Object... objects) RedisJsonCommands.jsonArrInsertWithEscape(String key, Path2 path, int index, Object... objects) RedisJsonPipelineCommands.jsonArrInsertWithEscape(String key, Path2 path, int index, Object... objects) RedisJsonCommands.jsonArrLen(String key, Path2 path) RedisJsonPipelineCommands.jsonArrLen(String key, Path2 path) RedisJsonCommands.jsonArrPop(String key, Path2 path) RedisJsonCommands.jsonArrPop(String key, Path2 path, int index) RedisJsonPipelineCommands.jsonArrPop(String key, Path2 path) RedisJsonPipelineCommands.jsonArrPop(String key, Path2 path, int index) RedisJsonCommands.jsonArrTrim(String key, Path2 path, int start, int stop) RedisJsonPipelineCommands.jsonArrTrim(String key, Path2 path, int start, int stop) longRedisJsonCommands.jsonDebugMemory(String key, Path2 path) longList<org.json.JSONArray> org.json.JSONArrayRedisJsonCommands.jsonNumIncrBy(String key, Path2 path, double value) Response<org.json.JSONArray> RedisJsonPipelineCommands.jsonNumIncrBy(String key, Path2 path, double value) RedisJsonCommands.jsonObjKeys(String key, Path2 path) RedisJsonCommands.jsonObjLen(String key, Path2 path) Deprecated.RedisJsonCommands.jsonSet(String key, Path2 path, Object object, JsonSetParams params) RedisJsonPipelineCommands.jsonSet(String key, Path2 path, Object object, JsonSetParams params) RedisJsonCommands.jsonSetWithEscape(String key, Path2 path, Object object) RedisJsonCommands.jsonSetWithEscape(String key, Path2 path, Object object, JsonSetParams params) RedisJsonPipelineCommands.jsonSetWithEscape(String key, Path2 path, Object object) RedisJsonPipelineCommands.jsonSetWithEscape(String key, Path2 path, Object object, JsonSetParams params) RedisJsonCommands.jsonStrAppend(String key, Path2 path, Object string) RedisJsonPipelineCommands.jsonStrAppend(String key, Path2 path, Object string) RedisJsonCommands.jsonStrLen(String key, Path2 path) RedisJsonPipelineCommands.jsonStrLen(String key, Path2 path) RedisJsonCommands.jsonToggle(String key, Path2 path) RedisJsonPipelineCommands.jsonToggle(String key, Path2 path)