Class TransactionConflictException.CellConflict

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    TransactionConflictException

    public static class TransactionConflictException.CellConflict
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • CellConflict

        public CellConflict​(Cell cell,
                            long theirStart,
                            long theirCommit)
      • CellConflict

        public CellConflict​(Cell cell,
                            java.lang.String cellString,
                            long theirStart,
                            long theirCommit)
    • Method Detail

      • getCell

        public final Cell getCell()
      • getTheirStart

        public final long getTheirStart()
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object