Package

com.intel.analytics.zoo.feature

pmem

Permalink

package pmem

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait DataStrategy extends AnyRef

    Permalink
  2. class FixLenBytesArray extends NativeArray[Array[Byte]]

    Permalink
  3. class FloatArray extends NativeArray[Float]

    Permalink

    An float array with fixed size stored in native memory.

  4. sealed trait MemoryType extends AnyRef

    Permalink
  5. abstract class NativeArray[T] extends AnyRef

    Permalink

  6. class VarLenBytesArray extends NativeVarLenArray[Byte]

    Permalink
  7. class VarLenFloatsArray extends NativeVarLenArray[Float]

    Permalink

Value Members

  1. object DIRECT extends MemoryType with Product with Serializable

    Permalink
  2. object DRAM extends MemoryType with Product with Serializable

    Permalink
  3. object FloatArray

    Permalink
  4. object MemoryAllocator

    Permalink
  5. object MemoryType

    Permalink
  6. object NativeArray

    Permalink
  7. object PARTITIONED extends DataStrategy with Product with Serializable

    Permalink
  8. object PMEM extends MemoryType with Product with Serializable

    Permalink
  9. object PmemFeatureSet

    Permalink
  10. object REPLICATED extends DataStrategy with Product with Serializable

    Permalink
  11. object SparkPersistentMemoryAlocator

    Permalink
  12. object VarLenFloatsArray

    Permalink

Ungrouped