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 REMOVE_FUNCTION_JAR: Value

    Permalink
  10. val REMOVE_LOADER_WITH_REPL: Value

    Permalink
  11. val REMOVE_URIS_FROM_CLASSLOADER: Value

    Permalink
  12. val UPDATE_CATALOG_SCHEMA_VERSION: Value

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  17. object ValueSet extends Serializable

    Permalink
    Definition Classes
    Enumeration
  18. final def apply(x: Int): Value

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

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

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

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

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

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

    Permalink
  25. def executeOnAll(sc: SparkContext, action: Type, args: Any, executeInConnector: Boolean = true): 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.

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

    Permalink

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

  27. def finalize(): Unit

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  36. final def maxId: Int

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

    Permalink
    Definition Classes
    AnyRef
  38. var nextId: Int

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. 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