Package io.debezium.server.redis
Class RedisMemoryThresholdTest.RedisClientImpl
java.lang.Object
io.debezium.server.redis.RedisMemoryThresholdTest.RedisClientImpl
- All Implemented Interfaces:
io.debezium.storage.redis.RedisClient
- Enclosing class:
- RedisMemoryThresholdTest
private static class RedisMemoryThresholdTest.RedisClientImpl
extends Object
implements io.debezium.storage.redis.RedisClient
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateRedisClientImpl(String usedMemoryBytes, String maxMemoryBytes) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidlonghset(byte[] key, byte[] field, byte[] value) longwaitReplicas(int replicas, long timeout) long
-
Field Details
-
infoMemory
-
-
Constructor Details
-
RedisClientImpl
-
-
Method Details
-
info
- Specified by:
infoin interfaceio.debezium.storage.redis.RedisClient
-
disconnect
public void disconnect()- Specified by:
disconnectin interfaceio.debezium.storage.redis.RedisClient
-
close
public void close()- Specified by:
closein interfaceio.debezium.storage.redis.RedisClient
-
xadd
- Specified by:
xaddin interfaceio.debezium.storage.redis.RedisClient
-
xadd
- Specified by:
xaddin interfaceio.debezium.storage.redis.RedisClient
-
xrange
- Specified by:
xrangein interfaceio.debezium.storage.redis.RedisClient
-
xlen
- Specified by:
xlenin interfaceio.debezium.storage.redis.RedisClient
-
hgetAll
- Specified by:
hgetAllin interfaceio.debezium.storage.redis.RedisClient
-
hset
public long hset(byte[] key, byte[] field, byte[] value) - Specified by:
hsetin interfaceio.debezium.storage.redis.RedisClient
-
waitReplicas
public long waitReplicas(int replicas, long timeout) - Specified by:
waitReplicasin interfaceio.debezium.storage.redis.RedisClient
-