Class TgRemoteLobTempFile

    • Constructor Summary

      Constructors 
      Constructor Description
      TgRemoteLobTempFile​(com.tsurugidb.tsubakuro.common.LargeObjectInfo lowLargeObjectInfo, java.nio.file.Path path)
      Creates a new instance.
    • Constructor Detail

      • TgRemoteLobTempFile

        public TgRemoteLobTempFile​(com.tsurugidb.tsubakuro.common.LargeObjectInfo lowLargeObjectInfo,
                                   java.nio.file.Path path)
        Creates a new instance.
        Parameters:
        lowLargeObjectInfo - low-level LargeObjectInfo
        path - path
    • Method Detail

      • close

        @OverridingMethodsMustInvokeSuper
        public void close​(long timeoutNanos)
                   throws java.io.IOException
        Description copied from interface: IceaxeTimeoutCloseable
        Closes this resource.
        Specified by:
        close in interface IceaxeTimeoutCloseable
        Overrides:
        close in class TgRemoteLobInfo
        Parameters:
        timeoutNanos - close timeout
        Throws:
        java.io.IOException