Class CoreRangeScanId

java.lang.Object
com.couchbase.client.core.kv.CoreRangeScanId

public class CoreRangeScanId extends Object
Encapsulates an ID returned by the server for each stream.

The returned UUID does not define any sub-structure to the 16-bytes and the entire 16-bytes are in network byte order.

  • Constructor Details

    • CoreRangeScanId

      public CoreRangeScanId(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf body)
  • Method Details

    • bytes

      public byte[] bytes()
    • toString

      public String toString()
      Overrides:
      toString in class Object