Packages

c

com.johnsnowlabs.nlp.annotators.resolution.util

StructFeature_HadoopFix

class StructFeature_HadoopFix[TValue] extends StructFeature[TValue]

Linear Supertypes
StructFeature[TValue], Feature[TValue, TValue, TValue], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructFeature_HadoopFix
  2. StructFeature
  3. Feature
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StructFeature_HadoopFix(model: HasFeatures, name: String)(implicit arg0: ClassTag[TValue])

Type Members

  1. implicit class BoolToOption extends AnyRef
  2. implicit class ToLocalPath extends AnyRef

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. final var broadcastValue: Option[Broadcast[TValue]]
    Attributes
    protected
    Definition Classes
    Feature
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def deserialize(spark: SparkSession, path: String, field: String): Option[_]
    Definition Classes
    Feature
  8. def deserializeDataset(spark: SparkSession, path: String, field: String): Option[TValue]
    Definition Classes
    StructFeature → Feature
  9. def deserializeObject(spark: SparkSession, path: String, field: String): Option[TValue]
    Definition Classes
    StructFeature_HadoopFix → StructFeature → Feature
  10. def deserializeObjectLegacyModels(spark: SparkSession, path: String, field: String): Option[TValue]
  11. def deserializeWithFallback[ObjectType](spark: SparkSession, path: String)(implicit arg0: ClassTag[ObjectType]): RDD[ObjectType]
    Attributes
    protected
    Definition Classes
    Feature
  12. implicit val encoder: Encoder[TValue]
    Definition Classes
    StructFeature
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. final var fallbackLazyValue: Option[() ⇒ TValue]
    Attributes
    protected
    Definition Classes
    Feature
  16. final var fallbackRawValue: Option[TValue]
    Attributes
    protected
    Definition Classes
    Feature
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def fixDeserialize[T](bytes: Array[Byte], loader: ClassLoader): T
  19. final def get: Option[TValue]
    Definition Classes
    Feature
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def getFieldPath(path: String, field: String): Path
    Attributes
    protected
    Definition Classes
    Feature
  22. final def getOrDefault: TValue
    Definition Classes
    Feature
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final var isProtected: Boolean
    Attributes
    protected
    Definition Classes
    Feature
  26. final def isSet: Boolean
    Definition Classes
    Feature
  27. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    Feature
  28. val model: HasFeatures
  29. val name: String
    Definition Classes
    StructFeature_HadoopFix → StructFeature → Feature
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def orDefault: Option[TValue]
    Definition Classes
    Feature
  34. final var rawValue: Option[TValue]
    Attributes
    protected
    Definition Classes
    Feature
  35. def resolveCustomLegacyClasses(osc: ObjectStreamClass): ObjectStreamClass
    Attributes
    protected
    Definition Classes
    Feature
  36. val serializationMode: String
    Definition Classes
    Feature
  37. final def serialize(spark: SparkSession, path: String, field: String, value: TValue): Unit
    Definition Classes
    Feature
  38. def serializeDataset(spark: SparkSession, path: String, field: String, value: TValue): Unit
    Definition Classes
    StructFeature → Feature
  39. final def serializeInfer(spark: SparkSession, path: String, field: String, value: Any): Unit
    Definition Classes
    Feature
  40. def serializeObject(spark: SparkSession, path: String, field: String, value: TValue): Unit
    Definition Classes
    StructFeature_HadoopFix → StructFeature → Feature
  41. def setFallback(v: Option[() ⇒ TValue]): HasFeatures
    Definition Classes
    Feature
  42. final def setProtected(): StructFeature_HadoopFix.this.type
    Definition Classes
    Feature
  43. final def setValue(value: Option[Any]): HasFeatures
    Definition Classes
    Feature
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. val useBroadcast: Boolean
    Definition Classes
    Feature
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from StructFeature[TValue]

Inherited from Feature[TValue, TValue, TValue]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped