@UnstableApi public class ArrayHeaderRedisMessage extends java.lang.Object implements RedisMessage
| Modifier and Type | Field and Description |
|---|---|
private long |
length |
| Constructor and Description |
|---|
ArrayHeaderRedisMessage(long length)
Creates a
ArrayHeaderRedisMessage for the given length. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNull()
Returns whether the content of this message is
null. |
long |
length()
Get length of this array object.
|
java.lang.String |
toString() |
public ArrayHeaderRedisMessage(long length)
ArrayHeaderRedisMessage for the given length.public final long length()
public boolean isNull()
null.null.public java.lang.String toString()
toString in class java.lang.Object