final class About extends AnyRef
About.
- Alphabetic
- By Inheritance
- About
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new About()
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
-
def
adamVersion(): String
Return the ADAM compile scope dependency version.
Return the ADAM compile scope dependency version.
- returns
the ADAM compile scope dependency version
-
def
artifactId(): String
Return the artifact id.
Return the artifact id.
- returns
the artifact id
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
buildTimestamp(): String
Return the build timestamp.
Return the build timestamp.
- returns
the build timestamp
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
commit(): String
Return the last commit.
Return the last commit.
- returns
the last commit
-
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
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isSnapshot(): Boolean
Return true if the Cannoli version is a snapshot.
Return true if the Cannoli version is a snapshot.
- returns
true if the Cannoli version is a snapshot
-
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
scalaVersion(): String
Return the Scala compile scope dependency version.
Return the Scala compile scope dependency version.
- returns
the Scala compile scope dependency version
-
def
sparkVersion(): String
Return the Apache Spark compile scope dependency version.
Return the Apache Spark compile scope dependency version.
- returns
the Apache Spark compile scope dependency version
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
version(): String
Return the Cannoli version.
Return the Cannoli version.
- returns
the Cannoli version
-
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()