Package | Description |
---|---|
com.ibm.cloud.objectstorage.http | |
com.ibm.cloud.objectstorage.http.timers.client |
Modifier and Type | Method and Description |
---|---|
ClientExecutionAbortTrackerTask |
ExecutionContext.getClientExecutionTrackerTask() |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionContext.setClientExecutionTrackerTask(ClientExecutionAbortTrackerTask clientExecutionTrackerTask) |
Modifier and Type | Class and Description |
---|---|
class |
ClientExecutionAbortTrackerTaskImpl
Keeps track of the scheduled
ClientExecutionAbortTask and the associated Future |
class |
NoOpClientExecutionAbortTrackerTask
Dummy implementation of
ClientExecutionAbortTrackerTask used when the timer is disabled
for a request |
Modifier and Type | Method and Description |
---|---|
ClientExecutionAbortTrackerTask |
ClientExecutionTimer.startTimer(int clientExecutionTimeoutMillis)
Start the timer with the specified timeout and return a object that can be used to track the
state of the timer and cancel it if need be.
|
Copyright © 2024. All rights reserved.