Class LazyRawable

java.lang.Object
redis.clients.jedis.search.LazyRawable
All Implemented Interfaces:
Rawable

class LazyRawable extends Object implements Rawable
  • Field Details

    • raw

      private byte[] raw
  • Constructor Details

    • LazyRawable

      LazyRawable()
  • Method Details

    • setRaw

      public void setRaw(byte[] raw)
    • getRaw

      public byte[] getRaw()
      Description copied from interface: Rawable
      Get byte array.
      Specified by:
      getRaw in interface Rawable
      Returns:
      binary