Class OperationImpl<I extends Item>

    • Field Detail

      • originIndex

        protected int originIndex
      • opType

        protected OpType opType
      • item

        protected I extends Item item
      • srcPath

        protected java.lang.String srcPath
      • dstPath

        protected java.lang.String dstPath
      • nodeAddr

        protected volatile java.lang.String nodeAddr
      • reqTimeStart

        protected volatile long reqTimeStart
      • reqTimeDone

        protected volatile long reqTimeDone
      • respTimeStart

        protected volatile long respTimeStart
      • respTimeDone

        protected volatile long respTimeDone
      • STRB

        protected static final java.lang.ThreadLocal<java.lang.StringBuilder> STRB
    • Constructor Detail

      • OperationImpl

        public OperationImpl()
      • OperationImpl

        public OperationImpl​(int originIndex,
                             OpType opType,
                             I item,
                             java.lang.String srcPath,
                             java.lang.String dstPath,
                             Credential credential)