com.tuplejump.snackfs

SnackFS

case class SnackFS() extends FileSystem with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, FileSystem, Closeable, AutoCloseable, Configured, Configurable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SnackFS
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. FileSystem
  7. Closeable
  8. AutoCloseable
  9. Configured
  10. Configurable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SnackFS()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def append(path: Path, bufferSize: Int, progress: Progressable): FSDataOutputStream

    Definition Classes
    SnackFS → FileSystem
  7. def append(arg0: Path, arg1: Int): FSDataOutputStream

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  8. def append(arg0: Path): FSDataOutputStream

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def checkPath(arg0: Path): Unit

    Attributes
    protected[org.apache.hadoop.fs]
    Definition Classes
    FileSystem
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def close(): Unit

    Definition Classes
    FileSystem → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  13. def completeLocalOutput(arg0: Path, arg1: Path): Unit

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  14. def copyFromLocalFile(arg0: Boolean, arg1: Boolean, arg2: Path, arg3: Path): Unit

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  15. def copyFromLocalFile(arg0: Boolean, arg1: Boolean, arg2: Array[Path], arg3: Path): Unit

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  16. def copyFromLocalFile(arg0: Boolean, arg1: Path, arg2: Path): Unit

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  17. def copyFromLocalFile(arg0: Path, arg1: Path): Unit

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  18. def copyToLocalFile(arg0: Boolean, arg1: Path, arg2: Path): Unit

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  19. def copyToLocalFile(arg0: Path, arg1: Path): Unit

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  20. def create(filePath: Path, permission: FsPermission, overwrite: Boolean, bufferSize: Int, replication: Short, blockSize: Long, progress: Progressable): FSDataOutputStream

    Definition Classes
    SnackFS → FileSystem
  21. def create(arg0: Path, arg1: Boolean, arg2: Int, arg3: Short, arg4: Long, arg5: Progressable): FSDataOutputStream

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  22. def create(arg0: Path, arg1: Boolean, arg2: Int, arg3: Short, arg4: Long): FSDataOutputStream

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  23. def create(arg0: Path, arg1: Boolean, arg2: Int, arg3: Progressable): FSDataOutputStream

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  24. def create(arg0: Path, arg1: Boolean, arg2: Int): FSDataOutputStream

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  25. def create(arg0: Path, arg1: Short, arg2: Progressable): FSDataOutputStream

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  26. def create(arg0: Path, arg1: Short): FSDataOutputStream

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  27. def create(arg0: Path, arg1: Progressable): FSDataOutputStream

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  28. def create(arg0: Path, arg1: Boolean): FSDataOutputStream

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  29. def create(arg0: Path): FSDataOutputStream

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  30. def createNewFile(arg0: Path): Boolean

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  31. def delete(p1: Path): Boolean

    Definition Classes
    SnackFS → FileSystem
  32. def delete(path: Path, isRecursive: Boolean): Boolean

    Definition Classes
    SnackFS → FileSystem
  33. def deleteOnExit(arg0: Path): Boolean

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  34. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. def exists(arg0: Path): Boolean

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  36. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. def getCanonicalServiceName(): String

    Definition Classes
    FileSystem
  38. def getCanonicalUri(): URI

    Attributes
    protected[org.apache.hadoop.fs]
    Definition Classes
    FileSystem
  39. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  40. def getConf(): Configuration

    Definition Classes
    Configured → Configurable
  41. def getContentSummary(arg0: Path): ContentSummary

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  42. def getDefaultBlockSize(): Long

    Definition Classes
    SnackFS → FileSystem
  43. def getDefaultPort(): Int

    Attributes
    protected[org.apache.hadoop.fs]
    Definition Classes
    FileSystem
  44. def getDefaultReplication(): Short

    Definition Classes
    FileSystem
  45. def getDelegationToken(arg0: String): Token[_]

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  46. def getFileBlockLocations(file: FileStatus, start: Long, len: Long): Array[BlockLocation]

    Definition Classes
    SnackFS → FileSystem
  47. def getFileBlockLocations(path: Path, start: Long, len: Long): Array[BlockLocation]

  48. def getFileChecksum(arg0: Path): FileChecksum

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  49. def getFileStatus(path: Path): FileStatus

    Definition Classes
    SnackFS → FileSystem
  50. def getHomeDirectory(): Path

    Definition Classes
    FileSystem
  51. def getUri(): URI

    Definition Classes
    SnackFS → FileSystem
  52. def getUsed(): Long

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  53. def getWorkingDirectory(): Path

    Definition Classes
    SnackFS → FileSystem
  54. def globStatus(arg0: Path, arg1: PathFilter): Array[FileStatus]

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  55. def globStatus(arg0: Path): Array[FileStatus]

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  56. def initialize(uri: URI, configuration: Configuration): Unit

    Definition Classes
    SnackFS → FileSystem
  57. def isFile(arg0: Path): Boolean

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  58. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  59. def listStatus(path: Path): Array[FileStatus]

    Definition Classes
    SnackFS → FileSystem
  60. def listStatus(arg0: Array[Path], arg1: PathFilter): Array[FileStatus]

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  61. def listStatus(arg0: Array[Path]): Array[FileStatus]

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  62. def listStatus(arg0: Path, arg1: PathFilter): Array[FileStatus]

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  63. def makeQualified(arg0: Path): Path

    Definition Classes
    FileSystem
  64. def mkdirs(path: Path, permission: FsPermission): Boolean

    Definition Classes
    SnackFS → FileSystem
  65. def mkdirs(arg0: Path): Boolean

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  66. def moveFromLocalFile(arg0: Path, arg1: Path): Unit

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  67. def moveFromLocalFile(arg0: Array[Path], arg1: Path): Unit

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  68. def moveToLocalFile(arg0: Path, arg1: Path): Unit

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  69. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  70. final def notify(): Unit

    Definition Classes
    AnyRef
  71. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  72. def open(path: Path, bufferSize: Int): FSDataInputStream

    Definition Classes
    SnackFS → FileSystem
  73. def open(arg0: Path): FSDataInputStream

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  74. def processDeleteOnExit(): Unit

    Attributes
    protected[org.apache.hadoop.fs]
    Definition Classes
    FileSystem
  75. val processId: UUID

  76. def rename(src: Path, dst: Path): Boolean

    Definition Classes
    SnackFS → FileSystem
  77. def setConf(arg0: Configuration): Unit

    Definition Classes
    Configured → Configurable
  78. def setOwner(arg0: Path, arg1: String, arg2: String): Unit

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  79. def setPermission(arg0: Path, arg1: FsPermission): Unit

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  80. def setReplication(arg0: Path, arg1: Short): Boolean

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  81. def setTimes(arg0: Path, arg1: Long, arg2: Long): Unit

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  82. def setVerifyChecksum(arg0: Boolean): Unit

    Definition Classes
    FileSystem
  83. def setWorkingDirectory(newDir: Path): Unit

    Definition Classes
    SnackFS → FileSystem
  84. def startLocalOutput(arg0: Path, arg1: Path): Path

    Definition Classes
    FileSystem
    Annotations
    @throws( classOf[java.io.IOException] )
  85. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  86. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  87. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  88. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def createNonRecursive(arg0: Path, arg1: FsPermission, arg2: Boolean, arg3: Int, arg4: Short, arg5: Long, arg6: Progressable): FSDataOutputStream

    Definition Classes
    FileSystem
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def createNonRecursive(arg0: Path, arg1: Boolean, arg2: Int, arg3: Short, arg4: Long, arg5: Progressable): FSDataOutputStream

    Definition Classes
    FileSystem
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def getBlockSize(arg0: Path): Long

    Definition Classes
    FileSystem
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def getLength(arg0: Path): Long

    Definition Classes
    FileSystem
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def getName(): String

    Definition Classes
    FileSystem
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def getReplication(arg0: Path): Short

    Definition Classes
    FileSystem
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. def isDirectory(arg0: Path): Boolean

    Definition Classes
    FileSystem
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from FileSystem

Inherited from Closeable

Inherited from AutoCloseable

Inherited from Configured

Inherited from Configurable

Inherited from AnyRef

Inherited from Any

Ungrouped