Interface Space


public interface Space
  • Field Details

    • ZERO_UUID

      static final UUID ZERO_UUID
  • Method Details

    • getUUID

      UUID getUUID()
    • getLabel

      String getLabel()
    • getSize

      long getSize()
    • getFree

      long getFree()
    • getVolume

      Volume getVolume()
    • getPath

      Path getPath()
    • isMounted

      boolean isMounted()
    • isShared

      boolean isShared()
    • getOwner

      default UserPrincipal getOwner()
    • getGroup

      default GroupPrincipal getGroup()
    • isValid

      default boolean isValid()