Package 

Annotation DefaultDiskStorage.FileType

  • All Implemented Interfaces:
    java.lang.annotation.Annotation

    
    public @interface DefaultDiskStorage.FileType
    
                        

    Categories for the different internal files a ShardedDiskStorage maintains. CONTENT: the filethat has the content TEMP: temporal files, used to write the content until they are switched toCONTENT files

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String CONTENT
      public final static String TEMP
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait