Class RawBucketId


public class RawBucketId extends BucketGroupId<byte[]>
This class is used in Group instances where the identifying expression evaluated to a RawBucket.
Author:
Ulf Lilleengen
  • Constructor Details

    • RawBucketId

      public RawBucketId(byte[] from, byte[] to)
      Constructs a new instance of this class.
      Parameters:
      from - The identifying inclusive-from raw buffer.
      to - The identifying exclusive-to raw buffer.