Class ArrayHeaderRedisMessage

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isNull()
      Returns whether the content of this message is null.
      long length()
      Get length of this array object.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ArrayHeaderRedisMessage

        public ArrayHeaderRedisMessage​(long length)
        Creates a ArrayHeaderRedisMessage for the given length.
    • Method Detail

      • length

        public final long length()
        Get length of this array object.
      • isNull

        public boolean isNull()
        Returns whether the content of this message is null.
        Returns:
        indicates whether the content of this message is null.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object