Uses of Class
com.moilioncircle.redis.replicator.util.ByteArray
-
Packages that use ByteArray Package Description com.moilioncircle.redis.replicator.client com.moilioncircle.redis.replicator.io com.moilioncircle.redis.replicator.rdb com.moilioncircle.redis.replicator.util -
-
Uses of ByteArray in com.moilioncircle.redis.replicator.client
Methods in com.moilioncircle.redis.replicator.client that return ByteArray Modifier and Type Method Description ByteArrayRESP2.Node. getBytes() -
Uses of ByteArray in com.moilioncircle.redis.replicator.io
Fields in com.moilioncircle.redis.replicator.io declared as ByteArray Modifier and Type Field Description protected ByteArrayByteArrayInputStream. bufMethods in com.moilioncircle.redis.replicator.io that return ByteArray Modifier and Type Method Description ByteArrayRedisInputStream. readBytes(long len)Methods in com.moilioncircle.redis.replicator.io with parameters of type ByteArray Modifier and Type Method Description longRedisInputStream. read(ByteArray bytes, long offset, long len)Constructors in com.moilioncircle.redis.replicator.io with parameters of type ByteArray Constructor Description ByteArrayInputStream(ByteArray buf)RedisInputStream(ByteArray array) -
Uses of ByteArray in com.moilioncircle.redis.replicator.rdb
Methods in com.moilioncircle.redis.replicator.rdb that return ByteArray Modifier and Type Method Description ByteArrayBaseRdbParser. rdbGenericLoadStringObject(int flags)1.|11xxxxxx|xxxxxxxx| remaining 6bit is 0, then an 8 bit integer followsByteArrayBaseRdbParser. rdbLoadEncodedStringObject()ByteArrayBaseRdbParser. rdbLoadIntegerObject(int enctype, int flags)ByteArrayBaseRdbParser. rdbLoadLzfStringObject(int flags)|11xxxxxx| remaining 6bit is 3,then lzf compressed string followsByteArrayBaseRdbParser. rdbLoadPlainStringObject()Methods in com.moilioncircle.redis.replicator.rdb with parameters of type ByteArray Modifier and Type Method Description voidBaseRdbEncoder. rdbGenericSaveStringObject(ByteArray bytes, OutputStream out)voidBaseRdbEncoder. rdbSaveEncodedStringObject(ByteArray bytes, OutputStream out)voidBaseRdbEncoder. rdbSavePlainStringObject(ByteArray bytes, OutputStream out) -
Uses of ByteArray in com.moilioncircle.redis.replicator.util
Methods in com.moilioncircle.redis.replicator.util that return ByteArray Modifier and Type Method Description static ByteArrayLzf. decode(ByteArray bytes, long len)static ByteArrayLzf. encode(ByteArray bytes)Methods in com.moilioncircle.redis.replicator.util with parameters of type ByteArray Modifier and Type Method Description static voidByteArray. arraycopy(ByteArray src, long srcPos, ByteArray dest, long destPos, long length)static ByteArrayLzf. decode(ByteArray bytes, long len)static ByteArrayLzf. encode(ByteArray bytes)static longLzf. encode(ByteArray in, long inLen, ByteArray out, long outPos)
-