Class TmpfsOptions

    • Constructor Detail

      • TmpfsOptions

        public TmpfsOptions()
    • Method Detail

      • sizeBytes

        @Nullable
        public abstract java.lang.Long sizeBytes()
      • mode

        @Nullable
        public abstract java.lang.Integer mode()
        The mode and permission bits.
      • create

        static TmpfsOptions create​(java.lang.Long sizeBytes,
                                   java.lang.Integer mode)