Object

org.apache.spark.sql.execution

RefreshMetadata

Related Doc: package execution

Permalink

object RefreshMetadata extends Enumeration with Function with GetFunctionMembers

Annotations
@SerialVersionUID()
Linear Supertypes
GetFunctionMembers, Function, Identifiable[String], Enumeration, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RefreshMetadata
  2. GetFunctionMembers
  3. Function
  4. Identifiable
  5. Enumeration
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Type = Value

    Permalink
  2. class Val extends Value with Serializable

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  3. abstract class Value extends Ordered[Value] with Serializable

    Permalink
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  4. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable

    Permalink
    Definition Classes
    Enumeration

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. val ADD_URIS_TO_CLASSLOADER: Value

    Permalink
  5. val CLEAR_CODEGEN_CACHE: Value

    Permalink
  6. val FLUSH_ROW_BUFFER: Value

    Permalink
  7. val ID: String

    Permalink
  8. val REMOVE_CACHED_OBJECTS: Value

    Permalink
  9. val SET_RELATION_DESTROY: Value

    Permalink
  10. final def Value(i: Int, name: String): Value

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  11. final def Value(name: String): Value

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  12. final def Value(i: Int): Value

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  13. final def Value: Value

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  14. final def apply(x: Int): Value

    Permalink
    Definition Classes
    Enumeration
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def execute(context: FunctionContext): Unit

    Permalink
    Definition Classes
    RefreshMetadata → Function
  20. def executeLocal(action: Type, args: Any): Unit

    Permalink
  21. def executeOnAll(sc: SparkContext, action: Type, args: Any, executeInConnector: Boolean = true, executeLocallyInConnector: Boolean = false): Unit

    Permalink

    Execute on all members of the cluster excluding locators.

    Execute on all members of the cluster excluding locators. An optional argument specifies whether execution has to be done in connector mode or not.

  22. def executeOnAllEmbedded(action: Type, args: Any): Unit

    Permalink

    EMBEDDED MODE ONLY: Execute on all members of the embedded cluster excluding locators.

  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def getId(): String

    Permalink
    Definition Classes
    RefreshMetadata → Function → Identifiable
  26. def getMembers(): Set[DistributedMember]

    Permalink
    Definition Classes
    RefreshMetadata → GetFunctionMembers
  27. def getServerGroups(): Set[String]

    Permalink
    Definition Classes
    RefreshMetadata → GetFunctionMembers
  28. def hasResult(): Boolean

    Permalink
    Definition Classes
    RefreshMetadata → Function
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. def isHA(): Boolean

    Permalink
    Definition Classes
    RefreshMetadata → Function
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. final def maxId: Int

    Permalink
    Definition Classes
    Enumeration
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. var nextId: Int

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  35. var nextName: Iterator[String]

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  36. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  38. def optimizeForWrite(): Boolean

    Permalink
    Definition Classes
    RefreshMetadata → Function
  39. def postExecutionCallback(): Unit

    Permalink
    Definition Classes
    RefreshMetadata → GetFunctionMembers
  40. def readResolve(): AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  41. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Enumeration → AnyRef → Any
  43. def values: ValueSet

    Permalink
    Definition Classes
    Enumeration
  44. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def withName(s: String): Value

    Permalink
    Definition Classes
    Enumeration

Inherited from GetFunctionMembers

Inherited from Function

Inherited from Identifiable[String]

Inherited from Enumeration

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped