org.apache.spark.sql.store

StoreUtils

object StoreUtils extends Logging

Linear Supertypes
Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StoreUtils
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val BUCKETS: String

  7. val COLOCATE_WITH: String

  8. val EMPTY_STRING: String

  9. val EVICTION_BY: String

  10. val EXPIRE: String

  11. val GEM_BUCKETS: String

  12. val GEM_COLOCATE_WITH: String

  13. val GEM_EVICTION_BY: String

  14. val GEM_EXPIRE: String

  15. val GEM_HEAPPERCENT: String

  16. val GEM_INDEXED_TABLE: String

  17. val GEM_MAXPARTSIZE: String

  18. val GEM_OFFHEAP: String

  19. val GEM_OVERFLOW: String

  20. val GEM_PARTITION_BY: String

  21. val GEM_PERSISTENT: String

  22. val GEM_RECOVERYDELAY: String

  23. val GEM_REDUNDANCY: String

  24. val GEM_REPLICATE: String

  25. val GEM_SERVER_GROUPS: String

  26. val LRUCOUNT: String

  27. val MAXPARTSIZE: String

  28. val NONE: String

  29. val OFFHEAP: String

  30. val OVERFLOW: String

  31. val PARTITION_BY: String

  32. val PERSISTENT: String

  33. val PRIMARY_KEY: String

  34. val RECOVERYDELAY: String

  35. val REDUNDANCY: String

  36. val REPLICATE: String

  37. val SERVER_GROUPS: String

  38. val SHADOW_COLUMN: String

  39. val SHADOW_COLUMN_NAME: String

  40. def appendClause(sb: StringBuilder, getClause: () ⇒ String): Unit

  41. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  42. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def ddlExtensionString(parameters: Map[String, String], isRowTable: Boolean, isShadowTable: Boolean): String

  44. val ddlOptions: Seq[String]

  45. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  47. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  49. def getPartitioningColumn(parameters: Map[String, String]): Seq[String]

  50. def getPartitionsPartitionedTable(sc: SparkContext, tableName: String, schema: String, blockMap: Map[InternalDistributedMember, BlockManagerId]): Array[Partition]

  51. def getPartitionsReplicatedTable(sc: SparkContext, tableName: String, schema: String, blockMap: Map[InternalDistributedMember, BlockManagerId]): Array[Partition]

  52. def getPrimaryKeyClause(parameters: Map[String, String], schema: StructType, context: SQLContext): String

  53. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  54. def initStore(sqlContext: SQLContext, table: String, schema: Option[StructType], partitions: Int, connProperties: ConnectionProperties): Map[InternalDistributedMember, BlockManagerId]

  55. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  56. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  57. def log: Logger

    Attributes
    protected
    Definition Classes
    Logging
  58. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  59. def logDebug(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  60. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  61. def logError(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  62. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  63. def logInfo(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  64. def logName: String

    Attributes
    protected
    Definition Classes
    Logging
  65. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  66. def logTrace(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  67. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  68. def logWarning(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  69. def lookupName(tableName: String, schema: String): String

  70. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  71. final def notify(): Unit

    Definition Classes
    AnyRef
  72. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  73. val pkDisallowdTypes: Seq[Serializable with AbstractDataType]

  74. def removeCachedObjects(sqlContext: SQLContext, table: String, numPartitions: Int, registerDestroy: Boolean = false): Unit

  75. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  76. def toString(): String

    Definition Classes
    AnyRef → Any
  77. def validateConnProps(parameters: Map[String, String]): Unit

  78. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped