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 Summary

      Constructors 
      Constructor Description
      RawBucketId​(byte[] from, byte[] to)
      Constructs a new instance of this class.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • 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.