public class ActiveOperationContext extends Object
| Constructor and Description |
|---|
ActiveOperationContext(long operationId,
S3AStatisticsContext statisticsContext,
BulkOperationState bulkOperationState) |
| Modifier and Type | Method and Description |
|---|---|
BulkOperationState |
getBulkOperationState() |
long |
getOperationId() |
S3AStatisticsContext |
getS3AStatisticsContext() |
protected static long |
newOperationId()
Create an operation ID.
|
String |
toString() |
public ActiveOperationContext(long operationId,
S3AStatisticsContext statisticsContext,
@Nullable
BulkOperationState bulkOperationState)
@Nullable public BulkOperationState getBulkOperationState()
public long getOperationId()
public S3AStatisticsContext getS3AStatisticsContext()
protected static long newOperationId()
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.