Interface TokenOperation<I extends TokenItem>
-
- All Superinterfaces:
Operation<I>
- All Known Implementing Classes:
TokenOperationImpl
public interface TokenOperation<I extends TokenItem> extends Operation<I>
Created by kurila on 11.07.16.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.emc.mongoose.base.item.op.Operation
Operation.Status
-
-
Field Summary
-
Fields inherited from interface com.emc.mongoose.base.item.op.Operation
SLASH, START_OFFSET_MICROS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcountBytesDone()voidcountBytesDone(long n)Iitem()longrespDataTimeStart()voidstartDataResponse()-
Methods inherited from interface com.emc.mongoose.base.item.op.Operation
buildItemPath, credential, credential, dstPath, dstPath, duration, finishRequest, finishResponse, latency, nodeAddr, nodeAddr, originIndex, reqTimeDone, reqTimeStart, reset, respTimeDone, respTimeStart, result, srcPath, srcPath, startRequest, startResponse, status, status, type
-
-