跳到主要内容
版本:v3.0.x

shutdownGracefully()

Closes the current Volume storage session and releases its resources.

Java
public void shutdownGracefully()

RETURNS:

void

This operation does not return a value.

EXCEPTIONS:

  • Exception

    Raised when request validation, transport, or server execution fails. Inspect the exception message for the exact failure reason.

Example

Java
manager.shutdownGracefully();