Packages

c

ml.combust.mleap.runtime.javadsl

LeapFrameBuilder

class LeapFrameBuilder extends AnyRef

Created by hollinwilkins on 4/21/17.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LeapFrameBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LeapFrameBuilder()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def createBasicBoolean(): BasicType
  7. def createBasicByte(): BasicType
  8. def createBasicByteString(): BasicType
  9. def createBasicDouble(): BasicType
  10. def createBasicFloat(): BasicType
  11. def createBasicInt(): BasicType
  12. def createBasicLong(): BasicType
  13. def createBasicShort(): BasicType
  14. def createBasicString(): BasicType
  15. def createBoolean(isNullable: Boolean): ScalarType
  16. def createBoolean(): ScalarType
  17. def createByte(isNullable: Boolean): ScalarType
  18. def createByte(): ScalarType
  19. def createByteString(isNullable: Boolean): ScalarType
  20. def createByteString(): ScalarType
  21. def createDouble(isNullable: Boolean): ScalarType
  22. def createDouble(): ScalarType
  23. def createField(name: String, dt: DataType): StructField
  24. def createFloat(isNullable: Boolean): ScalarType
  25. def createFloat(): ScalarType
  26. def createFrame(schema: StructType, rows: Iterable[frame.Row]): frame.DefaultLeapFrame
  27. def createInt(isNullable: Boolean): ScalarType
  28. def createInt(): ScalarType
  29. def createList(base: BasicType, isNullable: Boolean): ListType
  30. def createList(base: BasicType): ListType
  31. def createLong(isNullable: Boolean): ScalarType
  32. def createLong(): ScalarType
  33. def createRow(value: Any, values: <repeated...>[AnyRef]): frame.Row
  34. def createRowFromIterable(values: Iterable[AnyRef]): frame.Row
  35. def createSchema(json: String): StructType
  36. def createSchema(fields: Iterable[StructField]): StructType
  37. def createShort(isNullable: Boolean): ScalarType
  38. def createShort(): ScalarType
  39. def createString(isNullable: Boolean): ScalarType
  40. def createString(): ScalarType
  41. def createTensor(base: BasicType, dims: List[Integer], isNullable: Boolean): TensorType
  42. def createTensor(base: BasicType, isNullable: Boolean): TensorType
  43. def createTensor(base: BasicType): TensorType
  44. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  46. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  47. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  48. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  49. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped