Class Operation

  • Direct Known Subclasses:
    DeleteOperation, InsertOperation

    public abstract class Operation
    extends java.lang.Object
    Operation represents the data changes of the server.
    • Constructor Detail

      • Operation

        public Operation​(Operation.OperationType operationType,
                         java.lang.String storageGroup,
                         long startIndex,
                         long endIndex)
    • Method Detail

      • getOperationTypeName

        public java.lang.String getOperationTypeName()
      • getStartIndex

        public long getStartIndex()
      • getEndIndex

        public long getEndIndex()
      • getStorageGroup

        public java.lang.String getStorageGroup()
      • getDataCount

        public long getDataCount()
      • toString

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