class AlluxioFS extends AnyRef
interfaces for Alluxio file system. Currently contains interfaces: get mount points mount
- Alphabetic
- By Inheritance
- AlluxioFS
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new AlluxioFS()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getExistingMountPoints(): Map[String, String]
Get S3 mount points by Alluxio client
Get S3 mount points by Alluxio client
- returns
mount points map, key of map is Alluxio path, value of map is S3 path. E.g.: returns a map: {'/bucket_1': 's3://bucket_1'}
- def getMasterHostAndPort(): Option[String]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mount(alluxioPath: String, s3Path: String): Unit
Mount an S3 path to Alluxio
Mount an S3 path to Alluxio
- alluxioPath
Alluxio path
- s3Path
S3 path
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def setHostAndPort(masterHost: String, masterPort: Int): Unit
- def setUserAndKeys(alluxioUser: String, s3AccessKey: Option[String], s3SecretKey: Option[String]): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()