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() @HotSpotIntrinsicCandidate()
  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 createMap(key: BasicType, base: BasicType, isNullable: Boolean): MapType
  34. def createMap(key: BasicType, base: BasicType): MapType
  35. def createRow(value: Any, values: <repeated...>[AnyRef]): frame.Row
  36. def createRowFromIterable(values: Iterable[AnyRef]): frame.Row
  37. def createSchema(json: String): StructType
  38. def createSchema(fields: Iterable[StructField]): StructType
  39. def createShort(isNullable: Boolean): ScalarType
  40. def createShort(): ScalarType
  41. def createString(isNullable: Boolean): ScalarType
  42. def createString(): ScalarType
  43. def createTensor(base: BasicType, dims: List[Integer], isNullable: Boolean): TensorType
  44. def createTensor(base: BasicType, isNullable: Boolean): TensorType
  45. def createTensor(base: BasicType): TensorType
  46. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  48. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  49. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  50. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  53. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  54. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  55. def toString(): String
    Definition Classes
    AnyRef → Any
  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()
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped