Trait

org.apache.mxnet

MXKVStoreUpdater

Related Doc: package mxnet

Permalink

trait MXKVStoreUpdater extends NativeResource

Linear Supertypes
NativeResource, WarnIfNotDisposed, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MXKVStoreUpdater
  2. NativeResource
  3. WarnIfNotDisposed
  4. AutoCloseable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def update(key: Int, recv: NDArray, local: NDArray): Unit

    Permalink

    user-defined updater for the kvstore It's this updater's responsibility to delete recv and local

    user-defined updater for the kvstore It's this updater's responsibility to delete recv and local

    key

    the key

    recv

    the pushed value on this key

    local

    the value stored on local on this key

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val bytesAllocated: Long

    Permalink

    Off-Heap Bytes Allocated for this object

    Off-Heap Bytes Allocated for this object

    Definition Classes
    MXKVStoreUpdater → NativeResource
  6. def clone(): AnyRef

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

    Permalink
    Definition Classes
    NativeResource → AutoCloseable
  8. val creationTrace: Option[Array[StackTraceElement]]

    Permalink
    Attributes
    protected
    Definition Classes
    WarnIfNotDisposed
  9. def dispose(): Unit

    Permalink
    Definition Classes
    NativeResource
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    WarnIfNotDisposed → AnyRef
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. def isDisposed: Boolean

    Permalink
    Definition Classes
    NativeResource → WarnIfNotDisposed
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def logDisposeWarning(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    WarnIfNotDisposed
  18. def nativeAddress: CPtrAddress

    Permalink

    native Address associated with this object

    native Address associated with this object

    Definition Classes
    MXKVStoreUpdater → NativeResource
  19. def nativeDeAllocator: (CPtrAddress) ⇒ Int

    Permalink

    Function Pointer to the NativeDeAllocator of nativeAddress

    Function Pointer to the NativeDeAllocator of nativeAddress

    Definition Classes
    MXKVStoreUpdater → NativeResource
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. val ref: NativeResourceRef

    Permalink

    Call NativeResource.register to get the reference

    Call NativeResource.register to get the reference

    Definition Classes
    MXKVStoreUpdater → NativeResource
  24. def register(): NativeResourceRef

    Permalink

    Register this object for PhantomReference tracking and in ResourceScope if used inside ResourceScope.

    Register this object for PhantomReference tracking and in ResourceScope if used inside ResourceScope.

    returns

    NativeResourceRef that tracks reachability of this object using PhantomReference

    Definition Classes
    NativeResource
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. def tracingEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    WarnIfNotDisposed
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from NativeResource

Inherited from WarnIfNotDisposed

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped