类 ExternalCheckpointManager 继承自 java.ExternalCheckpointManager
线性超类型
排序
- 按字母顺序
- 按继承关系
继承成员
- ExternalCheckpointManager
- ExternalCheckpointManager
- AnyRef
- Any
- 隐藏全部
- 显示全部
可见性
- 公共
- 全部
实例构造函数
- new ExternalCheckpointManager(checkpointPath: String, fs: FileSystem)
值成员
-
final def !=(arg0: Any): Boolean
- 定义类
- AnyRef 到 Any
-
final def ##(): Int
- 定义类
- AnyRef 到 Any
-
final def ==(arg0: Any): Boolean
- 定义类
- AnyRef 到 Any
-
final def asInstanceOf[T0]: T0
- 定义类
- Any
- def cleanPath(): Unit
- def cleanUpHigherVersions(currentRound: Int): Unit
-
def clone(): AnyRef
- 属性
- protected[lang]
- 定义类
- AnyRef
- 注解
- @throws( ... ) @native()
-
final def eq(arg0: AnyRef): Boolean
- 定义类
- AnyRef
-
def equals(arg0: Any): Boolean
- 定义类
- AnyRef 到 Any
-
def finalize(): Unit
- 属性
- protected[lang]
- 定义类
- AnyRef
- 注解
- @throws( classOf[java.lang.Throwable] )
- def getCheckpointRounds(firstRound: Int, checkpointInterval: Int, numOfRounds: Int): List[Integer]
-
final def getClass(): Class[_]
- 定义类
- AnyRef 到 Any
- 注解
- @native()
-
def hashCode(): Int
- 定义类
- AnyRef 到 Any
- 注解
- @native()
-
final def isInstanceOf[T0]: Boolean
- 定义类
- Any
- def loadCheckpointAsBooster(): java.Booster
- def loadCheckpointAsScalaBooster(): Booster
-
final def ne(arg0: AnyRef): Boolean
- 定义类
- AnyRef
-
final def notify(): Unit
- 定义类
- AnyRef
- 注解
- @native()
-
final def notifyAll(): Unit
- 定义类
- AnyRef
- 注解
- @native()
-
final def synchronized[T0](arg0: ⇒ T0): T0
- 定义类
- AnyRef
-
def toString(): String
- 定义类
- AnyRef 到 Any
- def updateCheckpoint(booster: Booster): Unit
- def updateCheckpoint(boosterToCheckpoint: java.Booster): Unit
-
final def wait(): Unit
- 定义类
- AnyRef
- 注解
- @throws( ... )
-
final def wait(arg0: Long, arg1: Int): Unit
- 定义类
- AnyRef
- 注解
- @throws( ... )
-
final def wait(arg0: Long): Unit
- 定义类
- AnyRef
- 注解
- @throws( ... ) @native()