Class MVTempResult.CloseImpl

  • All Implemented Interfaces:
    java.lang.AutoCloseable
    Enclosing class:
    MVTempResult

    private static final class MVTempResult.CloseImpl
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String fileName
      File name.
      private MVStore store
      MVStore.
    • Constructor Summary

      Constructors 
      Constructor Description
      CloseImpl​(MVStore store, java.lang.String fileName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • store

        private final MVStore store
        MVStore.
      • fileName

        private final java.lang.String fileName
        File name.
    • Constructor Detail

      • CloseImpl

        CloseImpl​(MVStore store,
                  java.lang.String fileName)
    • Method Detail

      • close

        public void close()
                   throws java.lang.Exception
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception