Class CellPath


  • public abstract class CellPath
    extends java.lang.Object
    A path for a cell belonging to a complex column type (non-frozen collection or UDT).
    • Field Detail

      • BOTTOM

        public static final CellPath BOTTOM
    • Constructor Detail

      • CellPath

        public CellPath()
    • Method Detail

      • size

        public abstract int size()
      • get

        public abstract java.nio.ByteBuffer get​(int i)
      • create

        public static CellPath create​(java.nio.ByteBuffer value)
      • dataSize

        public int dataSize()
      • digest

        public void digest​(Digest digest)
      • unsharedHeapSizeExcludingData

        public abstract long unsharedHeapSizeExcludingData()
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public final boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object