Class

io.snappydata.sql.catalog.impl

StoreHiveCatalog

Related Doc: package impl

Permalink

class StoreHiveCatalog extends ExternalCatalog with Logging

Linear Supertypes
Logging, ExternalCatalog, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StoreHiveCatalog
  2. Logging
  3. ExternalCatalog
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StoreHiveCatalog()

    Permalink

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def catalogSchemaName(): String

    Permalink
    Definition Classes
    StoreHiveCatalog → ExternalCatalog
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(): Unit

    Permalink
    Definition Classes
    StoreHiveCatalog → ExternalCatalog
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def fillCatalogMetadata(operation: Int, request: CatalogMetadataRequest, result: CatalogMetadataDetails): LocalRegion

    Permalink
    Definition Classes
    StoreHiveCatalog → ExternalCatalog
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def getAllHiveEntries(): List[AnyRef]

    Permalink
    Definition Classes
    StoreHiveCatalog → ExternalCatalog
  13. def getAllStoreTablesInCatalogUppercase(): Map[String, List[String]]

    Permalink
    Definition Classes
    StoreHiveCatalog → ExternalCatalog
  14. def getCatalogSchemaVersion(): Long

    Permalink
    Definition Classes
    StoreHiveCatalog → ExternalCatalog
  15. def getCatalogTableMetadata(schema: String, tableName: String): ExternalTableMetaData

    Permalink
    Definition Classes
    StoreHiveCatalog → ExternalCatalog
  16. def getCatalogTables(): List[ExternalTableMetaData]

    Permalink
    Definition Classes
    StoreHiveCatalog → ExternalCatalog
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getColumnTableSchemaAsJson(schema: String, tableName: String): String

    Permalink
    Definition Classes
    StoreHiveCatalog → ExternalCatalog
  19. def getPolicies(): List[PolicyTableData]

    Permalink
    Definition Classes
    StoreHiveCatalog → ExternalCatalog
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def initializeLogIfNecessary(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  22. def isColumnTable(schema: String, tableName: String, skipLocks: Boolean): Boolean

    Permalink
    Definition Classes
    StoreHiveCatalog → ExternalCatalog
  23. final def isDebugEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  24. final def isInfoEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def isSampleTable(depName: String, defaultSchema: String): Boolean

    Permalink
  27. final def isTraceEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  28. final var levelFlags: Int

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  29. def log: Logger

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  36. def logName: String

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  41. final var log_: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  42. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  43. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  45. def removeTableIfExists(schema: String, table: String, skipLocks: Boolean): Unit

    Permalink
    Definition Classes
    StoreHiveCatalog → ExternalCatalog
  46. def removeTableUnsafeIfExists(schema: String, table: String, forceDrop: Boolean): Unit

    Permalink
    Definition Classes
    StoreHiveCatalog → ExternalCatalog
  47. def resetLogger(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  50. def updateCatalogMetadata(operation: Int, request: CatalogMetadataDetails, user: String): Unit

    Permalink
    Definition Classes
    StoreHiveCatalog → ExternalCatalog
  51. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def waitForInitialization(): Boolean

    Permalink
    Definition Classes
    StoreHiveCatalog → ExternalCatalog

Inherited from Logging

Inherited from ExternalCatalog

Inherited from AnyRef

Inherited from Any

Ungrouped