Object

io.snappydata.recovery

RecoveryService

Related Doc: package recovery

Permalink

object RecoveryService extends Logging

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

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. var catalogTableCount: Int

    Permalink
  6. def clone(): AnyRef

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

    Permalink
  8. val combinedViewsMapSortedSet: Map[String, SortedSet[RecoveryModePersistentViewPair]]

    Permalink
  9. def createCombinedSortedSet: Unit

    Permalink
  10. def createSchemasMap: Unit

    Permalink
  11. var enableTableCountInUI: Boolean

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def getAllDDLs: Buffer[String]

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getColRegionPath(schemaName: String, tableName: String, bucketNumber: Int): String

    Permalink
  18. def getExecutorHost(fqtn: String, bucketId: Int = 1): Seq[String]

    Permalink
  19. def getNumBuckets(schemaName: String, tableName: String): (Integer, Boolean)

    Permalink
  20. def getProvider(tableName: String): String

    Permalink
  21. def getRandomExecutorHost: Seq[String]

    Permalink
  22. def getRowRegionPath(fqtn: String, bucketId: Int): String

    Permalink
  23. def getStats: (Seq[SnappyRegionStats], Seq[SnappyIndexStats], Seq[SnappyExternalTableStats])

    Permalink
  24. def getTables: Seq[CatalogTable]

    Permalink
  25. def hashCode(): Int

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  27. final def isDebugEnabled: Boolean

    Permalink
    Definition Classes
    Logging
  28. final def isInfoEnabled: Boolean

    Permalink
    Definition Classes
    Logging
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def isReplicated(schemaName: String, tableName: String): Boolean

    Permalink
  31. final def isTraceEnabled: Boolean

    Permalink
    Definition Classes
    Logging
  32. final var levelFlags: Int

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  33. var locatorMember: InternalDistributedMember

    Permalink
  34. def log: Logger

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

    Permalink
    Definition Classes
    Logging
  36. def logDebug(msg: ⇒ String): Unit

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

    Permalink
    Definition Classes
    Logging
  38. def logError(msg: ⇒ String): Unit

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

    Permalink
    Definition Classes
    Logging
  40. def logInfo(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Logging
  41. def logName: String

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

    Permalink
    Definition Classes
    Logging
  43. def logTrace(msg: ⇒ String): Unit

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

    Permalink
    Definition Classes
    Logging
  45. def logWarning(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Logging
  46. final var log_: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  47. var memberObject: PersistentStateInRecoveryMode

    Permalink
  48. var mostRecentMemberObject: PersistentStateInRecoveryMode

    Permalink
  49. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  52. val persistentObjectMemberMap: Map[InternalDistributedMember, PersistentStateInRecoveryMode]

    Permalink
  53. def populateCatalog(catalogObjSeq: Seq[Any]): Unit

    Permalink

    Populates the external catalog, in recovery mode.

    Populates the external catalog, in recovery mode. Currently table,function and database type of catalog objects is supported.

    catalogObjSeq

    Sequence of catalog objects to be inserted in the catalog

  54. var recoveryStats: (Seq[SnappyRegionStats], Seq[SnappyIndexStats], Seq[SnappyExternalTableStats])

    Permalink
  55. val regionViewMapSortedSet: Map[String, SortedSet[RecoveryModePersistentView]]

    Permalink
  56. def resetLogger(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  57. var schemaStructMap: Map[String, StructType]

    Permalink
  58. val snappyHiveExternalCatalog: SnappyHiveExternalCatalog

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

    Permalink
    Definition Classes
    AnyRef
  60. val tableColumnIds: Map[String, Array[Int]]

    Permalink
  61. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  62. def updateMetadataMaps(fqtnKey: String, alteredSchema: StructType, versionCnt: Int): Int

    Permalink
  63. val versionMap: Map[String, Int]

    Permalink
  64. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped